aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-1/+11
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-37/+0
2005-07-04tree-dump.c (dump_files): Initialize dump number for .cgraph to 0.Diego Novillo1-1/+1
2005-07-03tree-dump.h (dump_string_field): Declare.Gabriel Dos Reis1-13/+11
2005-07-03re PR c++/18279 (missing function bodies from -fdump-translation-unit)Gabriel Dos Reis1-3/+52
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-13builtins-43.c: Use gimple dump instead of generic.Jan Hubicka1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-1/+1
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-1/+3
2005-02-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+2
2005-02-14tree-dump.c (dump_files): Update to reflect new member of dump_file_info.Daniel Berlin1-56/+70
2004-10-13tree-dump.c (dump_options): Remove TDF_TREE, TDF_RTL, TDF_IPA from -fdump-tre...Paolo Bonzini1-1/+1
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+2
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-9/+9
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-2/+2
2004-09-10cgraph.h (cgraph_dump_file): Do not declare.Paolo Bonzini1-5/+17
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-2/+2
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-50/+130
2004-07-26tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).Nathan Sidwell1-2/+2
2004-07-20tree.h: Include vec.hNathan Sidwell1-5/+3
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-2/+2
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-1/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-4/+6