summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher2010-05-031-4/+6
* re PR bootstrap/43858 (Bootstrap failure for powerpc-apple-darwin9: cannot co...Bernd Schmidt2010-04-291-1/+1
* ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and df_simulate_find_...Bernd Schmidt2010-04-221-14/+15
* ifcvt.c (noce_try_cmove_arith): Fix long lines.Eric Botcazou2010-04-191-20/+24
* re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)Bernd Schmidt2010-04-141-4/+85
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR rtl-optimization/42511 (bootstrap error in stage3 on alpha-linux-gnu)Uros Bizjak2010-01-071-1/+2
* * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.Uros Bizjak2010-01-061-1/+6
* postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.Steven Bosscher2010-01-031-3/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-5/+5
* target.h (have_conditional_execution): Add a new target hook function.Wei Guozhi2009-10-271-8/+5
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-1/+4
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-0/+4
* ifcvt.c (noce_try_abs): Recognize pattern and call expand_one_cmpl_abs_nojump.Easwaran Raman2009-09-281-4/+28
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-9/+22
* re PR middle-end/40525 (if conversion (in dead_or_predicable) fails for targe...Steven Bosscher2009-06-261-6/+13
* alias.c: Use REG_P...Shujing Zhao2009-06-221-14/+14
* Merge cond-optab branch.Paolo Bonzini2009-05-121-4/+2
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck2008-12-181-2/+2
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-111-2/+2
* ifcvt.c (noce_emit_store_flag): If using condition from original jump, revers...Joseph Myers2008-09-291-1/+9
* re PR rtl-optimization/37483 (Segfault in noce_try_sign_mask (ifcvt.c): b_unc...Jakub Jelinek2008-09-161-11/+14
* ifcvt.c (check_cond_move_block): Make regs argument pointer to vector pointer.Jan Hubicka2008-09-111-4/+4
* rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor2008-09-041-1/+1
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-4/+8
* optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka2008-08-301-14/+25
* 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