summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* * jump.c (squeeze_notes): Take parms by reference. Handle END beingjason2001-08-221-13/+1
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-10/+10
* * ifcvt.c (find_if_block): Allow join_bb as EXIT.rth2001-08-221-3/+6
* * optabs.h (OTI_flodiv, flodiv_optab): Kill.zack2001-08-181-34/+34
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-131-0/+1
* * gcc.c: Fix comment formatting.kazu2001-08-121-1/+1
* * ifcvt.c (noce_get_alt_condition): Don't make an auxiliarydj2001-08-031-8/+2
* * ifcvt.c (noce_get_alt_condition): If the condition is a comparedj2001-07-281-1/+109
* * basic-block.h (redirect_edge_and_branch_force,hubicka2001-07-221-48/+38
* * ifcvt.c (noce_try_store_flag_constants): Correct ordergeoffk2001-07-201-2/+2
* * ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_modegeoffk2001-07-191-7/+9
* * ifcvt.c (find_cond_trap): Test for exit block.rth2001-07-151-0/+5
* * ifcvt.c (find_cond_trap): New.rth2001-07-141-3/+131
* * alias.c (set_mem_alias_set): New function.kenner2001-07-111-1/+1
* * ifcvt.c (dead_or_predicable): Fix return value last patch.rth2001-06-141-1/+1
* * ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code.rth2001-06-131-10/+25
* * ifcvt.c (life_data_ok): New.rth2001-06-111-4/+8
* * predict.def: New file.hubicka2001-06-091-5/+1
* * ifcvt.c (merge_if_block): Use any_uncondjump_p, not simplejump_plaw2001-05-101-1/+1
* * Makefile.in (ifcvt.o): Depend on toplev.h.ghazi2001-04-111-0/+1
* 2001-04-03 Jakub Jelinek <jakub@redhat.com>amacleod2001-04-031-4/+1
* * ifcvt.c (noce_emit_move_insn): New.jakub2001-04-021-11/+41
* IA-64 ABI Exception Handling.rth2001-03-281-10/+1
* * cse.c (find_comparison_args): Remove previous change.kenner2001-03-211-0/+8
* Brad's -ffast-math breakup.rth2001-03-071-3/+3
* * ifcvt.c (noce_operand_ok): Handle properly unarry operations.hubicka2001-03-021-1/+2
* * ifcvt.c (noce_emit_store_flag, noce_try_store_flag_constants,hubicka2001-02-281-15/+16
* * ifcvt.c (struct noce_if_info): Add test_bb.rth2001-02-251-3/+326
* * ifcvt.c (dead_or_predicable): Don't move code if eh regionsrth2001-02-181-0/+9
* Handle jump insns that are PARALLEL.nickc2000-12-271-1/+1
* While building global lifetime information, keep track of which registers arebernds2000-11-271-2/+3
* Michael Matz <matzmich@cs.tu-berlin.de>rth2000-11-141-1/+1
* Fix ia64-linux glibc intl/loadmsgcat.c miscompilation.wilson2000-09-121-0/+5
* Make sure THEN block has any insns at before testing for indirect jumpmeissner2000-08-201-3/+6
* Do not consider a THEN block ending in an indirect jump for conditional compi...meissner2000-08-191-1/+13
* * ifcvt.c (EDGE_COMPLEX): Move definition ...wehle2000-06-141-2/+0
* Do not handle dead code via conditional execution if special handling is neededmeissner2000-06-131-0/+4
* Warning fixes:ghazi2000-06-111-2/+2
* add IFCVT_MODIFY macros for the MD file to tweak the conditional execution su...meissner2000-06-041-1/+34
* * ifcvt.c (merge_if_block): Be prepared for JOIN to have north2000-06-011-7/+23
* * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.rth2000-05-311-4/+2
* * ifcvt.c (cond_exec_process_if_block): Do nothing if the last insnlaw2000-05-311-0/+10
* * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRCrearnsha2000-05-261-1/+1
* * ifcvt.c (seq_contains_jump): New.rth2000-05-251-0/+31
* * combine.c (try_combine): Use any_condjump_p, any_uncondjump_prth2000-05-251-9/+10
* * ifcvt.c (if_convert): Update life info globally.aoliva2000-05-241-1/+3
* Oops, checked in verify-flow.patch by mistake, revertingaoliva2000-05-201-2/+1
* * ifcvt.c (if_convert): Scan and kill dead code.aoliva2000-05-201-2/+4
* * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.kenner2000-05-191-1/+1
* * ifcvt.c (find_if_case_2): Don't allow THEN to be EXIT.rth2000-05-191-3/+6