aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-21/+39
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-39/+21
2002-05-03ifcvt.c (noce_try_store_flag, [...]): Insert new code before JUMP, not EARLIEST.Richard Henderson1-9/+9
2002-04-18ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOIN blocks.Richard Henderson1-48/+31
2002-04-18ifcvt.c: Include except.h.Richard Henderson1-33/+75
2002-03-28* ifcvt.c (if_convert): Clear aux_for_blocks early enought.Jan Hubicka1-1/+2
2002-03-28rtlanal.c: Include flags.hJan Hubicka1-29/+0
2002-03-18* ifcvt.c (dead_or_predicable): Fix uninitialized variable.Kaveh R. Ghazi1-1/+1
2002-03-07Add 2002 to the copyright dates.Richard Sandiford1-1/+1
2002-03-07defaults.h (MODE_HAS_NANS, [...]): New.Richard Sandiford1-5/+4
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka1-31/+10
2002-01-31ifcvt.c (noce_process_if_block): Make a copy of the destination when copying ...Richard Sandiford1-1/+1
2002-01-30ifcvt.c (dead_or_predicable): Handling merging when other_bb and new_dest are...Richard Henderson1-24/+40
2002-01-10basic-block.h (update_br_prob_note): Declare.Jan Hubicka1-0/+1
2001-11-27ifcvt.c (noce_try_store_flag_constants): Test for overflow in computing DIFF.Richard Henderson1-0/+6
2001-11-15jump.c (squeeze_notes): Return true if no real insns were found.Jakub Jelinek1-1/+2
2001-11-11expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner1-2/+1
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-27* ifcvt.c (if_convert): Call clear_aux_for_blocks.Jan Hubicka1-0/+1
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-0/+2
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-1/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-14/+5
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-4/+1
2001-08-22jump.c (squeeze_notes): Take parms by reference.Jason Merrill1-13/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-10/+10
2001-08-21ifcvt.c (find_if_block): Allow join_bb as EXIT.Richard Henderson1-3/+6
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-34/+34
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-08-03ifcvt.c (noce_get_alt_condition): Don't make an auxiliary set from a constant...DJ Delorie1-8/+2
2001-07-27ifcvt.c (noce_get_alt_condition): If the condition is a compare against a con...DJ Delorie1-1/+109
2001-07-22basic-block.h (redirect_edge_and_branch_force, [...]): Declare.Jan Hubicka1-48/+38
2001-07-20ifcvt.c (noce_try_store_flag_constants): Correct order of parameters to trunc...Geoffrey Keating1-2/+2
2001-07-19ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode when negating...Geoffrey Keating1-7/+9
2001-07-14* ifcvt.c (find_cond_trap): Test for exit block.Richard Henderson1-0/+5
2001-07-14ifcvt.c (find_cond_trap): New.Richard Henderson1-3/+131
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-1/+1
2001-06-13* ifcvt.c (dead_or_predicable): Fix return value last patch.Richard Henderson1-1/+1
2001-06-13ifcvt.c (cond_exec_get_condition): Use reversed_comparison_code.Richard Henderson1-10/+25
2001-06-10ifcvt.c (life_data_ok): New.Richard Henderson1-4/+8
2001-06-09predict.def: New file.Jan Hubicka1-5/+1
2001-05-10ifcvt.c (merge_if_block): Use any_uncondjump_p...Jeffrey A Law1-1/+1
2001-04-11Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi1-0/+1
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-4/+1
2001-04-02ifcvt.c (noce_emit_move_insn): New.Jakub Jelinek1-11/+41
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-10/+1
2001-03-21cse.c (find_comparison_args): Remove previous change.Richard Kenner1-0/+8
2001-03-07Brad's -ffast-math breakup.Brad Lucier1-3/+3
2001-03-02* ifcvt.c (noce_operand_ok): Handle properly unarry operations.Jan Hubicka1-1/+2
2001-02-28ifcvt.c (noce_emit_store_flag, [...]): Use reversed_comparison_code instead o...Jan Hubicka1-15/+16