Age | Commit message (Expand) | Author | Files | Lines |
2004-04-25 | PR/c++ 15119 | Richard Kenner | 1 | -1/+14 |
2004-04-12 | c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL. | Richard Kenner | 1 | -14/+38 |
2004-04-05 | tree.c (reconstruct_complex_type): Use TYPE_READONLY and TYPE_VOLATILE. | Andrew Pinski | 1 | -2/+2 |
2004-04-05 | c-decl.c (build_compound_literal): Use TYPE_READONLY. | Richard Kenner | 1 | -4/+6 |
2004-04-01 | expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED. | Richard Kenner | 1 | -4/+4 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -18/+17 |
2004-03-23 | PR 12267, 12391, 12560, 13129, 14114, 14113 | Zack Weinberg | 1 | -3/+15 |
2004-03-23 | alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL. | Richard Kenner | 1 | -27/+69 |
2004-03-21 | alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR. | Richard Kenner | 1 | -24/+127 |
2004-03-20 | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -2/+2 |
2004-03-19 | * tree.c (substitute_in_expr): Rewrite to simplify and be more generic. | Richard Kenner | 1 | -143/+74 |
2004-03-19 | langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook. | Richard Kenner | 1 | -26/+19 |
2004-03-18 | Fix typo in comment. | Richard Kenner | 1 | -1/+1 |
2004-03-18 | tree.h (TREE_CHECK2, [...]): New macros. | Richard Kenner | 1 | -25/+129 |
2004-03-16 | c-common.c (c_common_type_for_mode): Build vector types on demand. | Paolo Bonzini | 1 | -42/+23 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -11/+11 |
2004-03-10 | (build_pointer_type_for_mode): Fix comments and whitespace. | Richard Kenner | 1 | -5/+6 |
2004-03-05 | tree.h (TYPE_HASH): Use TYPE_UID. | Jason Merrill | 1 | -29/+46 |
2004-03-03 | ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic... | Jan Hubicka | 1 | -23/+26 |
2004-02-24 | tree.c (check_qualified_type): New fn. | Jason Merrill | 1 | -3/+17 |
2004-02-19 | Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros. | Richard Henderson | 1 | -112/+199 |
2004-02-11 | c-common.c (vector_size_helper): Remove; call reconstruct_complex_type() inst... | Ziemowit Laski | 1 | -2/+47 |
2004-02-05 | re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari... | Rainer Orth | 1 | -19/+5 |
2004-02-03 | re PR c++/13975 (ICE on misplaced visibility specifier.) | Mark Mitchell | 1 | -0/+4 |
2004-02-03 | tree.c (commutative_tree_code, [...]): New functions. | Jeff Law | 1 | -3/+50 |
2004-01-29 | re PR java/13824 (gcj SEGV with simple .java program) | Roger Sayle | 1 | -0/+7 |
2004-01-16 | Index: ChangeLog | Geoffrey Keating | 1 | -6/+20 |
2004-01-10 | tree.c (get_unwidened): Reorder conditions so that the null pointer check is ... | Richard Sandiford | 1 | -3/+3 |
2003-12-19 | tree.c (get_unwidened): Decide whether to narrow a bitfield reference based o... | Jason Merrill | 1 | -1/+1 |
2003-12-15 | tree.c (initializer_zerop): Add test for empty set. | Waldek Hebisch | 1 | -0/+5 |
2003-11-14 | re PR middle-end/12526 ([tree-ssa] internal compiler error: Segmentation fault) | Jason Merrill | 1 | -3/+11 |
2003-10-29 | builtins.c (std_build_builtin_va_list): New. | Richard Henderson | 1 | -2/+1 |
2003-10-21 | tree.c (get_unwidened): Check TREE_UNSIGNED on the field's type. | Jason Merrill | 1 | -3/+5 |
2003-10-21 | * tree.c (build1): Fix off-by-one error. | Jason Merrill | 1 | -1/+1 |
2003-10-20 | re PR c/12553 ([tree-ssa] ICE in gimplify_expr with volatiles) | Jason Merrill | 1 | -0/+23 |
2003-10-06 | tree.c (get_callee_fndecl): Call lang_hooks.lang_get_callee_fndecl. | Andrew Haley | 1 | -3/+4 |
2003-10-05 | tree-inline.c (remap_type): New. | Richard Henderson | 1 | -27/+40 |
2003-10-03 | PR optimization/9325, PR java/6391 | Roger Sayle | 1 | -7/+4 |
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-28 | builtin-types.def (BT_INT_PTR, [...]): New. | Kaveh R. Ghazi | 1 | -0/+5 |
2003-08-26 | builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here. | Nathan Sidwell | 1 | -0/+11 |
2003-08-25 | re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline) | Mark Mitchell | 1 | -15/+33 |
2003-08-20 | tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'. | Jason Merrill | 1 | -1/+1 |
2003-08-20 | stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN... | Jason Merrill | 1 | -1/+2 |
2003-08-19 | builtins.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-08-08 | * tree.c (get_file_function_name_long): Fix size of alloca() area. | Richard Sandiford | 1 | -1/+1 |
2003-07-24 | tree.h (boolean_type_node): Move from C/C++/Java frontends. | Jason Merrill | 1 | -0/+13 |
2003-07-22 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -6/+5 |