aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-isolate-paths.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-31re PR c++/60517 (warning/error for taking address of member of a temporary ob...Marc Glisse1-10/+94
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+4
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-10/+8
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2014-01-02arc-common.c, [...]: Use the standard form for the copyright notice.Richard Sandiford1-2/+1
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-12-04common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths...Jeff Law1-12/+17
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-15basic-block.h (has_abnormal_or_eh_outgoing_edge): Renamed from has_abnormal_o...Jeff Law1-13/+5
2013-11-14basic-block.h (has_abnormal_outgoing_edge_p): Moved here from...Jeff Law1-3/+34
2013-11-13re PR tree-optimization/59102 (ICE on valid code at -Os and above on x86_64-l...Jeff Law1-1/+3
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-13gimple-ssa-isolate-paths.c (pass_isolate_erroneous_paths): Comment fix.Steven Bosscher1-1/+1
2013-11-13re PR middle-end/59119 (Segfault in -fisolate-erroneous-paths pass)Jeff Law1-35/+81
2013-11-12gimple-ssa-isolate-paths.c (check_loadstore): Mark discovered memory referenc...Jeff Law1-2/+7
2013-11-12gimple-ssa-isolate-paths.c (check_loadstore): New function.Jeff Law1-11/+61
2013-11-07invoke.texi (-fisolate-erroneous-paths): Document.Jeff Law1-2/+1
2013-11-05Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law1-0/+325