summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl2011-06-141-3/+1
* 2011-04-07 Tom de Vries <tom@codesourcery.com>vries2011-04-071-1/+2
* * ifcvt.c (cond_exec_process_insns): Disallow converting a blockbernds2011-04-011-1/+6
* gcc/bernds2010-12-141-123/+27
* * hwint.c: New. Extracted from toplev.c.jsm282010-11-301-1/+0
* * ifcvt.c (dead_or_predicable): Fix typo.ebotcazou2010-11-161-1/+1
* PR rtl-optimization/46315ebotcazou2010-11-161-19/+38
* PR bootstrap/44756amylaar2010-11-041-2/+2
* Revert revision 164552.hjl2010-11-031-19/+122
* * basic-block.h (find_fallthru_edge): Define.froydnj2010-10-211-6/+1
* * ifcvt.c (noce_emit_cmove): If both of the values are SUBREGs, tryfroydnj2010-10-201-4/+59