summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-isolate-paths.c
Commit message (Expand)AuthorAgeFilesLines
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-9/+13
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* re PR c++/60517 (warning/error for taking address of member of a temporary ob...Marc Glisse2014-07-311-10/+94
* remove has_executeTrevor Saunders2014-07-091-1/+0
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-1/+4
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-10/+8
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford2014-01-021-2/+1
* re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek2013-12-161-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-2/+2
* common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths...Jeff Law2013-12-041-12/+17
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+4
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* basic-block.h (has_abnormal_or_eh_outgoing_edge): Renamed from has_abnormal_o...Jeff Law2013-11-151-13/+5
* basic-block.h (has_abnormal_outgoing_edge_p): Moved here from...Jeff Law2013-11-141-3/+34
* re PR tree-optimization/59102 (ICE on valid code at -Os and above on x86_64-l...Jeff Law2013-11-131-1/+3
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+2
* gimple-ssa-isolate-paths.c (pass_isolate_erroneous_paths): Comment fix.Steven Bosscher2013-11-131-1/+1
* re PR middle-end/59119 (Segfault in -fisolate-erroneous-paths pass)Jeff Law2013-11-131-35/+81
* gimple-ssa-isolate-paths.c (check_loadstore): Mark discovered memory referenc...Jeff Law2013-11-121-2/+7
* gimple-ssa-isolate-paths.c (check_loadstore): New function.Jeff Law2013-11-121-11/+61
* invoke.texi (-fisolate-erroneous-paths): Document.Jeff Law2013-11-071-2/+1
* Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law2013-11-051-0/+325