Age | Commit message (Expand) | Author | Files | Lines |
2007-09-20 | combine.c: Include cgraph.h. | Mark Shinwell | 1 | -14/+51 |
2007-09-09 | Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. | Hans-Peter Nilsson | 1 | -18/+18 |
2007-09-05 | regrename.c (pass_regrename, [...]): Add RTL sharing verifier. | Jan Hubicka | 1 | -1/+1 |
2007-09-04 | Add new fp flags: -fassociative-math and -freciprocal-math | Revital Eres | 1 | -2/+2 |
2007-09-04 | re PR middle-end/33187 (Missed cmove opportunity) | Uros Bizjak | 1 | -0/+12 |
2007-08-09 | optabs.c (expand_widen_pattern_expr): Use optabs accestors. | Jan Hubicka | 1 | -2/+2 |
2007-07-30 | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 1 | -13/+14 |
2007-07-30 | alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-29 | attribs.c (hash_attr, [...]): Constify. | Kaveh R. Ghazi | 1 | -10/+10 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-26 | combine.c (combine_max_regno): Remove. | Ian Lance Taylor | 1 | -129/+187 |
2007-07-03 | combine.c (recog_for_combine): Log the success or failure of matching new ins... | Rask Ingemann Lambertsen | 1 | -0/+16 |
2007-06-30 | combine.c (combine_validate_cost): New parameter NEWOTHERPAT. | Rask Ingemann Lambertsen | 1 | -29/+37 |
2007-06-27 | re PR target/32481 (ICE in df_refs_verify, at df-scan.c:4058) | Seongbae Park | 1 | -0/+2 |
2007-06-19 | df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed. | Kenneth Zadeck | 1 | -1/+1 |
2007-06-12 | re PR rtl-optimization/32293 (internal compiler error: in do_SUBST, at combin... | Uros Bizjak | 1 | -2/+8 |
2007-06-12 | combine.c (subst): Fix typo. | Seongbae Park | 1 | -1/+1 |
2007-06-12 | combine.c (subst): Use reg_overlap_mentioned_p instead of comparing register ... | Seongbae Park | 1 | -1/+1 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -313/+594 |
2007-05-22 | regs.h (end_hard_regno): New function. | Richard Sandiford | 1 | -39/+14 |
2007-05-17 | re PR rtl-optimization/31691 (optimized code taking the wrong branch) | Eric Botcazou | 1 | -5/+5 |
2007-03-02 | expr.h (promoted_input_arg): Remove decl. | Richard Henderson | 1 | -19/+28 |
2007-02-20 | rtl.h (remove_reg_equal_equiv_notes): New prototype. | Steven Bosscher | 1 | -11/+1 |
2007-02-04 | re PR middle-end/30667 (ICE in immed_double_const, at emit-rtl.c:468) | Uros Bizjak | 1 | -1/+3 |
2007-01-21 | re PR rtl-optimization/29329 (internal consistency failure) | Eric Botcazou | 1 | -22/+30 |
2006-12-12 | re PR rtl-optimization/27761 (combine miscompiles) | James E Wilson | 1 | -10/+17 |
2006-11-15 | combine.c (likely_spilled_retval_1): Fix masking operation. | Rask Ingemann Lambertsen | 1 | -2/+3 |
2006-09-12 | re PR rtl-optimization/28243 (internal consistency failure when building font... | Eric Botcazou | 1 | -6/+8 |
2006-09-10 | re PR rtl-optimization/28636 (Miscompiled loop) | Eric Botcazou | 1 | -12/+15 |
2006-05-23 | re PR middle-end/27736 (unwind-dw2-fde.c:833: fatal error: internal consisten... | Richard Sandiford | 1 | -1/+9 |
2006-05-22 | re PR rtl-optimization/25514 (internal consistency failure) | Richard Sandiford | 1 | -36/+35 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -81/+80 |
2006-05-17 | re PR rtl-optimization/27477 (The H8 port doesn't build) | Kazu Hirata | 1 | -1/+8 |
2006-05-14 | re PR rtl-optimization/27538 (execute/20030128-1.c FAILs) | Roger Sayle | 1 | -8/+10 |
2006-04-26 | re PR target/27282 (ICE in final_scan_insn, at final.c:2448 - could not split... | David Edelsohn | 1 | -3/+3 |
2006-03-14 | * combine.c (UWIDE_SHIFT_LEFT_BY_BITS_PER_WORD): Remove. | Kazu Hirata | 1 | -6/+0 |
2006-03-09 | combine.c (simplify_shift_const_1): Use gen_lowpart_or_truncate instead of ge... | Adam Nemet | 1 | -1/+1 |
2006-03-04 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+2 |
2006-02-28 | rtl.h (truncated_to_mode): Declare it. | Paolo Bonzini | 1 | -0/+3 |
2006-02-25 | combine.c (gen_lowpart_or_truncate): Call simplify_gen_unary(TRUNCATE, ...) i... | Adam Nemet | 1 | -1/+1 |
2006-02-24 | re PR middle-end/24952 (ICE: RTL check: expected code 'set' or 'clobber', ha... | Roger Sayle | 1 | -1/+2 |
2006-02-21 | re PR middle-end/26379 (ICE on vector shift RTL simplification) | Jakub Jelinek | 1 | -1/+2 |
2006-02-15 | re PR middle-end/26300 (ICE in trunc_int_for_mode) | Jakub Jelinek | 1 | -0/+3 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -6/+6 |
2006-01-29 | combine.c (simplify_comparison <AND>): Check TRULY_NOOP_TRUNCATION before sta... | Adam Nemet | 1 | -2/+15 |
2006-01-26 | re PR rtl-optimization/25703 (ACATS cxa4024 failure) | Roger Sayle | 1 | -20/+18 |
2006-01-24 | re PR rtl-optimization/25890 (testsuite failure: gcc.c-torture/compile/200512... | Paolo Bonzini | 1 | -5/+6 |
2006-01-19 | combine.c (try_combine): Do not worry about MEMs wrapped by USEs. | Paolo Bonzini | 1 | -104/+50 |
2006-01-16 | combine.c (record_value_for_reg): Invalidate registers if INSN is null. | Paolo Bonzini | 1 | -9/+15 |