summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* ifcvt.c (noce_try_store_flag_constants): Test for overflow in computing DIFF.Richard Henderson2001-11-271-0/+6
* jump.c (squeeze_notes): Return true if no real insns were found.Jakub Jelinek2001-11-151-1/+2
* expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner2001-11-111-2/+1
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-1/+1
* * ifcvt.c (if_convert): Call clear_aux_for_blocks.Jan Hubicka2001-10-271-0/+1
* alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2001-10-231-0/+2
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-1/+1
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-14/+5
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-4/+1
* jump.c (squeeze_notes): Take parms by reference.Jason Merrill2001-08-221-13/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-10/+10
* ifcvt.c (find_if_block): Allow join_bb as EXIT.Richard Henderson2001-08-211-3/+6
* optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg2001-08-181-34/+34
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-1/+1
* ifcvt.c (noce_get_alt_condition): Don't make an auxiliary set from a constant...DJ Delorie2001-08-031-8/+2
* ifcvt.c (noce_get_alt_condition): If the condition is a compare against a con...DJ Delorie2001-07-271-1/+109
* basic-block.h (redirect_edge_and_branch_force, [...]): Declare.Jan Hubicka2001-07-221-48/+38
* ifcvt.c (noce_try_store_flag_constants): Correct order of parameters to trunc...Geoffrey Keating2001-07-201-2/+2
* ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode when negating...Geoffrey Keating2001-07-191-7/+9
* * ifcvt.c (find_cond_trap): Test for exit block.Richard Henderson2001-07-141-0/+5
* ifcvt.c (find_cond_trap): New.Richard Henderson2001-07-141-3/+131
* alias.c (set_mem_alias_set): New function.Richard Kenner2001-07-111-1/+1
* * ifcvt.c (dead_or_predicable): Fix return value last patch.Richard Henderson2001-06-131-1/+1
* ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code.Richard Henderson2001-06-131-10/+25
* ifcvt.c (life_data_ok): New.Richard Henderson2001-06-101-4/+8
* predict.def: New file.Jan Hubicka2001-06-091-5/+1
* ifcvt.c (merge_if_block): Use any_uncondjump_p...Jeffrey A Law2001-05-101-1/+1
* Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi2001-04-111-0/+1
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-4/+1
* ifcvt.c (noce_emit_move_insn): New.Jakub Jelinek2001-04-021-11/+41
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-10/+1
* cse.c (find_comparison_args): Remove previous change.Richard Kenner2001-03-211-0/+8
* Brad's -ffast-math breakup.Brad Lucier2001-03-071-3/+3
* * ifcvt.c (noce_operand_ok): Handle properly unarry operations.Jan Hubicka2001-03-021-1/+2
* ifcvt.c (noce_emit_store_flag, [...]): Use reversed_comparison_code instead o...Jan Hubicka2001-02-281-15/+16
* ifcvt.c (struct noce_if_info): Add test_bb.Richard Henderson2001-02-251-3/+326
* ifcvt.c (dead_or_predicable): Don't move code if eh regions would be disrupted.Richard Henderson2001-02-181-0/+9
* Handle jump insns that are PARALLEL.Nick Clifton2000-12-271-1/+1
* While building global lifetime information, keep track of which registers are...Bernd Schmidt2000-11-271-2/+3
* Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz2000-11-141-1/+1
* Fix ia64-linux glibc intl/loadmsgcat.c miscompilation.Jim Wilson2000-09-121-0/+5
* Make sure THEN block has any insns at before testing for indirect jumpMichael Meissner2000-08-201-3/+6
* Do not consider a THEN block ending in an indirect jump for conditional compi...Michael Meissner2000-08-191-1/+13
* ifcvt.c (EDGE_COMPLEX): Move definition ...John Wehle2000-06-141-2/+0
* Do not handle dead code via conditional execution if special handling is neededMichael Meissner2000-06-131-0/+4
* Warning fixes:Kaveh R. Ghazi2000-06-111-2/+2
* add IFCVT_MODIFY macros for the MD file to tweak the conditional execution su...Michael Meissner2000-06-041-1/+34
* ifcvt.c (merge_if_block): Be prepared for JOIN to have no remaining edges.Richard Henderson2000-05-311-7/+23
* * ifcvt.c (cond_exec_process_insns): Don't ever ignore clobbers.Richard Henderson2000-05-311-4/+2