Age | Commit message (Expand) | Author | Files | Lines |
2006-02-08 | passes.c (register_one_dump_file): Accept the current properties instead of p... | Paolo Bonzini | 1 | -17/+21 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -2/+2 |
2006-01-25 | re PR middle-end/25886 (up to 256 tree codes for Objective-C++) | Diego Novillo | 1 | -0/+8 |
2006-01-25 | Makefile.in (sched-vis.o): Update dependencies. | Paolo Bonzini | 1 | -4/+5 |
2005-12-06 | In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -1/+7 |
2005-08-20 | tree-pass.h (TDF_GRAPH): Define. | Jakub Jelinek | 1 | -1/+1 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -1/+11 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -37/+0 |
2005-07-04 | tree-dump.c (dump_files): Initialize dump number for .cgraph to 0. | Diego Novillo | 1 | -1/+1 |
2005-07-03 | tree-dump.h (dump_string_field): Declare. | Gabriel Dos Reis | 1 | -13/+11 |
2005-07-03 | re PR c++/18279 (missing function bodies from -fdump-translation-unit) | Gabriel Dos Reis | 1 | -3/+52 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-13 | builtins-43.c: Use gimple dump instead of generic. | Jan Hubicka | 1 | -1/+1 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -1/+1 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -1/+1 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -1/+3 |
2005-02-15 | bitmap.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2005-02-14 | tree-dump.c (dump_files): Update to reflect new member of dump_file_info. | Daniel Berlin | 1 | -56/+70 |
2004-10-13 | tree-dump.c (dump_options): Remove TDF_TREE, TDF_RTL, TDF_IPA from -fdump-tre... | Paolo Bonzini | 1 | -1/+1 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -0/+2 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -9/+9 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -2/+2 |
2004-09-10 | cgraph.h (cgraph_dump_file): Do not declare. | Paolo Bonzini | 1 | -5/+17 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -2/+2 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -50/+130 |
2004-07-26 | tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree). | Nathan Sidwell | 1 | -2/+2 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -5/+3 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2004-07-06 | tree.h (TREE_VIA_VIRTUAL): Rename to ... | Nathan Sidwell | 1 | -1/+1 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -4/+6 |
2004-06-28 | tree.def (REALPART_EXPR, [...]): Change class to 'r'. | Richard Henderson | 1 | -0/+2 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -2/+14 |
2004-05-21 | Makefile.in (tree-dump.o): Depend on tree-iterator.h. | Richard Henderson | 1 | -0/+13 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -53/+174 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -1/+1 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -3/+3 |
2003-12-18 | re PR middle-end/13234 (ICE when dumping a translation unit) | Jason Merrill | 1 | -0/+2 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -4/+4 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -4/+4 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -2/+2 |
2003-06-18 | re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit') | Robert Abeles | 1 | -6/+6 |
2003-06-08 | predict.h: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -65/+27 |
2003-05-09 | tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS... | Diego Novillo | 1 | -1/+1 |
2003-05-09 | tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only one operand. | Diego Novillo | 1 | -1/+1 |
2003-02-20 | Change base class access representation. | Nathan Sidwell | 1 | -10/+29 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-09-27 | LANGUAGES: Follow spelling conventions. | Kazu Hirata | 1 | -3/+3 |
2002-07-26 | c-dump.c: Resurrect. | Jason Merrill | 1 | -146/+0 |
2002-05-18 | timevar.c: Fix formatting. | Kazu Hirata | 1 | -27/+27 |
2002-03-15 | c-common.c (statement_code_p): Handle CLEANUP_STMT. | Mark Mitchell | 1 | -0/+7 |