summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner2004-04-051-4/+6
* expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.Richard Kenner2004-04-011-4/+4
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-18/+17
* PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg2004-03-231-3/+15
* alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner2004-03-231-27/+69
* alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner2004-03-211-24/+127
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-2/+2
* * tree.c (substitute_in_expr): Rewrite to simplify and be more generic.Richard Kenner2004-03-191-143/+74
* langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook.Richard Kenner2004-03-191-26/+19
* Fix typo in comment.Richard Kenner2004-03-181-1/+1
* tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner2004-03-181-25/+129
* c-common.c (c_common_type_for_mode): Build vector types on demand.Paolo Bonzini2004-03-161-42/+23
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-11/+11
* (build_pointer_type_for_mode): Fix comments and whitespace.Richard Kenner2004-03-101-5/+6
* tree.h (TYPE_HASH): Use TYPE_UID.Jason Merrill2004-03-051-29/+46
* ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic...Jan Hubicka2004-03-031-23/+26
* tree.c (check_qualified_type): New fn.Jason Merrill2004-02-241-3/+17
* Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.Richard Henderson2004-02-191-112/+199
* c-common.c (vector_size_helper): Remove; call reconstruct_complex_type() inst...Ziemowit Laski2004-02-111-2/+47
* re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari...Rainer Orth2004-02-051-19/+5
* re PR c++/13975 (ICE on misplaced visibility specifier.)Mark Mitchell2004-02-031-0/+4
* tree.c (commutative_tree_code, [...]): New functions.Jeff Law2004-02-031-3/+50
* re PR java/13824 (gcj SEGV with simple .java program)Roger Sayle2004-01-291-0/+7
* Index: ChangeLogGeoffrey Keating2004-01-161-6/+20
* tree.c (get_unwidened): Reorder conditions so that the null pointer check is ...Richard Sandiford2004-01-101-3/+3
* tree.c (get_unwidened): Decide whether to narrow a bitfield reference based o...Jason Merrill2003-12-191-1/+1
* tree.c (initializer_zerop): Add test for empty set.Waldek Hebisch2003-12-151-0/+5
* re PR middle-end/12526 ([tree-ssa] internal compiler error: Segmentation fault)Jason Merrill2003-11-141-3/+11
* builtins.c (std_build_builtin_va_list): New.Richard Henderson2003-10-291-2/+1
* tree.c (get_unwidened): Check TREE_UNSIGNED on the field's type.Jason Merrill2003-10-211-3/+5
* * tree.c (build1): Fix off-by-one error.Jason Merrill2003-10-211-1/+1
* re PR c/12553 ([tree-ssa] ICE in gimplify_expr with volatiles)Jason Merrill2003-10-201-0/+23
* tree.c (get_callee_fndecl): Call lang_hooks.lang_get_callee_fndecl.Andrew Haley2003-10-061-3/+4
* tree-inline.c (remap_type): New.Richard Henderson2003-10-051-27/+40
* PR optimization/9325, PR java/6391Roger Sayle2003-10-031-7/+4
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-1/+1
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-1/+1
* builtin-types.def (BT_INT_PTR, [...]): New.Kaveh R. Ghazi2003-08-281-0/+5
* builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.Nathan Sidwell2003-08-261-0/+11
* re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell2003-08-251-15/+33
* tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill2003-08-201-1/+1
* stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN...Jason Merrill2003-08-201-1/+2
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-1/+1
* * tree.c (get_file_function_name_long): Fix size of alloca() area.Richard Sandiford2003-08-081-1/+1
* tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill2003-07-241-0/+13
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-6/+5
* c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher2003-07-171-2/+0
* c-common.c (c_common_type_for_mode): Handle V4DFmode.Geoffrey Keating2003-07-151-0/+1
* ggc-page.c (extra_order_size_table): Insns have 9 slots.Gerald Pfeifer2003-07-141-24/+7