summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ifcombine.c
Commit message (Expand)AuthorAgeFilesLines
* PR tree-optimization/70586jakub2016-04-091-1/+8
* Update copyright years.jakub2016-01-041-1/+1
* ifcombine: factor out inner block viability testaoliva2015-11-031-9/+6
* [PR68083] don't introduce undefined behavior in ifcombineaoliva2015-11-031-0/+2
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-3/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-5/+5
* PR tree-optimization/67690mpolacek2015-09-301-10/+1
* switch from gimple to gimple*tbsaunde2015-09-201-8/+8
* 2015-07-22 Richard Biener <rguenther@suse.de>rguenth2015-07-221-1/+16
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-16/+5
* Use std::swap instead of manual swaps.miyuki2015-06-221-5/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-3/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* Use std::swap instead of explicit swapsmiyuki2015-05-191-16/+4
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10
* Update copyright years.jakub2015-01-051-1/+1
* 2014-12-10 Marc Glisse <marc.glisse@inria.fr>glisse2014-12-101-2/+2
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-12/+15
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+11
* remove has_executetbsaunde2014-07-091-1/+0
* PR tree-optimization/61684jakub2014-07-041-1/+2
* 2014-06-03 Richard Biener <rguenther@suse.de>rguenth2014-06-031-0/+4
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+1
* pass cfun to pass::executetbsaunde2014-04-171-31/+31
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-7/+0
* remove has_gatetbsaunde2014-04-171-1/+0
* * tree-ssa-ifcombine.c (forwarder_block_to): New function.jakub2014-03-121-70/+126
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+5
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+1
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-1/+2
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* 2013-10-29 Andrew Pinski <apinski@cavium.com>pinskia2013-10-301-2/+48
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-1/+5
* * tree-flow.h: Remove some prototypes.amacleod2013-10-021-1/+1
* gcc/rsandifo2013-09-281-2/+2
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-18/+35
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-2/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+2
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* 2012-08-06 Marc Glisse <marc.glisse@inria.fr>glisse2012-08-061-84/+86
* gcc/steven2012-07-161-2/+0
* dumping cleanup phase 1 -- Removing TODO_dump_funcdavidxl2011-06-141-2/+1
* PR tree-optimization/49073jakub2011-05-201-1/+2