summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.jakub2014-01-311-1/+1
* PR target/59923jakub2014-01-301-0/+4
* PR rtl-optimization/59724jakub2014-01-091-1/+4
* PR middle-end/59285law2014-01-081-0/+28
* PR rtl-optimization/58668jakub2014-01-071-1/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* PR other/59545jakub2013-12-191-3/+4
* * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node_set_iterator):olegendo2013-12-101-6/+6
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-14/+18
* * ifcvt.c (find_cond_trap): Properly handle case wherelaw2013-11-151-1/+1
* gcc/rsandifo2013-09-281-7/+7
* gcc/rsandifo2013-09-231-18/+21
* gcc/rsandifo2013-09-091-7/+7
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-52/+105
* * ifcvt.c (ifcvt_after_combine): New static variable.amker2013-07-131-7/+26
* 2013-06-06 Teresa Johnson <tejohnson@google.com>tejohnson2013-06-061-4/+3
* 2013-04-12 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>krebbel2013-04-121-0/+2
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-4/+2
* PR rtl-optimization/56745jakub2013-04-021-1/+1
* PR rtl-optimization/56484jakub2013-03-051-0/+6
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-2/+2
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-9/+8
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+3
* PR rtl-optimization/54900aldyh2012-10-171-1/+1
* Integrate lexical block into source_location.dehao2012-09-191-15/+15
* PR middle-end/54146steven2012-08-081-63/+60
* Introduce and use code_to_optab and optab_to_code functionsrth2012-07-241-2/+2
* * dumpfile.h (TDF_COMMENT): New define.steven2012-07-171-6/+1
* gcc/steven2012-07-161-1/+0
* gcc/steven2012-07-081-1/+4
* * system.h (IFCVT_EXTRA_FIELDS): Poison.steven2012-06-291-2/+2
* * LANGUAGES: Fix typos.jsm282012-05-291-1/+1
* gcc/rsandifo2012-05-091-2/+1
* 2012-04-11 Richard Guenther <rguenther@suse.de>rguenth2012-04-111-0/+5
* 2012-02-27 Stuart Henderson <shenders@gcc.gnu.org>shenders2012-02-271-1/+3
* gcc/rsandifo2012-01-241-4/+0
* * function.c (bb_active_p): Delete.amodra2011-11-091-1/+3
* PR rtl-optimization/47698ebotcazou2011-11-081-2/+2
* gcc/kyukhin2011-11-071-3/+3
* PR bootstrap/50738amodra2011-10-151-1/+1
* * ifcvt.c (dead_or_predicable): Disable if-conversion whenamodra2011-10-151-0/+58
* * ifcvt.c (cheap_bb_rtx_cost_p): Add SCALE argument. Scalelaw2011-09-271-12/+40
* * ifcvt.c (noce_try_cmove_arith): Use may_trap_or_fault_p in lieu ofebotcazou2011-09-261-2/+2
* * doc/rtl.texi (simple_return): Document.bernds2011-08-271-0/+11
* gcc/rsandifo2011-08-181-1/+1
* * rtlanal.c (tablejump_p): False for returns.bernds2011-07-281-11/+20
* * params.h (ALLOW_STORE_DATA_RACES): New.aldyh2011-07-271-2/+3