summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-14/+18
* ifcvt.c (find_cond_trap): Properly handle case where trap_bb == else_bb.Jeff Law2013-11-151-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-7/+7
* rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford2013-09-231-18/+21
* asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated ...Richard Sandiford2013-09-091-7/+7
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-52/+105
* ifcvt.c (ifcvt_after_combine): New static variable.Bin Cheng2013-07-131-7/+26
* re PR c++/53743 (ICE when compiling firefox with PGO and LTO)Teresa Johnson2013-06-061-4/+3
* ifcvt.c (end_ifcvt_sequence): Mark a and b for unsharing as well.Andreas Krebbel2013-04-121-0/+2
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-4/+2
* re PR rtl-optimization/56745 (ICE in merge_if_block)Jakub Jelinek2013-04-021-1/+1
* re PR rtl-optimization/56484 (ICE in assign_by_spills, at lra-assigns.c:1268)Jakub Jelinek2013-03-051-0/+6
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-2/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-9/+8
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+3
* re PR rtl-optimization/54900 (write introduction incorrect wrt the C11 memory...Aldy Hernandez2012-10-171-1/+1
* Integrate lexical block into source_location.Dehao Chen2012-09-191-15/+15
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Steven Bosscher2012-08-081-63/+60
* Introduce and use code_to_optab and optab_to_code functionsRichard Henderson2012-07-241-2/+2
* dumpfile.h (TDF_COMMENT): New define.Steven Bosscher2012-07-171-6/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-1/+4
* system.h (IFCVT_EXTRA_FIELDS): Poison.Steven Bosscher2012-06-291-2/+2
* 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