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