aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-21Remove TYPE_METHODS.Nathan Sidwell1-1/+0
2017-07-02dumpfile.c: Include profile-count.hJan Hubicka1-1/+0
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-2/+2
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell1-16/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-2/+1
2016-09-23* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+2
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