aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-03tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher1-4/+6
2010-04-29re PR bootstrap/43858 (Bootstrap failure for powerpc-apple-darwin9: cannot co...Bernd Schmidt1-1/+1
2010-04-22ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and df_simulate_find_...Bernd Schmidt1-14/+15
2010-04-19ifcvt.c (noce_try_cmove_arith): Fix long lines.Eric Botcazou1-20/+24
2010-04-14re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)Bernd Schmidt1-4/+85
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-07re PR rtl-optimization/42511 (bootstrap error in stage3 on alpha-linux-gnu)Uros Bizjak1-1/+2
2010-01-06* ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.Uros Bizjak1-1/+6
2010-01-03postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM with BLOCK_FOR_INSN.Steven Bosscher1-3/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-5/+5
2009-10-27target.h (have_conditional_execution): Add a new target hook function.Wei Guozhi1-8/+5
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-1/+4
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+4
2009-09-28ifcvt.c (noce_try_abs): Recognize pattern and call expand_one_cmpl_abs_nojump.Easwaran Raman1-4/+28
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-9/+22
2009-06-26re PR middle-end/40525 (if conversion (in dead_or_predicable) fails for targe...Steven Bosscher1-6/+13
2009-06-22alias.c: Use REG_P...Shujing Zhao1-14/+14
2009-05-12Merge cond-optab branch.Paolo Bonzini1-4/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-12-18re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck1-2/+2
2008-10-11re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck1-2/+2
2008-09-29ifcvt.c (noce_emit_store_flag): If using condition from original jump, revers...Joseph Myers1-1/+9
2008-09-16re PR rtl-optimization/37483 (Segfault in noce_try_sign_mask (ifcvt.c): b_unc...Jakub Jelinek1-11/+14
2008-09-11ifcvt.c (check_cond_move_block): Make regs argument pointer to vector pointer.Jan Hubicka1-4/+4
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-1/+1
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-4/+8
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-14/+25
2008-06-30ifcvt.c (cond_move_process_if_block): Free vectors on false return.Kenneth Zadeck1-5/+22
2008-05-16ifcvt.c (dead_or_predicable): Rename df_simulate_one_insn_backwards to df_sim...Kenneth Zadeck1-1/+1
2008-05-07[multiple changes]Kenneth Zadeck1-3/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-03-04re PR middle-end/35456 (Different results for inlined vs. non-inlined function)Uros Bizjak1-0/+4
2008-03-01ifcvt.c (noce_process_if_block): Try to handle only the then block if the els...Alexandre Oliva1-0/+9
2008-02-26dbgcnt.def (cfg_cleanup, [...]): New counters.David Edelsohn1-3/+7
2007-10-29ifcvt.c (noce_can_store_speculate_p): New static function.Ian Lance Taylor1-18/+71
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-3/+3
2007-08-26re PR middle-end/33181 (Revision 127766 generates bad cmov)H.J. Lu1-0/+3
2007-08-24re PR middle-end/33157 (cmov4.c fails on i686)Uros Bizjak1-1/+3
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-7/+7
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-6/+0
2007-07-03* ifcvt.c (find_cond_trap): Avoid invalid RTL sharing.Jan Hubicka1-2/+2
2007-06-19df.h (DF_FIRST_OPTIONAL_PROBLEM): Removed.Kenneth Zadeck1-5/+13
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-82/+83
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-5/+2
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-3/+0
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-1/+1
2007-03-29ifcvt.c (struct noce_if_info): Add then_else_reversed field.Steven Bosscher1-6/+16