aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-13* ifcvt.c (dead_or_predicable): Fix return value last patch.Richard Henderson1-1/+1
2001-06-13ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code.Richard Henderson1-10/+25
2001-06-10ifcvt.c (life_data_ok): New.Richard Henderson1-4/+8
2001-06-09predict.def: New file.Jan Hubicka1-5/+1
2001-05-10ifcvt.c (merge_if_block): Use any_uncondjump_p...Jeffrey A Law1-1/+1
2001-04-11Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi1-0/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-4/+1
2001-04-02ifcvt.c (noce_emit_move_insn): New.Jakub Jelinek1-11/+41
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-10/+1
2001-03-21cse.c (find_comparison_args): Remove previous change.Richard Kenner1-0/+8
2001-03-07Brad's -ffast-math breakup.Brad Lucier1-3/+3
2001-03-02* ifcvt.c (noce_operand_ok): Handle properly unarry operations.Jan Hubicka1-1/+2
2001-02-28ifcvt.c (noce_emit_store_flag, [...]): Use reversed_comparison_code instead o...Jan Hubicka1-15/+16
2001-02-25ifcvt.c (struct noce_if_info): Add test_bb.Richard Henderson1-3/+326
2001-02-18ifcvt.c (dead_or_predicable): Don't move code if eh regions would be disrupted.Richard Henderson1-0/+9
2000-12-27Handle jump insns that are PARALLEL.Nick Clifton1-1/+1
2000-11-27While building global lifetime information, keep track of which registers are...Bernd Schmidt1-2/+3
2000-11-14Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz1-1/+1
2000-09-12Fix ia64-linux glibc intl/loadmsgcat.c miscompilation.Jim Wilson1-0/+5
2000-08-20Make sure THEN block has any insns at before testing for indirect jumpMichael Meissner1-3/+6
2000-08-19Do not consider a THEN block ending in an indirect jump for conditional compi...Michael Meissner1-1/+13
2000-06-14ifcvt.c (EDGE_COMPLEX): Move definition ...John Wehle1-2/+0
2000-06-13Do not handle dead code via conditional execution if special handling is neededMichael Meissner1-0/+4
2000-06-11Warning fixes:Kaveh R. Ghazi1-2/+2
2000-06-04add IFCVT_MODIFY macros for the MD file to tweak the conditional execution su...Michael Meissner1-1/+34
2000-05-31ifcvt.c (merge_if_block): Be prepared for JOIN to have no remaining edges.Richard Henderson1-7/+23
2000-05-31* ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.Richard Henderson1-4/+2
2000-05-31ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn in the bloc...Jeffrey A Law1-0/+10
2000-05-26ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC of get_pc.Richard Earnshaw1-1/+1
2000-05-25ifcvt.c (seq_contains_jump): New.Richard Henderson1-0/+31
2000-05-25combine.c (try_combine): Use any_condjump_p...Jan Hubicka1-9/+10
2000-05-24* ifcvt.c (if_convert): Update life info globally.Jakub Jelinek1-1/+3
2000-05-20Oops, checked in verify-flow.patch by mistake, revertingAlexandre Oliva1-2/+1
2000-05-20* ifcvt.c (if_convert): Scan and kill dead code.Alexandre Oliva1-2/+4
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-1/+1
2000-05-19* ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.Richard Henderson1-3/+6
2000-05-15ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns that get in the...Richard Henderson1-0/+17
2000-05-13* ifcvt.c (if_convert): Do not free NULL.Philippe De Muyter1-1/+2
2000-05-12Makefile.in (final.o): Depend on BASIC_BLOCK_H.Richard Henderson1-52/+7
2000-05-08ifcvt.c (cond_exec_process_insns): New argument prob_val.Richard Henderson1-9/+35
2000-05-06ifcvt.c (noce_process_if_block): Don't use an insn_b from test_bb if a or b u...Richard Henderson1-1/+2
2000-05-06ifcvt.c (noce_process_if_block): Don't use an insn_b from test_bb if insn_a u...Richard Henderson1-1/+2
2000-05-04* ifcvt.c (noce_process_if_block): Always reset X in the A == B case.Richard Henderson1-1/+1
2000-05-04ifcvt.c (noce_process_if_block): Fail if A or B modified between condition an...Richard Henderson1-5/+11
2000-05-03ifcvt.c (noce_try_cmove_arith): Use may_trap_p to thest whether address may t...Jan Hubicka1-2/+2
2000-05-01ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before the sequen...Richard Henderson1-2/+3
2000-05-01* ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.Richard Henderson1-0/+2
2000-05-01ifcvt.c (noce_emit_cmove): Conditionally compile call to emit_conditional_move.Richard Henderson1-0/+8
2000-04-30ifcvt.c (noce_process_if_block): Fail the conversion if X is referenced bewte...Richard Henderson1-6/+11
2000-04-30ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes from the las...Richard Henderson1-0/+13