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