aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-isolate-paths.c
AgeCommit message (Expand)AuthorFilesLines
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