summaryrefslogtreecommitdiff
path: root/gcc/combine.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/22258 (combine causes spill failure on return value re...J"orn Rennecke2005-07-221-0/+80
* bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston2005-07-191-1/+1
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+49
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-2/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR target/22077 (vec_all_eq does not produce good result)Fariborz Jahanian2005-06-201-0/+5
* combine.c (make_compound_operation): Use simplify_subreg.Andreas Krebbel2005-06-191-31/+23
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-9/+14
* sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata2005-06-071-2/+4
* combine.c (try_combine): Use hard_regno_nregs array instead of HARD_REGNO_NRE...Jakub Jelinek2005-06-061-2/+2
* re PR rtl-optimization/21239 (Illegal elimination of SSE2 load/store using xm...Jakub Jelinek2005-05-041-1/+1
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-3/+2
* cfgrtl.c (purge_all_dead_edge): Remove an unused argument.Kazu Hirata2005-04-151-1/+1
* combine.c (combine_simplify_rtx): Remove a transformation that relies on an i...Richard Sandiford2005-04-101-41/+0
* combine.c (RTL_HOOKS_GEN_LOWPART_NO_EMIT): Use gen_lowpart_for_combine.Paolo Bonzini2005-04-051-0/+4
* re PR rtl-optimization/20527 (Mishandling of postincrement causes bzip2 misco...Hans-Peter Nilsson2005-03-221-3/+7
* combine.c (combine_simplify_rtx, [...]): Adjust calls to reverse_comparison.Paolo Bonzini2005-03-211-58/+14
* combine.c (try_combine): When changing the mode of a hard reg, make sure that...Bernd Schmidt2005-03-191-3/+9
* combine.c (gen_binary): Remove.Paolo Bonzini2005-03-181-289/+304
* re PR rtl-optimization/20291 (combine throws away clobbers before trying to s...J"orn Rennecke2005-03-151-0/+20
* re PR target/20322 (Miscompilation of libcpp/expr.c at -O2+)Jakub Jelinek2005-03-101-0/+14
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2005-03-081-1/+2
* combine.c (simplify_and_const_int): Use gen_int_mode instead of GEN_INT (trun...Kazu Hirata2005-03-051-1/+1
* calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.Kazu Hirata2005-02-281-1/+0
* c-tree.h, [...]: Fix comment typos.Kazu Hirata2005-02-121-1/+1
* combine.c (simplify_comparison, [...]): Do not drop the extend if we'd have t...Alexandre Oliva2005-02-031-14/+23
* combine.c (make_field_assignment): Fix argument order to gen_int_mode.Richard Henderson2005-01-291-1/+1
* re PR middle-end/18008 (Duplicate mask on bitfield insertion)Richard Henderson2005-01-261-11/+42
* combine.c (simplify_logical): Only simplify logical expressions of the form i...Roger Sayle2005-01-231-6/+8
* re PR target/18701 (mmix-knuth-mmixware gcc.c-torture/execute failures: 20010...Hans-Peter Nilsson2005-01-211-6/+2
* re PR rtl-optimization/15139 (cc1 uses excessive amounts of memory compiling ...Jakub Jelinek2005-01-191-0/+49
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR rtl-optimization/19296 (Range check on short miscompiled at -O)Eric Botcazou2005-01-181-24/+51
* combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher2005-01-051-2/+3
* re PR target/18701 (mmix-knuth-mmixware gcc.c-torture/execute failures: 20010...Hans-Peter Nilsson2004-12-311-2/+6
* re PR target/18701 (mmix-knuth-mmixware gcc.c-torture/execute failures: 20010...Hans-Peter Nilsson2004-12-311-1/+9
* combine.c (combine_validate_cost): Consider cost of undobuf.other_insn rather...Ian Lance Taylor2004-12-151-2/+17
* re PR rtl-optimization/17825 (ICE in reg_bitfield_target_p)Jakub Jelinek2004-11-271-3/+3
* combine.c (gen_lowpart_for_combine): Factor out mode of x as well as mode siz...Richard Henderson2004-11-231-34/+32
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-1/+1
* simplify-rtx.c (mode_signbit_p): Externalize function...Pat Haugen2004-10-181-0/+20
* combine.c (force_to_mode): Only convert the expression (AND (NE FOO 0) CONST)...Roger Sayle2004-09-301-0/+1
* cse.c (cse_insn): Avoid creating direct non-local jumps.Ulrich Weigand2004-09-281-0/+2
* re PR rtl-optimization/17151 (x >> (y % WORDSIZE) not optimized)Roger Sayle2004-09-261-5/+0
* re PR middle-end/17503 (quadratic behaviour in invalid_mode_change_p)Richard Henderson2004-09-241-7/+2
* combine.c (try_combine): When swapping i2 and i3...Ulrich Weigand2004-09-091-1/+7
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-38/+41
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-1/+1
* combine.c (try_combine): Delay modifying of insns which cannot be easily undone.Roman Zippel2004-09-021-34/+39
* * combine.c (distribute_notes): Don't add REG_LABEL to jump insn.Roman Zippel2004-09-021-8/+12