summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka2005-06-161-15/+16
* re PR rtl-optimization/21767 (if-convert leaves invalid REG_EQUAL notes)J"orn Rennecke2005-06-011-0/+19
* ifcvt.c (noce_emit_move_insn): Construct a SET pattern directly if the RHS is...Roger Sayle2005-05-291-1/+5
* re PR tree-optimization/9814 (gcc fails to optimise if (l&2) l|=2 away)Roger Sayle2005-05-271-1/+152
* re PR tree-optimization/21541 (gcc.c-torture/execute/20031215-1.c compilation...Richard Henderson2005-05-181-0/+8
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-25/+15
* genattrtab.c (NULL_ATTR): Remove.Kazu Hirata2005-04-131-1/+0
* Fix problems with hot/cold partitioning optimization.Caroline Tice2005-03-311-12/+14
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-25/+24
* * ifcvt.c (noce_emit_move_insn): Remove inmode.Kazu Hirata2005-03-091-2/+1
* recog.c (verify_changes, [...]): New functions, broken out of apply_change_gr...J"orn Rennecke2005-03-021-7/+1
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-32/+8
* re PR rtl-optimization/19579 (-march=i686 generates a bogus program for x86*)Jakub Jelinek2005-01-261-5/+21
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+2
* ifcvt.c (find_if_case_1): Reinstate 2005-01-04 change...Roger Sayle2005-01-081-1/+16
* * ifcvt.c (find_if_case_1): Revert 2005-01-04 change.Roger Sayle2005-01-051-15/+1