aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-28tree.def (REALPART_EXPR, [...]): Change class to 'r'.Richard Henderson1-0/+2
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-2/+14
2004-05-21Makefile.in (tree-dump.o): Depend on tree-iterator.h.Richard Henderson1-0/+13
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-53/+174
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-1/+1
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-3/+3
2003-12-18re PR middle-end/13234 (ICE when dumping a translation unit)Jason Merrill1-0/+2
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-4/+4
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-4/+4
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+2
2003-06-18re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles1-6/+6
2003-06-08predict.h: Convert to ISO C90 prototypes.Andreas Jaeger1-65/+27
2003-05-09tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS...Diego Novillo1-1/+1
2003-05-09tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only one operand.Diego Novillo1-1/+1
2003-02-20Change base class access representation.Nathan Sidwell1-10/+29
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata1-3/+3
2002-07-26c-dump.c: Resurrect.Jason Merrill1-146/+0
2002-05-18timevar.c: Fix formatting.Kazu Hirata1-27/+27
2002-03-15c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell1-0/+7
2002-01-10toplev.c: Fix formatting.Kazu Hirata1-2/+2
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi1-2/+2
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-1/+1
2001-11-22tree-dump.{c,h} renamed from c-dump.{c,h}.Bryce McKinlay1-0/+929