Age | Commit message (Expand) | Author | Files | Lines |
2006-01-03 | re PR rtl-optimization/25578 (gfortran version 4.2.0 20051227 - 144 new test... | Paolo Bonzini | 1 | -3/+3 |
2006-01-03 | combine.c (reg_subword_p): New predicate to test whether the destination of a... | Roger Sayle | 1 | -50/+137 |
2006-01-03 | combine.c (apply_distributive_law <SUBREG>): Check TRULY_NOOP_TRUNCATION. | Adam Nemet | 1 | -1/+6 |
2005-12-26 | re PR middle-end/25568 (RTL checking bootstrap failure on i686-unknown-linux-... | Graham Stott | 1 | -0/+2 |
2005-12-23 | combine.c (simplify_shift_const): Fix typo. | Paolo Bonzini | 1 | -143/+152 |
2005-12-20 | combine.c (try_combine): Improve splitting of binary operators by taking adva... | Roger Sayle | 1 | -2/+65 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -1/+1 |
2005-12-16 | combine.c (combine_simplify_rtx <case NOT, [...]): Move simplifications that ... | Paolo Bonzini | 1 | -553/+3 |
2005-12-15 | combine.c: Remove force_to_mode's fourth parameter. | Paolo Bonzini | 1 | -49/+140 |
2005-12-02 | re PR target/21017 (ppc 64bit target not using rlwinm) | Alan Modra | 1 | -6/+27 |
2005-11-30 | combine.c (find_split_point): Sign extend bitmask when changing bitfield assi... | Dale Johannesen | 1 | -2/+4 |
2005-11-21 | re PR rtl-optimization/24883 (fatal error: internal consistency failure build... | Ian Lance Taylor | 1 | -10/+19 |
2005-11-21 | combine.c (try_combine): Do not run subst on i1src and i2src in the case of g... | Joseph Myers | 1 | -29/+35 |
2005-11-19 | combine.c (make_compound_operation): Swap operands of commutative operation i... | Joseph Myers | 1 | -0/+10 |
2005-11-15 | re PR rtl-optimization/22002 (internal consistency failure with -funroll-loops) | Alan Modra | 1 | -0/+20 |
2005-11-06 | re PR target/22432 (Wrong code generation using MMX intrinsics on amd64) | Ian Lance Taylor | 1 | -8/+10 |
2005-10-12 | combine.c (make_extraction): Correct offset computation. | Adrian Straetling | 1 | -2/+3 |
2005-10-11 | re PR rtl-optimization/13931 (combiner much slower on big basic blocks) | Ian Lance Taylor | 1 | -18/+57 |
2005-09-26 | Check for valid use of subreg. | Fariborz Jahanian | 1 | -1/+1 |
2005-08-26 | combine.c (make_extraction): Avoid reference outside object. | Ian Lance Taylor | 1 | -3/+5 |
2005-08-08 | re PR rtl-optimization/23241 (Invalid code generated for comparison of uchar ... | Josh Conner | 1 | -1/+1 |
2005-08-03 | combine.c (can_change_dest_mode): New function. | Paul Brook | 1 | -24/+38 |
2005-08-02 | combine.c (combine_instructions): Don't use reg_equal/equiv results if the mo... | Richard Henderson | 1 | -3/+6 |
2005-07-22 | re PR rtl-optimization/22258 (combine causes spill failure on return value re... | J"orn Rennecke | 1 | -0/+80 |
2005-07-19 | bt-load.c (link_btr_uses): Fix uninitialised warnings. | Ben Elliston | 1 | -1/+1 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+49 |
2005-07-03 | bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett... | Joseph Myers | 1 | -2/+2 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-20 | re PR target/22077 (vec_all_eq does not produce good result) | Fariborz Jahanian | 1 | -0/+5 |
2005-06-19 | combine.c (make_compound_operation): Use simplify_subreg. | Andreas Krebbel | 1 | -31/+23 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -9/+14 |
2005-06-07 | sbitmap.h (sbitmap_iterator, [...]): New. | Kazu Hirata | 1 | -2/+4 |
2005-06-06 | combine.c (try_combine): Use hard_regno_nregs array instead of HARD_REGNO_NRE... | Jakub Jelinek | 1 | -2/+2 |
2005-05-04 | re PR rtl-optimization/21239 (Illegal elimination of SSE2 load/store using xm... | Jakub Jelinek | 1 | -1/+1 |
2005-04-22 | builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'. | Nathan Sidwell | 1 | -3/+2 |
2005-04-15 | cfgrtl.c (purge_all_dead_edge): Remove an unused argument. | Kazu Hirata | 1 | -1/+1 |
2005-04-10 | combine.c (combine_simplify_rtx): Remove a transformation that relies on an i... | Richard Sandiford | 1 | -41/+0 |
2005-04-05 | combine.c (RTL_HOOKS_GEN_LOWPART_NO_EMIT): Use gen_lowpart_for_combine. | Paolo Bonzini | 1 | -0/+4 |
2005-03-22 | re PR rtl-optimization/20527 (Mishandling of postincrement causes bzip2 misco... | Hans-Peter Nilsson | 1 | -3/+7 |
2005-03-21 | combine.c (combine_simplify_rtx, [...]): Adjust calls to reverse_comparison. | Paolo Bonzini | 1 | -58/+14 |
2005-03-19 | combine.c (try_combine): When changing the mode of a hard reg, make sure that... | Bernd Schmidt | 1 | -3/+9 |
2005-03-18 | combine.c (gen_binary): Remove. | Paolo Bonzini | 1 | -289/+304 |
2005-03-15 | re PR rtl-optimization/20291 (combine throws away clobbers before trying to s... | J"orn Rennecke | 1 | -0/+20 |
2005-03-10 | re PR target/20322 (Miscompilation of libcpp/expr.c at -O2+) | Jakub Jelinek | 1 | -0/+14 |
2005-03-08 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+2 |
2005-03-05 | combine.c (simplify_and_const_int): Use gen_int_mode instead of GEN_INT (trun... | Kazu Hirata | 1 | -1/+1 |
2005-02-28 | calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN. | Kazu Hirata | 1 | -1/+0 |
2005-02-12 | c-tree.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-02-03 | combine.c (simplify_comparison, [...]): Do not drop the extend if we'd have t... | Alexandre Oliva | 1 | -14/+23 |
2005-01-29 | combine.c (make_field_assignment): Fix argument order to gen_int_mode. | Richard Henderson | 1 | -1/+1 |