aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-14re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt1-123/+27
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-16* ifcvt.c (dead_or_predicable): Fix typo.Eric Botcazou1-1/+1
2010-11-16re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou1-19/+38
2010-11-04re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke1-2/+2
2010-11-03Revert revision 164552.H.J. Lu1-19/+122
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-6/+1
2010-10-20ifcvt.c (noce_emit_cmove): If both of the values are SUBREGs...Nathan Froyd1-4/+59
2010-10-15ifcvt.c (find_active_insn_before): New function.Chung-Lin Tang1-5/+49
2010-09-23re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt1-122/+19
2010-09-13re PR rtl-optimization/41087 (cris-elf gfortran.dg/zero_sized_3.f90 -O3 -fun...Hans-Peter Nilsson1-2/+9
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-07-30re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...Jakub Jelinek1-3/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
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