OSDN Git Service

* ifcvt.c (dead_or_predicable): Don't move code if eh regions
[pf3gnuchains/gcc-fork.git] / gcc / ifcvt.c
2001-02-18 rth * ifcvt.c (dead_or_predicable): Don't move...
2000-12-27 nickcHandle jump insns that are PARALLEL.
2000-11-27 berndsWhile building global lifetime information, keep track...
2000-11-14 rthMichael Matz <matzmich@cs.tu-berlin.de>
2000-09-12 wilsonFix ia64-linux glibc intl/loadmsgcat.c miscompilation.
2000-08-20 meissnerMake sure THEN block has any insns at before testing...
2000-08-19 meissnerDo not consider a THEN block ending in an indirect...
2000-06-14 wehle * ifcvt.c (EDGE_COMPLEX): Move definition ...
2000-06-13 meissnerDo not handle dead code via conditional execution if...
2000-06-11 ghaziWarning fixes:
2000-06-04 meissneradd IFCVT_MODIFY macros for the MD file to tweak the...
2000-06-01 rth * ifcvt.c (merge_if_block): Be prepared for...
2000-05-31 rth * ifcvt.c (cond_exec_process_insns): Don't...
2000-05-31 law * ifcvt.c (cond_exec_process_if_block): Do...
2000-05-26 rearnsha* ifcvt.c (cond_exec_get_condition): Set test_if to...
2000-05-25 rth * ifcvt.c (seq_contains_jump): New.
2000-05-25 rth * combine.c (try_combine): Use any_condjump_p...
2000-05-24 aoliva* ifcvt.c (if_convert): Update life info globally.
2000-05-20 aolivaOops, checked in verify-flow.patch by mistake, reverting
2000-05-20 aoliva* ifcvt.c (if_convert): Scan and kill dead code.
2000-05-19 kenner * cse.c (cse_basic_block): Only call find_reg_note...
2000-05-19 rth * ifcvt.c (find_if_case_2): Don't allow THEN...
2000-05-16 rth * ifcvt.c (cond_exec_process_insns): Drop USE...
2000-05-13 law * ifcvt.c (if_convert): Do not free NULL.
2000-05-12 rth * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
2000-05-09 rth * ifcvt.c (cond_exec_process_insns): New argume...
2000-05-06 rth * ifcvt.c (noce_process_if_block): Don't use...
2000-05-06 rth * ifcvt.c (noce_process_if_block): Don't use...
2000-05-04 rth * ifcvt.c (noce_process_if_block): Always reset...
2000-05-04 rth * ifcvt.c (noce_process_if_block): Fail if...
2000-05-03 hubicka * ifcvt.c (noce_try_cmove_arith): Use may_trap_p...
2000-05-02 rth * ifcvt.c (dead_or_predicable): Set merge_bb...
2000-05-01 rth * ifcvt.c (if_convert): Only verify_flow_info...
2000-05-01 rth * ifcvt.c (noce_emit_cmove): Conditionally...
2000-05-01 rth * ifcvt.c (noce_process_if_block): Fail the...
2000-04-30 rth * ifcvt.c (dead_or_predicable): Manually squeez...
2000-04-30 rth * ifcvt.c: New file.