aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-isolate-paths.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-5/+5
2015-08-19re PR middle-end/67133 (ICE at -Os and above on x86_64-linux-gnu in gimple_op...Marek Polacek1-23/+7
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+4
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-4/+2
2015-08-05re PR c/16351 (NULL dereference warnings)Manuel López-Ibáñez1-10/+45
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08re PR ipa/66793 (ICE at -Os and above on x86_64-linux-gnu (verify_flow_info f...Richard Biener1-1/+8
2015-07-08re PR tree-optimization/66794 (ICE at -O2 and -O3 on x86_64-linux-gnu)Richard Biener1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-9/+13
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
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