aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-30ifcvt.c: New file.Richard Henderson1-0/+2024