aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
AgeCommit message (Expand)Author
2014-09-30 PR inline-asm/63282Jakub Jelinek
2014-08-16Fix if-conversion pass for dead type-unsafe codeTom de Vries
2014-01-09 PR rtl-optimization/59724Jakub Jelinek
2014-01-07 PR rtl-optimization/58668Jakub Jelinek
2013-04-122013-04-12 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel
2013-04-02 PR rtl-optimization/56745Jakub Jelinek
2013-03-05 PR rtl-optimization/56484Jakub Jelinek
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-012012-11-01 Sharad Singhai <singhai@google.com>Sharad Singhai
2012-10-17 PR rtl-optimization/54900Aldy Hernandez
2012-09-19Integrate lexical block into source_location.Dehao Chen
2012-08-08 PR middle-end/54146Steven Bosscher
2012-07-24Introduce and use code_to_optab and optab_to_code functionsRichard Henderson
2012-07-17 * dumpfile.h (TDF_COMMENT): New define.Steven Bosscher
2012-07-16gcc/Steven Bosscher
2012-07-08gcc/Steven Bosscher
2012-06-29 * system.h (IFCVT_EXTRA_FIELDS): Poison.Steven Bosscher
2012-05-29 * LANGUAGES: Fix typos.Joseph Myers
2012-05-09gcc/Richard Sandiford
2012-04-112012-04-11 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-02-272012-02-27 Stuart Henderson <shenders@gcc.gnu.org>Stuart Henderson
2012-01-24gcc/Richard Sandiford
2011-11-09 * function.c (bb_active_p): Delete.Alan Modra
2011-11-08 PR rtl-optimization/47698Eric Botcazou
2011-11-07gcc/Sergey Ostanevich
2011-10-15 PR bootstrap/50738Alan Modra
2011-10-15 * ifcvt.c (dead_or_predicable): Disable if-conversion whenAlan Modra
2011-09-27 * ifcvt.c (cheap_bb_rtx_cost_p): Add SCALE argument. ScaleJeff Law
2011-09-26 * ifcvt.c (noce_try_cmove_arith): Use may_trap_or_fault_p in lieu ofEric Botcazou
2011-08-27 * doc/rtl.texi (simple_return): Document.Bernd Schmidt
2011-08-18gcc/Richard Sandiford
2011-07-28 * rtlanal.c (tablejump_p): False for returns.Bernd Schmidt
2011-07-27 * params.h (ALLOW_STORE_DATA_RACES): New.Aldy Hernandez
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-04-072011-04-07 Tom de Vries <tom@codesourcery.com>Tom de Vries
2011-04-01 * ifcvt.c (cond_exec_process_insns): Disallow converting a blockBernd Schmidt
2010-12-14gcc/Bernd Schmidt
2010-11-30 * hwint.c: New. Extracted from toplev.c.Joseph Myers
2010-11-16 * ifcvt.c (dead_or_predicable): Fix typo.Eric Botcazou
2010-11-16 PR rtl-optimization/46315Eric Botcazou
2010-11-04 PR bootstrap/44756Joern Rennecke
2010-11-03Revert revision 164552.H.J. Lu
2010-10-21 * basic-block.h (find_fallthru_edge): Define.Nathan Froyd
2010-10-20 * ifcvt.c (noce_emit_cmove): If both of the values are SUBREGs, tryNathan Froyd
2010-10-152010-10-15 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2010-09-23 PR rtl-optimization/44374Bernd Schmidt
2010-09-13 PR rtl-optimization/41087Hans-Peter Nilsson