| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ifcvt.c (EDGE_COMPLEX): Move definition ... | wehle | 2000-06-14 | 1 | -2/+0 |
* | Do not handle dead code via conditional execution if special handling is needed | meissner | 2000-06-13 | 1 | -0/+4 |
* | Warning fixes: | ghazi | 2000-06-11 | 1 | -2/+2 |
* | add IFCVT_MODIFY macros for the MD file to tweak the conditional execution su... | meissner | 2000-06-04 | 1 | -1/+34 |
* | * ifcvt.c (merge_if_block): Be prepared for JOIN to have no | rth | 2000-06-01 | 1 | -7/+23 |
* | * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers. | rth | 2000-05-31 | 1 | -4/+2 |
* | * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insn | law | 2000-05-31 | 1 | -0/+10 |
* | * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC | rearnsha | 2000-05-26 | 1 | -1/+1 |
* | * ifcvt.c (seq_contains_jump): New. | rth | 2000-05-25 | 1 | -0/+31 |
* | * combine.c (try_combine): Use any_condjump_p, any_uncondjump_p | rth | 2000-05-25 | 1 | -9/+10 |
* | * ifcvt.c (if_convert): Update life info globally. | aoliva | 2000-05-24 | 1 | -1/+3 |
* | Oops, checked in verify-flow.patch by mistake, reverting | aoliva | 2000-05-20 | 1 | -2/+1 |
* | * ifcvt.c (if_convert): Scan and kill dead code. | aoliva | 2000-05-20 | 1 | -2/+4 |
* | * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | kenner | 2000-05-19 | 1 | -1/+1 |
* | * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT. | rth | 2000-05-19 | 1 | -3/+6 |
* | * ifcvt.c (cond_exec_process_insns): Drop USE and CLOBBER insns | rth | 2000-05-16 | 1 | -0/+17 |
* | * ifcvt.c (if_convert): Do not free NULL. | law | 2000-05-13 | 1 | -1/+2 |
* | * Makefile.in (final.o): Depend on BASIC_BLOCK_H. | rth | 2000-05-12 | 1 | -52/+7 |
* | * ifcvt.c (cond_exec_process_insns): New argument prob_val. | rth | 2000-05-09 | 1 | -9/+35 |
* | * ifcvt.c (noce_process_if_block): Don't use an insn_b from | rth | 2000-05-06 | 1 | -1/+2 |
* | * ifcvt.c (noce_process_if_block): Don't use an insn_b from | rth | 2000-05-06 | 1 | -1/+2 |
* | * ifcvt.c (noce_process_if_block): Always reset X in the A == B case. | rth | 2000-05-04 | 1 | -1/+1 |
* | * ifcvt.c (noce_process_if_block): Fail if A or B modified | rth | 2000-05-04 | 1 | -5/+11 |
* | * ifcvt.c (noce_try_cmove_arith): Use may_trap_p to thest | hubicka | 2000-05-03 | 1 | -2/+2 |
* | * ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before | rth | 2000-05-02 | 1 | -2/+3 |
* | * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING. | rth | 2000-05-01 | 1 | -0/+2 |
* | * ifcvt.c (noce_emit_cmove): Conditionally compile call to | rth | 2000-05-01 | 1 | -0/+8 |
* | * ifcvt.c (noce_process_if_block): Fail the conversion if X is | rth | 2000-05-01 | 1 | -6/+11 |
* | * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes | rth | 2000-04-30 | 1 | -0/+13 |
* | * ifcvt.c: New file. | rth | 2000-04-30 | 1 | -0/+2024 |