aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
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-5/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-18tree-cfg.h: Rename from tree-flow.h.Andrew Macleod1-1/+1
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-1/+1
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-0/+1
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-03re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz1-1/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+3
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-366/+16
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-04-20tree-dump.c (dequeue_and_dump): Dump the three child nodes.Thomas Schwinge1-1/+2
2011-06-29invoke.texi: Document -scev dump modifier.Richard Guenther1-1/+2
2011-03-25Changelog c-family/Kai Tietz1-6/+2
2011-02-01tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.Bernd Schmidt1-1/+2
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-0/+5
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-1/+0
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-13re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)Joern Rennecke1-1/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-1/+0
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-06-01invoke.texi: Mention -fdump-ada-spec.Arnaud Charlet1-1/+2
2010-05-28final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers1-3/+3
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-15tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther1-0/+1
2009-12-31* tree-dump.c (dump_options): Don't set TDF_NOUID for all.Jakub Jelinek1-1/+1
2009-11-30tree-dump.c (dump_option_value_in): Add TDF_NOUID.Richard Guenther1-0/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-0/+4
2009-07-22tree-pass.h (TDF_EH): Define.Diego Novillo1-0/+1
2009-06-18re PR testsuite/40488 (Revision 148642 caused extra failures)Richard Henderson1-0/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-12/+10
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-4/+0
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-9/+9
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-6/+2
2008-07-07tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_...Fernando Pereira1-0/+1
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-3/+3
2008-05-16invoke.text (-fdump-tree-*-verbose): New option.Kenneth Zadeck1-1/+2
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-1/+0
2008-04-05tree-dump.c (dump_enable_all): Remove prototype; do not accept letter argument.Jan Hubicka1-23/+17
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-2/+1
2008-02-27tree-dump.c (dequeue_and_dump): Check DECL_SAVED_TREE, not DECL_LANG_SPECIFIC...Tom Tromey1-2/+2
2008-02-13re PR middle-end/29673 (no -fdump-tree-inlined output)Manuel López-Ibáñez1-3/+2