aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-09function.c (bb_active_p): Delete.Alan Modra1-1/+3
2011-11-08re PR rtl-optimization/47698 (CMOV accessing volatile memory with read side e...Eric Botcazou1-2/+2
2011-11-07re PR rtl-optimization/47698 (CMOV accessing volatile memory with read side e...Sergey Ostanevich1-3/+3
2011-10-16re PR bootstrap/50738 (Bootstrap failure at revision 180028 on powerpc-apple-...Alan Modra1-1/+1
2011-10-15ifcvt.c (dead_or_predicable): Disable if-conversion when doing so is likely t...Alan Modra1-0/+58
2011-09-27ifcvt.c (cheap_bb_rtx_cost_p): Add SCALE argument.Jeff Law1-12/+40
2011-09-26ifcvt.c (noce_try_cmove_arith): Use may_trap_or_fault_p in lieu of may_trap_p...Eric Botcazou1-2/+2
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-0/+11
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-1/+1
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt1-11/+20
2011-07-27params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez1-2/+3
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-3/+1
2011-04-07re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries1-1/+2
2011-04-01ifcvt.c (cond_exec_process_insns): Disallow converting a block that contains ...Bernd Schmidt1-1/+6
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