summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-isolate-paths.c
Commit message (Expand)AuthorAgeFilesLines
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-111-14/+14
* Update copyright years.jakub2016-01-041-1/+1
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-4/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-6/+5
* switch from gimple to gimple*tbsaunde2015-09-201-5/+5
* PR middle-end/67133mpolacek2015-08-191-23/+7
* Revert "replace several uses of the anon namespace with GCC_FINAL"tbsaunde2015-08-121-2/+4
* replace several uses of the anon namespace with GCC_FINALtbsaunde2015-08-111-4/+2
* gcc/ChangeLog:manu2015-08-051-10/+45
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* 2015-07-08 Richard Biener <rguenther@suse.de>rguenth2015-07-081-1/+8
* 2015-07-08 Richard Biener <rguenther@suse.de>rguenth2015-07-081-1/+1
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-18/+5
* 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
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+11
* Update copyright years.jakub2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"dmalcolm2014-11-191-9/+13
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+11
* 2014-07-31 Marc Glisse <marc.glisse@inria.fr>glisse2014-07-311-10/+94
* remove has_executetbsaunde2014-07-091-1/+0
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+1
* pass cfun to pass::executetbsaunde2014-04-171-1/+4
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-10/+8
* remove has_gatetbsaunde2014-04-171-1/+0
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* gcc/rsandifo2014-01-021-2/+1
* PR middle-end/58956jakub2013-12-161-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-2/+2
* * common.opt: Split up -fisolate-erroneous-paths intolaw2013-12-051-12/+17
* * gimple.h: Remove all includes.amacleod2013-11-221-0/+4
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* * basic-block.h (has_abnormal_or_eh_outgoing_edge): Renamed fromlaw2013-11-151-13/+5
* * basic-block.h (has_abnormal_outgoing_edge_p): Moved here from...law2013-11-141-3/+34
* PR tree-optimization/59102law2013-11-141-1/+3
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+2
* * gimple-ssa-isolate-paths.c (pass_isolate_erroneous_paths): Comment fix.steven2013-11-131-1/+1
* * PR middle-end/59119law2013-11-131-35/+81
* * gimple-ssa-isolate-paths.c (check_loadstore): Mark discoveredlaw2013-11-121-2/+7
* * gimple-ssa-isolate-paths.c (check_loadstore): New function.law2013-11-121-11/+61
* * doc/invoke.texi (-fisolate-erroneous-paths): Document.law2013-11-071-2/+1
* * Makefile.in (OBJS): Add gimple-ssa-isolate-paths.olaw2013-11-051-0/+325