summaryrefslogtreecommitdiff
path: root/gcc/graph.c
Commit message (Expand)AuthorAgeFilesLines
* Add dot-fn to gdbhooks.pyRichard Biener2016-02-221-4/+28
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-2/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-3/+3
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-7/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* graph.c (print_graph_cfg): Make function names visible and append parenthesis...Thomas Preud'homme2015-03-131-3/+4
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+12
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-1/+1
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-3/+3
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-4/+4
* re PR rtl-optimization/57100 (ICE: in pre_and_rev_post_order_compute, at cfga...Richard Biener2013-10-301-3/+3
* pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis2013-08-221-2/+0
* graph.c (init_graph_slim_pretty_print): Remove.Gabriel Dos Reis2013-08-051-22/+8
* pretty-print.h (pp_underscore): New.Gabriel Dos Reis2013-08-031-2/+2
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-4/+2
* Display profile info in graph cfg dumpXinliang David Li2013-04-231-2/+3
* cfgloop.c (verify_loop_structure): Streamline and avoid ICEing on corrupt loo...Richard Biener2013-03-201-1/+5
* graph.c (start_graph_dump): Print dumpfile base as digraph label.Steven Bosscher2013-02-151-5/+10
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* graph.c: Include sbitmap.h and cfgloop.h.Steven Bosscher2012-12-121-27/+129
* rtl.h (print_insn_with_notes): Remove prototype.Steven Bosscher2012-12-041-39/+13
* rtl.h (print_insn_with_notes): Prototype.Steven Bosscher2012-12-031-23/+23
* coretypes.h (struct pretty_print_info): Make a coretype.Steven Bosscher2012-11-301-66/+58
* invoke.texi: Remove -dv documentation.Steven Bosscher2012-11-261-354/+191
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-1/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-1/+1
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-2/+2
* F^C the vcg dump bug.Tijs Wiebe Lefering2010-10-141-1/+10
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+1
* fwprop.c: Make emit-rtl.h include last.Jan Hubicka2010-06-011-0/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi2008-07-161-5/+5
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-3/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-3/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-3/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-1/+1
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-7/+10
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-1/+2