summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* * basic-block.h (last_basic_block): Declare.rakdver2002-05-281-17/+10
* * basic-block.h (last_basic_block): Defined as synonym forrakdver2002-05-271-1/+1
* * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):rakdver2002-05-231-11/+6
* * bb-reorder.c (make_reorder_chain_1): Modified.rakdver2002-05-211-5/+5
* Revert "Basic block renumbering removal", and two followup patches.rth2002-05-171-21/+39
* Basic block renumbering removal.rth2002-05-161-39/+21
* * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,rth2002-05-031-9/+9
* * ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOINrth2002-04-191-48/+31
* * ifcvt.c: Include except.h.rth2002-04-181-33/+75
* * ifcvt.c (if_convert): Clear aux_for_blocks early enought.hubicka2002-03-281-1/+2
* * rtlanal.c: Include flags.hhubicka2002-03-281-29/+0
* * ifcvt.c (dead_or_predicable): Fix uninitialized variable.ghazi2002-03-181-1/+1
* Add 2002 to the copyright dates.rsandifo2002-03-071-1/+1
* * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.rsandifo2002-03-071-5/+4
* * basic-block.h (BB_REACHABLE): Renumber.hubicka2002-02-281-31/+10
* * ifcvt.c (noce_process_if_block): Make a copy of the destinationrsandifo2002-01-311-1/+1
* * ifcvt.c (dead_or_predicable): Handling merging when other_bbrth2002-01-311-24/+40
* * basic-block.h (update_br_prob_note): Declare.hubicka2002-01-101-0/+1
* * ifcvt.c (noce_try_store_flag_constants): Test for overflowrth2001-11-271-0/+6
* * jump.c (squeeze_notes): Return true if no real insns were found.jakub2001-11-151-1/+2
* * expmed.c (extract_bit_field): No longer pass in alignment.kenner2001-11-111-2/+1
* * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,jsm282001-11-041-1/+1
* * ifcvt.c (if_convert): Call clear_aux_for_blocks.hubicka2001-10-271-0/+1
* * alias.c (can_address_p): Compnonents are not addressable ifkenner2001-10-231-0/+2
* * c-common.c: Fix comment typos.kazu2001-10-091-1/+1
* * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.hubicka2001-09-211-14/+5
* * basic-block.h (free_bb_for_insn): Declare.hubicka2001-09-161-4/+1
* * 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