aboutsummaryrefslogtreecommitdiff
path: root/gcc/graph.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-04Save and restore EDGE_DFS_BACK in draw_cfg_edgesTom de Vries1-4/+27
2017-06-30graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.Richard Biener1-2/+2
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-3/+7
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-2/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-4/+1
2016-02-22Add dot-fn to gdbhooks.pyRichard Biener1-4/+28
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-2/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+3
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-7/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+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-1/+0
2015-03-13graph.c (print_graph_cfg): Make function names visible and append parenthesis...Thomas Preud'homme1-3/+4
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+12
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-3/+3
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-4/+4
2013-10-30re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...Richard Biener1-3/+3
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-2/+0
2013-08-05graph.c (init_graph_slim_pretty_print): Remove.Gabriel Dos Reis1-22/+8
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis1-2/+2
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-4/+2
2013-04-23Display profile info in graph cfg dumpXinliang David Li1-2/+3
2013-03-20cfgloop.c (verify_loop_structure): Streamline and avoid ICEing on corrupt loo...Richard Biener1-1/+5
2013-02-15graph.c (start_graph_dump): Print dumpfile base as digraph label.Steven Bosscher1-5/+10
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-12graph.c: Include sbitmap.h and cfgloop.h.Steven Bosscher1-27/+129
2012-12-04rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher1-39/+13
2012-12-03rtl.h (print_insn_with_notes): Prototype.Steven Bosscher1-23/+23
2012-11-30coretypes.h (struct pretty_print_info): Make a coretype.Steven Bosscher1-66/+58
2012-11-26invoke.texi: Remove -dv documentation.Steven Bosscher1-354/+191
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-1/+1
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-2/+2
2010-10-14F^C the vcg dump bug.Tijs Wiebe Lefering1-1/+10
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+1
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka1-0/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-16cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi1-5/+5
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-3/+3