aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+24
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-05-18Index: gcc/java/ChangeLogGeoffrey Keating1-1/+1
2007-05-08re PR tree-optimization/31847 (Printing to dump file broken)Simon Martin1-1/+1
2007-03-23* tree-dump.c (dump_files): Correct comment.Ian Lance Taylor1-1/+1
2007-02-18re PR middle-end/30833 (ICE with -fdump-tree-all)Sandra Loosemore1-0/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+13
2007-02-14tree-dump.c (dump_switch_p_1): Require exact match of the option name.Zdenek Dvorak1-0/+3
2006-12-11[multiple changes]Diego Novillo1-0/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-0/+5
2006-11-03tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher1-3/+3
2006-10-30builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle1-5/+5
2006-03-16re PR middle-end/18259 (-fdump-tree-tu omits real constant values)Roger Sayle1-1/+19
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-1/+1
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-1/+1
2006-02-08passes.c (register_one_dump_file): Accept the current properties instead of p...Paolo Bonzini1-17/+21
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2006-01-25re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo1-0/+8
2006-01-25Makefile.in (sched-vis.o): Update dependencies.Paolo Bonzini1-4/+5
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-1/+7
2005-08-20tree-pass.h (TDF_GRAPH): Define.Jakub Jelinek1-1/+1