Age | Commit message (Expand) | Author | Files | Lines |
2005-03-31 | Makefile.in (print-tree.o): Depend on tree-iterator.h. | Stuart Hastings | 1 | -0/+23 |
2005-03-02 | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-24 | print-tree.c (print_node_brief): Print LABEL_DECL_UID. | Richard Kenner | 1 | -0/+15 |
2004-12-09 | tree.def (SET_TYPE): Remove. | Nathan Sidwell | 1 | -1/+1 |
2004-12-08 | c-common.c (verify_tree): Don't check code length if we know we are handling ... | Kazu Hirata | 1 | -21/+3 |
2004-12-07 | c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH. | Kazu Hirata | 1 | -1/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -18/+18 |
2004-08-16 | c-common.c (handle_used_attribute): Set DECL_PRESERVE_P. | Devang Patel | 1 | -0/+3 |
2004-07-22 | tree-cfg.c (gimplify_val): Move from tree-complex.c. | Paolo Bonzini | 1 | -0/+2 |
2004-07-15 | * print-tree.c (print_node): Fix casts last change. | Richard Henderson | 1 | -2/+4 |
2004-07-14 | * print-tree.c (print_node): Handle SSA_NAME. | Richard Henderson | 1 | -0/+26 |
2004-07-08 | except.c (expand_eh_region_start, [...]): Remove. | Richard Henderson | 1 | -2/+0 |
2004-07-02 | c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s... | Richard Henderson | 1 | -2/+0 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -5/+5 |
2004-05-14 | tree.def (documentation): Remove mention of class 'b'. | Zack Weinberg | 1 | -9/+10 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -8/+12 |
2004-04-05 | c-decl.c (build_compound_literal): Use TYPE_READONLY. | Richard Kenner | 1 | -3/+4 |
2004-04-01 | expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED. | Richard Kenner | 1 | -2/+9 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -4/+4 |
2004-02-17 | (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION. | Steven Bosscher | 1 | -2/+2 |
2004-01-05 | tree.h: Update documentation on nothrow_flag. | Richard Kenner | 1 | -2/+2 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -1/+1 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -1/+1 |
2003-08-05 | tree.h (DID_INLINE_FUNC): Remove macro. | Steven Bosscher | 1 | -4/+2 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -2/+2 |
2003-07-10 | ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'... | Steven Bosscher | 1 | -1/+1 |
2003-07-08 | bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std... | Kaveh R. Ghazi | 1 | -6/+6 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -15/+4 |
2003-06-16 | convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co... | Nathanael Nerode | 1 | -1/+1 |
2003-05-21 | c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED. | Nathan Sidwell | 1 | -3/+0 |
2003-05-17 | cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN... | Kaveh R. Ghazi | 1 | -24/+11 |
2003-05-07 | stmt.c (force_label_rtx): New function, based on logic formerly found in expa... | Zack Weinberg | 1 | -1/+2 |
2003-04-14 | tree.h (DECL_BUILT_IN_NONANSI): Remove. | Roger Sayle | 1 | -3/+1 |
2003-03-02 | params.def: Introduce parameter max-inline-insns-rtl for a separate limit for... | Kurt Garloff | 1 | -1/+3 |
2002-12-25 | output.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-10-15 | real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments. | Richard Henderson | 1 | -6/+4 |
2002-09-11 | * print-tree.c (print_node): Print the restrict qualifier. | Dan Nicolaescu | 1 | -0/+3 |
2002-09-10 | print-tree.c (print_node): In a STRING_CST... | Per Bothner | 1 | -1/+14 |
2002-09-04 | real.c (ereal_to_decimal): Add digits parameter. | Richard Henderson | 1 | -2/+2 |
2002-08-04 | Index: ChangeLog | Geoffrey Keating | 1 | -3/+2 |
2002-05-28 | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 1 | -0/+1 |
2002-05-21 | c-common.h (enum rid): Add RID_THREAD. | Richard Henderson | 1 | -0/+2 |
2002-05-20 | params.c: Fix formatting. | Kazu Hirata | 1 | -3/+3 |
2002-03-14 | c-decl.c: Include c-pragma.h. | Richard Henderson | 1 | -0/+2 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -22/+0 |
2002-02-19 | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 1 | -0/+16 |
2002-01-22 | predict.c: Fix formatting. | Kazu Hirata | 1 | -3/+3 |
2002-01-10 | Added __attribute__((deprecated)) patches. | Ira Ruben | 1 | -0/+2 |
2001-12-05 | Fix line wrap in copyright notice. | Richard Kenner | 1 | -2/+2 |