aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-08combine.c (setup_incoming_promotions): Ensure that arguments that have not un...Mark Shinwell1-4/+6
2007-09-20combine.c: Include cgraph.h.Mark Shinwell1-14/+51
2007-09-09Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson1-18/+18
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+1
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-2/+2
2007-09-04re PR middle-end/33187 (Missed cmove opportunity)Uros Bizjak1-0/+12
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-2/+2
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-13/+14
2007-07-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-10/+10
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-26combine.c (combine_max_regno): Remove.Ian Lance Taylor1-129/+187
2007-07-03combine.c (recog_for_combine): Log the success or failure of matching new ins...Rask Ingemann Lambertsen1-0/+16
2007-06-30combine.c (combine_validate_cost): New parameter NEWOTHERPAT.Rask Ingemann Lambertsen1-29/+37
2007-06-27re PR target/32481 (ICE in df_refs_verify, at df-scan.c:4058)Seongbae Park1-0/+2
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-1/+1
2007-06-12re PR rtl-optimization/32293 (internal compiler error: in do_SUBST, at combin...Uros Bizjak1-2/+8
2007-06-12combine.c (subst): Fix typo.Seongbae Park1-1/+1
2007-06-12combine.c (subst): Use reg_overlap_mentioned_p instead of comparing register ...Seongbae Park1-1/+1
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-313/+594
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-39/+14
2007-05-17re PR rtl-optimization/31691 (optimized code taking the wrong branch)Eric Botcazou1-5/+5
2007-03-02expr.h (promoted_input_arg): Remove decl.Richard Henderson1-19/+28
2007-02-20rtl.h (remove_reg_equal_equiv_notes): New prototype.Steven Bosscher1-11/+1
2007-02-04re PR middle-end/30667 (ICE in immed_double_const, at emit-rtl.c:468)Uros Bizjak1-1/+3
2007-01-21re PR rtl-optimization/29329 (internal consistency failure)Eric Botcazou1-22/+30
2006-12-12re PR rtl-optimization/27761 (combine miscompiles)James E Wilson1-10/+17
2006-11-15combine.c (likely_spilled_retval_1): Fix masking operation.Rask Ingemann Lambertsen1-2/+3
2006-09-12re PR rtl-optimization/28243 (internal consistency failure when building font...Eric Botcazou1-6/+8
2006-09-10re PR rtl-optimization/28636 (Miscompiled loop)Eric Botcazou1-12/+15
2006-05-23re PR middle-end/27736 (unwind-dw2-fde.c:833: fatal error: internal consisten...Richard Sandiford1-1/+9
2006-05-22re PR rtl-optimization/25514 (internal consistency failure)Richard Sandiford1-36/+35
2006-05-18Whitespace fixupsMike Stump1-81/+80
2006-05-17re PR rtl-optimization/27477 (The H8 port doesn't build)Kazu Hirata1-1/+8
2006-05-14re PR rtl-optimization/27538 (execute/20030128-1.c FAILs)Roger Sayle1-8/+10
2006-04-26re PR target/27282 (ICE in final_scan_insn, at final.c:2448 - could not split...David Edelsohn1-3/+3
2006-03-14* combine.c (UWIDE_SHIFT_LEFT_BY_BITS_PER_WORD): Remove.Kazu Hirata1-6/+0
2006-03-09combine.c (simplify_shift_const_1): Use gen_lowpart_or_truncate instead of ge...Adam Nemet1-1/+1
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-28rtl.h (truncated_to_mode): Declare it.Paolo Bonzini1-0/+3
2006-02-25combine.c (gen_lowpart_or_truncate): Call simplify_gen_unary(TRUNCATE, ...) i...Adam Nemet1-1/+1
2006-02-24re PR middle-end/24952 (ICE: RTL check: expected code 'set' or 'clobber', ha...Roger Sayle1-1/+2
2006-02-21re PR middle-end/26379 (ICE on vector shift RTL simplification)Jakub Jelinek1-1/+2
2006-02-15re PR middle-end/26300 (ICE in trunc_int_for_mode)Jakub Jelinek1-0/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-6/+6
2006-01-29combine.c (simplify_comparison <AND>): Check TRULY_NOOP_TRUNCATION before sta...Adam Nemet1-2/+15
2006-01-26re PR rtl-optimization/25703 (ACATS cxa4024 failure)Roger Sayle1-20/+18
2006-01-24re PR rtl-optimization/25890 (testsuite failure: gcc.c-torture/compile/200512...Paolo Bonzini1-5/+6
2006-01-19combine.c (try_combine): Do not worry about MEMs wrapped by USEs.Paolo Bonzini1-104/+50