summaryrefslogtreecommitdiff
path: root/gcc/tree-dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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