summaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-37/+0
* tree-dump.c (dump_files): Initialize dump number for .cgraph to 0.Diego Novillo2005-07-041-1/+1
* tree-dump.h (dump_string_field): Declare.Gabriel Dos Reis2005-07-031-13/+11
* re PR c++/18279 (missing function bodies from -fdump-translation-unit)Gabriel Dos Reis2005-07-031-3/+52
* Update FSF address.Kelley Cook2005-06-251-2/+2
* builtins-43.c: Use gimple dump instead of generic.Jan Hubicka2005-05-131-1/+1
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-1/+1
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-1/+3
* bitmap.c, [...]: Update copyright.Kazu Hirata2005-02-151-1/+2
* tree-dump.c (dump_files): Update to reflect new member of dump_file_info.Daniel Berlin2005-02-141-56/+70
* tree-dump.c (dump_options): Remove TDF_TREE, TDF_RTL, TDF_IPA from -fdump-tre...Paolo Bonzini2004-10-131-1/+1
* tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos2004-09-231-0/+2
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-9/+9
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-2/+2
* cgraph.h (cgraph_dump_file): Do not declare.Paolo Bonzini2004-09-101-5/+17
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-2/+2
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-50/+130
* tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree).Nathan Sidwell2004-07-261-2/+2
* tree.h: Include vec.hNathan Sidwell2004-07-201-5/+3
* tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell2004-07-071-2/+2
* tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell2004-07-061-1/+1
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-4/+6
* tree.def (REALPART_EXPR, [...]): Change class to 'r'.Richard Henderson2004-06-281-0/+2
* alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner2004-06-211-2/+14
* Makefile.in (tree-dump.o): Depend on tree-iterator.h.Richard Henderson2004-05-211-0/+13
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-53/+174
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-1/+1
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-3/+3
* re PR middle-end/13234 (ICE when dumping a translation unit)Jason Merrill2003-12-181-0/+2
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-4/+4
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-4/+4
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+2
* re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles2003-06-181-6/+6
* predict.h: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-081-65/+27
* tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS...Diego Novillo2003-05-091-1/+1
* tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only one operand.Diego Novillo2003-05-091-1/+1
* Change base class access representation.Nathan Sidwell2003-02-201-10/+29
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* LANGUAGES: Follow spelling conventions.Kazu Hirata2002-09-271-3/+3
* c-dump.c: Resurrect.Jason Merrill2002-07-261-146/+0
* timevar.c: Fix formatting.Kazu Hirata2002-05-181-27/+27
* c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell2002-03-151-0/+7
* toplev.c: Fix formatting.Kazu Hirata2002-01-101-2/+2
* collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi2001-12-271-2/+2