summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-1/+1
* re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford2012-05-091-2/+1
* re PR middle-end/52881 (ICE due to null pointer deref in cfgloop.c)Richard Guenther2012-04-111-0/+5
* ifcvt.c (noce_get_condition): Check condition variable is not small_register_...Stuart Henderson2012-02-271-1/+3
* rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford2012-01-241-4/+0
* function.c (bb_active_p): Delete.Alan Modra2011-11-091-1/+3
* re PR rtl-optimization/47698 (CMOV accessing volatile memory with read side e...Eric Botcazou2011-11-081-2/+2
* re PR rtl-optimization/47698 (CMOV accessing volatile memory with read side e...Sergey Ostanevich2011-11-071-3/+3
* re PR bootstrap/50738 (Bootstrap failure at revision 180028 on powerpc-apple-...Alan Modra2011-10-161-1/+1
* ifcvt.c (dead_or_predicable): Disable if-conversion when doing so is likely t...Alan Modra2011-10-151-0/+58
* ifcvt.c (cheap_bb_rtx_cost_p): Add SCALE argument.Jeff Law2011-09-271-12/+40
* ifcvt.c (noce_try_cmove_arith): Use may_trap_or_fault_p in lieu of may_trap_p...Eric Botcazou2011-09-261-2/+2
* rtl.texi (simple_return): Document.Bernd Schmidt2011-08-271-0/+11
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-1/+1
* rtlanal.c (tablejump_p): False for returns.Bernd Schmidt2011-07-281-11/+20
* params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez2011-07-271-2/+3
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-3/+1
* re PR target/43920 (Choosing conditional execution over conditional branches ...Tom de Vries2011-04-071-1/+2
* ifcvt.c (cond_exec_process_insns): Disallow converting a block that contains ...Bernd Schmidt2011-04-011-1/+6
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-12-141-123/+27
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* * ifcvt.c (dead_or_predicable): Fix typo.Eric Botcazou2010-11-161-1/+1
* re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou2010-11-161-19/+38
* re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke2010-11-041-2/+2
* Revert revision 164552.H.J. Lu2010-11-031-19/+122
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-6/+1
* ifcvt.c (noce_emit_cmove): If both of the values are SUBREGs...Nathan Froyd2010-10-201-4/+59
* ifcvt.c (find_active_insn_before): New function.Chung-Lin Tang2010-10-151-5/+49
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-09-231-122/+19
* re PR rtl-optimization/41087 (cris-elf gfortran.dg/zero_sized_3.f90 -O3 -fun...Hans-Peter Nilsson2010-09-131-2/+9
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-2/+2
* re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...Jakub Jelinek2010-07-301-3/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford2010-07-041-1/+1
* 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