summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* ifcvt.c (cond_move_process_if_block): Free vectors on false return.Kenneth Zadeck2008-06-301-5/+22
* ifcvt.c (dead_or_predicable): Rename df_simulate_one_insn_backwards to df_sim...Kenneth Zadeck2008-05-161-1/+1
* [multiple changes]Kenneth Zadeck2008-05-071-3/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-9/+15
* re PR middle-end/35456 (Different results for inlined vs. non-inlined function)Uros Bizjak2008-03-041-0/+4
* ifcvt.c (noce_process_if_block): Try to handle only the then block if the els...Alexandre Oliva2008-03-011-0/+9
* dbgcnt.def (cfg_cleanup, [...]): New counters.David Edelsohn2008-02-261-3/+7
* ifcvt.c (noce_can_store_speculate_p): New static function.Ian Lance Taylor2007-10-291-18/+71
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-3/+3
* re PR middle-end/33181 (Revision 127766 generates bad cmov)H.J. Lu2007-08-261-0/+3
* re PR middle-end/33157 (cmov4.c fails on i686)Uros Bizjak2007-08-241-1/+3
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-7/+7
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck2007-07-111-6/+0
* * ifcvt.c (find_cond_trap): Avoid invalid RTL sharing.Jan Hubicka2007-07-031-2/+2
* df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck2007-06-191-5/+13
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-82/+83
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-5/+2
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-3/+0
* basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner2007-05-041-1/+1
* ifcvt.c (struct noce_if_info): Add then_else_reversed field.Steven Bosscher2007-03-291-6/+16
* ifcvt.c (cond_exec_find_if_block): Return FALSE if no transformations are app...Steven Bosscher2007-03-281-0/+2
* ifcvt.c (noce_try_store_flag_constants): Don't check no_new_pseudos here.Steven Bosscher2007-03-261-171/+206
* Fix accidental commitSteven Bosscher2007-03-231-11/+6
* tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher2007-03-231-6/+11
* loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak2007-02-061-10/+5
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-2/+2
* cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYO...Steven Bosscher2007-01-181-2/+6
* ifcvt.c: Include vec.h, vecprim.h.Eric Christopher2007-01-161-48/+62
* ifcvt.c (struct noce_if_info): Add comments to the fields.Steven Bosscher2007-01-111-53/+95
* ifcvt.c (cond_move_convert_if_block): New function, code factored out from...Steven Bosscher2007-01-061-78/+74
* cfgexpand.c (construct_exit_block): Don't disturb end of last BB.Jan Hubicka2006-11-271-1/+1
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-1/+1
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-5/+6
* re PR rtl-optimization/29797 (Miscompiles bit test / set in OpenOffice)Roger Sayle2006-11-131-1/+3
* builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle2006-10-301-7/+6
* re PR rtl-optimization/28096 (fdlibm/strtod.c miscompiled at -O2)Eric Botcazou2006-09-301-1/+9
* re PR target/28574 (switch statement points to unreferenced label at -O2)Steve Ellcey2006-09-201-0/+7
* ifcvt.c (cheap_bb_rtx_cost_p): Don't speculatively execute x87 instructions.Roger Sayle2006-08-281-5/+7
* ifcvt.c (noce_emit_move_insn): Call store_bit_field if the resulting move wou...Andreas Krebbel2006-04-191-39/+74
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-3/+6
* cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini2006-02-151-1/+1
* ifcvt.c (if_convert): Make it static.Kazu Hirata2006-01-171-1/+1
* ifcvt.c (noce_init_if_info): New static function, broken out of noce_process_...Ian Lance Taylor2006-01-151-28/+282
* basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ...Kazu Hirata2006-01-111-1/+1
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-2/+2
* ifcvt.c (noce_get_alt_condition): Use prev_nonnote_insn.Eric Botcazou2005-11-091-15/+22
* re PR rtl-optimization/23567 (if-conversion causes wrong code)Jakub Jelinek2005-11-071-25/+63
* re PR rtl-optimization/20370 (dead_or_predictable doesn't resize reg_n_info)J"orn Rennecke2005-07-221-0/+8
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+119