summaryrefslogtreecommitdiff
path: root/gcc/combine.c
Commit message (Expand)AuthorAgeFilesLines
* * combine.c (gen_lowpart_for_combine): Update handling ofhubicka2003-02-281-2/+3
* Patch for PR 9255wilson2003-02-271-0/+3
* * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.sayle2003-02-261-7/+2
* * combine.c (simplify_shift_const): Fix previous patch.hubicka2003-02-241-2/+2
* * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New globa...hubicka2003-02-201-0/+10
* * combine.c (distribute_notes): Kill REG_EXEC_COUNT.zlomek2003-02-201-1/+0
* PR opt/2391nemet2003-02-141-53/+266
* * combine.c (combine_simplify_rtx): Fix folding ofhubicka2003-02-111-1/+1
* * combine.c (combine_simplify_rtx): Simplify usinghubicka2003-02-101-0/+46
* * combine.c (nonzero_bits): Fix double break.rth2003-02-061-1/+0
* * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.rth2003-02-051-3/+20
* 2003-02-01 Richard Henderson <rth@redhat.com>rth2003-02-011-0/+14
* * combine.c (combine_simplify_rtx): Use reversed_comparison_code_parts.hubicka2003-02-011-7/+12
* * loop.c (emit_prefetch_instructions): Do conversion at right place inhubicka2003-01-311-2/+2
* * combine.c (nonzero_bits): Fix check for negative divide operands.rsandifo2003-01-281-2/+3
* * combine.c (force_to_mode): Add cast to fix warning whenschwab2003-01-281-1/+2
* * combine.c: Fix formatting.kazu2003-01-261-15/+16
* * combine.c (simplify_comparison, case AND): Remove a redundantkazu2003-01-251-10/+6
* * basic-block.h: Fix comment formatting.kazu2003-01-181-1/+1
* * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,rth2003-01-101-1/+1
* Merge basic-improvements-branch to trunkzack2002-12-161-33/+8
* Index: gcc/ChangeLoggeoffk2002-12-051-0/+57
* * combine.c (force_to_mode): Only replace with (not Y) if all bits in fuller...jakub2002-11-201-2/+2
* 2002-11-04 Aldy Hernandez <aldyh@redhat.com>aldyh2002-11-041-17/+12
* * combine.c: Fix comment formatting.kazu2002-10-271-2/+2
* * combine.c (simplify_set): Treat MODE_CC registers like cc0.sayle2002-10-151-5/+3
* * combine.c (force_to_mode): Handle FLOAT_MODE destinationsrth2002-09-301-2/+10
* * builtins.def: Fix comment formatting.kazu2002-09-291-1/+1
* * combine.c (simplify_set): Don't call to force_to_mode if sizerth2002-09-261-1/+2
* * ChangeLog: Follow spelling conventions.kazu2002-09-221-27/+27
* Fix v850 ICE.wilson2002-09-201-0/+6
* fix subreg optimization bug introduced 2002-05-25wilson2002-09-191-1/+1
* Remove creation of invalid subreg. PR 7705, 7339, 7720.dalej2002-09-191-0/+5
* * combine.c (try_combine): Handle the case that undobuf.other_insnsayle2002-09-081-2/+43
* * combine.c (simplify_shift_const): Calculate rotate countrth2002-09-081-1/+8
* * combine.c (make_compound_operation): Don't generate zero / signamylaar2002-09-041-1/+5
* * machmode.h (SCALAR_INT_MODE_P): New macro to test forsje2002-08-191-4/+18
* 2002-08-01 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-08-011-2/+2
* 2002-07-30 Toon Moene <toon@moene.indiv.nluug.nl>toon2002-07-301-2/+2
* * combine.c (try_combine): When converting a paradoxical subregamylaar2002-07-111-2/+13
* PR c/2454sayle2002-07-111-7/+9
* * combine.c (gen_lowpart_for_combine): Handle vector modes.amylaar2002-07-101-8/+8
* * combine.c (combine_simplify_rtx): Add an explicit castsayle2002-07-081-25/+40
* * combine.c (struct_undo): Change types of recorded substitutionssayle2002-07-031-8/+7
* * combine.c (combine_simplify_rtx): Pass the mode of thelaw2002-06-281-1/+1
* * combine.c (make_extraction): Reapply to the argument of an ASHIFT.rsandifo2002-06-201-0/+15
* * combine.c (subst): Be prepared for simplify_subreg to return VOIDmode.hubicka2002-06-201-3/+2
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-26/+21
* PR optimization/6842jakub2002-06-101-1/+6
* * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.law2002-06-081-3/+3