summaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
Commit message (Expand)AuthorAgeFilesLines
* tree-cfg.h: Rename from tree-flow.h.Andrew Macleod2013-10-181-1/+1
* tree-core.h (tree_code_name): Remove.Paulo Matos2013-10-161-1/+1
* tree-flow.h: Remove all remaining prototypes...Andrew MacLeod2013-10-091-0/+1
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...Kai Tietz2012-12-031-1/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-5/+3
* invoke.texi: Add documentation for the new option.Sharad Singhai2012-10-011-366/+16
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* tree-dump.c (dequeue_and_dump): Dump the three child nodes.Thomas Schwinge2012-04-201-1/+2
* invoke.texi: Document -scev dump modifier.Richard Guenther2011-06-291-1/+2
* Changelog c-family/Kai Tietz2011-03-251-6/+2
* tree-dump.c (dump_option_value_info): Add entry for TDF_CSELIB.Bernd Schmidt2011-02-011-1/+2
* common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers2010-12-011-0/+5
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-1/+0
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-2/+2
* re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)Joern Rennecke2010-07-131-1/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-1/+0
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* invoke.texi: Mention -fdump-ada-spec.Arnaud Charlet2010-06-011-1/+2
* final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers2010-05-281-3/+3
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther2010-04-151-0/+1
* * tree-dump.c (dump_options): Don't set TDF_NOUID for all.Jakub Jelinek2009-12-311-1/+1
* tree-dump.c (dump_option_value_in): Add TDF_NOUID.Richard Guenther2009-11-301-0/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-3/+3
* re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva2009-10-121-0/+4
* tree-pass.h (TDF_EH): Define.Diego Novillo2009-07-221-0/+1
* re PR testsuite/40488 (Revision 148642 caused extra failures)Richard Henderson2009-06-181-0/+1
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-12/+10
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-4/+0
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-9/+9
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-6/+2
* tree-ssa-structalias.c (compute_points_to_sets): Add call to dump_constraint_...Fernando Pereira2008-07-071-0/+1
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-3/+3
* invoke.text (-fdump-tree-*-verbose): New option.Kenneth Zadeck2008-05-161-1/+2
* tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther2008-05-081-1/+0
* tree-dump.c (dump_enable_all): Remove prototype; do not accept letter argument.Jan Hubicka2008-04-051-23/+17
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-2/+1
* tree-dump.c (dequeue_and_dump): Check DECL_SAVED_TREE, not DECL_LANG_SPECIFIC...Tom Tromey2008-02-271-2/+2
* re PR middle-end/29673 (no -fdump-tree-inlined output)Manuel López-Ibáñez2008-02-131-3/+2
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-6/+6
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+24
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* Index: gcc/java/ChangeLogGeoffrey Keating2007-05-181-1/+1
* re PR tree-optimization/31847 (Printing to dump file broken)Simon Martin2007-05-081-1/+1
* * tree-dump.c (dump_files): Correct comment.Ian Lance Taylor2007-03-231-1/+1
* re PR middle-end/30833 (ICE with -fdump-tree-all)Sandra Loosemore2007-02-181-0/+1
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2/+13