summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* * ifcvt.c (noce_try_addcc): Handle ifs with 'else' case.Ulrich Weigand2003-10-171-4/+2
* ifcvt.c (num_removed_blocks): Rename to num_true_changes.David S. Miller2003-10-131-13/+14
* c-decl.c (finish_function): Convert definition to ISO C90.Andreas Jaeger2003-09-281-1/+1
* re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak2003-09-141-3/+5
* Makefile.in (ifcvt.o): Depend on target.hJ"orn Rennecke2003-07-261-1/+3
* Makefile.in (ifcvt.o): Add cfgloop.h.Zdenek Dvorak2003-07-181-0/+37
* gcc.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-163/+112
* basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka2003-07-031-5/+5
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-2/+2
* cfglayout.c (insn_scope): New static functionJan Hubicka2003-06-081-15/+15
* re PR target/11052 ([arm] noce_process_if_block() can loose REG_INC notes)Richard Earnshaw2003-06-061-0/+9
* function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka2003-06-061-3/+3
* optabs.c (expand_abs_nojump): Split out from ...Richard Henderson2003-06-031-1/+2
* * ifcvt.c (noce_process_if_block): Fail on BLKmode move.Douglas B Rupp2003-04-141-1/+1
* re PR rtl-optimization/10116 (ce2: invalid merge of "join_bb" in the context ...Richard Henderson2003-03-231-2/+4
* ifcvt.c (find_if_case_1): If we add a new bb, update the dominance information.Richard Earnshaw2003-03-201-0/+2
* ifcvt.c (noce_process_if_block): Re-add check vs X being changed in no-else-b...Richard Henderson2003-01-231-3/+10
* re PR rtl-optimization/8848 (bad code when optimizing (lifetime analysis pass?))Richard Henderson2003-01-201-1/+2
* ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x is not a s...John David Anglin2003-01-211-2/+2
* ifcvt.c: Fix comment typos.Kazu Hirata2003-01-171-2/+2
* ifcvt.c (noce_try_addcc): Do not call emit_conditional_add with weird operands.Jan Hubicka2003-01-101-16/+20
* re PR target/8322 (SSE2 intrinsics broken?)Jan Hubicka2003-01-071-31/+57
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* ifcvt.c (noce_process_if_block): Correctly detect X modified with INSN_B befo...Richard Henderson2002-09-181-21/+9
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-1/+1
* tree.c (finish_vector_type): Fix a typo in a comment.Stan Shebs2002-08-211-4/+4
* emit-rtl.c (emit_jump_insn_before, [...]): Fix uninitialized variable.Kaveh R. Ghazi2002-08-101-1/+1
* * ifcvt.c (find_if_case_2): Test correct basic block for size.Toshiyasu Morita2002-08-091-1/+1
* ifcvt.c (noce_get_alt_condition): Use reg_overlap_mentioned_p.Richard Henderson2002-07-301-6/+8
* Fix null pointer crash and a merge errorBernd Schmidt2002-07-301-11/+3
* Enhancements for the if-conversion passBernd Schmidt2002-07-211-167/+555
* ifcvt.c (noce_get_condition): Make certain that the condition is valid at JUMP.Richard Henderson2002-07-181-20/+48
* Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-06-201-6/+17
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-14/+14
* i386.md (and promoting splitters): Disable QI to SImode promoting when doing ...Jan Hubicka2002-06-061-10/+13
* basic-block.h (last_basic_block): Declare.Zdenek Dvorak2002-05-281-17/+10
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-1/+1
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-11/+6
* bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak2002-05-211-5/+5
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-21/+39
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-39/+21
* ifcvt.c (noce_try_store_flag, [...]): Insert new code before JUMP, not EARLIEST.Richard Henderson2002-05-031-9/+9
* ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOIN blocks.Richard Henderson2002-04-181-48/+31
* ifcvt.c: Include except.h.Richard Henderson2002-04-181-33/+75
* * ifcvt.c (if_convert): Clear aux_for_blocks early enought.Jan Hubicka2002-03-281-1/+2
* rtlanal.c: Include flags.hJan Hubicka2002-03-281-29/+0
* * ifcvt.c (dead_or_predicable): Fix uninitialized variable.Kaveh R. Ghazi2002-03-181-1/+1
* Add 2002 to the copyright dates.Richard Sandiford2002-03-071-1/+1
* defaults.h (MODE_HAS_NANS, [...]): New.Richard Sandiford2002-03-071-5/+4
* basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka2002-02-281-31/+10