summaryrefslogtreecommitdiff
path: root/gcc/combine.c
Commit message (Expand)AuthorAgeFilesLines
* rtl.h (remove_reg_equal_equiv_notes): New prototype.Steven Bosscher2007-02-201-11/+1
* re PR middle-end/30667 (ICE in immed_double_const, at emit-rtl.c:468)Uros Bizjak2007-02-041-1/+3
* re PR rtl-optimization/29329 (internal consistency failure)Eric Botcazou2007-01-211-22/+30
* re PR rtl-optimization/27761 (combine miscompiles)James E Wilson2006-12-121-10/+17
* combine.c (likely_spilled_retval_1): Fix masking operation.Rask Ingemann Lambertsen2006-11-151-2/+3
* re PR rtl-optimization/28243 (internal consistency failure when building font...Eric Botcazou2006-09-121-6/+8
* re PR rtl-optimization/28636 (Miscompiled loop)Eric Botcazou2006-09-101-12/+15
* re PR middle-end/27736 (unwind-dw2-fde.c:833: fatal error: internal consisten...Richard Sandiford2006-05-231-1/+9
* re PR rtl-optimization/25514 (internal consistency failure)Richard Sandiford2006-05-221-36/+35
* Whitespace fixupsMike Stump2006-05-181-81/+80
* re PR rtl-optimization/27477 (The H8 port doesn't build)Kazu Hirata2006-05-171-1/+8
* re PR rtl-optimization/27538 (execute/20030128-1.c FAILs)Roger Sayle2006-05-141-8/+10
* re PR target/27282 (ICE in final_scan_insn, at final.c:2448 - could not split...David Edelsohn2006-04-261-3/+3
* * combine.c (UWIDE_SHIFT_LEFT_BY_BITS_PER_WORD): Remove.Kazu Hirata2006-03-141-6/+0
* combine.c (simplify_shift_const_1): Use gen_lowpart_or_truncate instead of ge...Adam Nemet2006-03-091-1/+1
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+2
* rtl.h (truncated_to_mode): Declare it.Paolo Bonzini2006-02-281-0/+3
* combine.c (gen_lowpart_or_truncate): Call simplify_gen_unary(TRUNCATE, ...) i...Adam Nemet2006-02-251-1/+1
* re PR middle-end/24952 (ICE: RTL check: expected code 'set' or 'clobber', ha...Roger Sayle2006-02-241-1/+2
* re PR middle-end/26379 (ICE on vector shift RTL simplification)Jakub Jelinek2006-02-211-1/+2
* re PR middle-end/26300 (ICE in trunc_int_for_mode)Jakub Jelinek2006-02-151-0/+3
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-6/+6
* combine.c (simplify_comparison <AND>): Check TRULY_NOOP_TRUNCATION before sta...Adam Nemet2006-01-291-2/+15
* re PR rtl-optimization/25703 (ACATS cxa4024 failure)Roger Sayle2006-01-261-20/+18
* re PR rtl-optimization/25890 (testsuite failure: gcc.c-torture/compile/200512...Paolo Bonzini2006-01-241-5/+6
* combine.c (try_combine): Do not worry about MEMs wrapped by USEs.Paolo Bonzini2006-01-191-104/+50
* combine.c (record_value_for_reg): Invalidate registers if INSN is null.Paolo Bonzini2006-01-161-9/+15
* combine.c (combine_instructions): Make it static.Kazu Hirata2006-01-161-1/+1
* combine.c (struct reg_stat): Add new fields truncation_label and truncated_to...Adam Nemet2006-01-131-27/+134
* combine.c (struct undo): Remove is_int.Ian Lance Taylor2006-01-111-50/+108
* re PR rtl-optimization/25578 (gfortran version 4.2.0 20051227 - 144 new test...Paolo Bonzini2006-01-031-3/+3
* combine.c (reg_subword_p): New predicate to test whether the destination of a...Roger Sayle2006-01-031-50/+137
* combine.c (apply_distributive_law <SUBREG>): Check TRULY_NOOP_TRUNCATION.Adam Nemet2006-01-031-1/+6
* re PR middle-end/25568 (RTL checking bootstrap failure on i686-unknown-linux-...Graham Stott2005-12-261-0/+2
* combine.c (simplify_shift_const): Fix typo.Paolo Bonzini2005-12-231-143/+152
* combine.c (try_combine): Improve splitting of binary operators by taking adva...Roger Sayle2005-12-201-2/+65
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-1/+1
* combine.c (combine_simplify_rtx <case NOT, [...]): Move simplifications that ...Paolo Bonzini2005-12-161-553/+3
* combine.c: Remove force_to_mode's fourth parameter.Paolo Bonzini2005-12-151-49/+140
* re PR target/21017 (ppc 64bit target not using rlwinm)Alan Modra2005-12-021-6/+27
* combine.c (find_split_point): Sign extend bitmask when changing bitfield assi...Dale Johannesen2005-11-301-2/+4
* re PR rtl-optimization/24883 (fatal error: internal consistency failure build...Ian Lance Taylor2005-11-211-10/+19
* combine.c (try_combine): Do not run subst on i1src and i2src in the case of g...Joseph Myers2005-11-211-29/+35
* combine.c (make_compound_operation): Swap operands of commutative operation i...Joseph Myers2005-11-191-0/+10
* re PR rtl-optimization/22002 (internal consistency failure with -funroll-loops)Alan Modra2005-11-151-0/+20
* re PR target/22432 (Wrong code generation using MMX intrinsics on amd64)Ian Lance Taylor2005-11-061-8/+10
* combine.c (make_extraction): Correct offset computation.Adrian Straetling2005-10-121-2/+3
* re PR rtl-optimization/13931 (combiner much slower on big basic blocks)Ian Lance Taylor2005-10-111-18/+57
* Check for valid use of subreg.Fariborz Jahanian2005-09-261-1/+1