summaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-dump.c (dump_switch_p_1): Require exact match of the option name.Zdenek Dvorak2007-02-141-0/+3
* [multiple changes]Diego Novillo2006-12-111-0/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-0/+5
* tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher2006-11-031-3/+3
* builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle2006-10-301-5/+5
* re PR middle-end/18259 (-fdump-tree-tu omits real constant values)Roger Sayle2006-03-161-1/+19
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-1/+1
* cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini2006-02-151-1/+1
* passes.c (register_one_dump_file): Accept the current properties instead of p...Paolo Bonzini2006-02-081-17/+21
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2
* re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo2006-01-251-0/+8
* Makefile.in (sched-vis.o): Update dependencies.Paolo Bonzini2006-01-251-4/+5
* In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-12-061-1/+7
* tree-pass.h (TDF_GRAPH): Define.Jakub Jelinek2005-08-201-1/+1
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-1/+11