aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)Author
2004-02-05re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari...Rainer Orth
2004-02-03re PR c++/13975 (ICE on misplaced visibility specifier.)Mark Mitchell
2004-01-29re PR java/13824 (gcj SEGV with simple .java program)Roger Sayle
2004-01-16Index: ChangeLogGeoffrey Keating
2004-01-10tree.c (get_unwidened): Reorder conditions so that the null pointer check is ...Richard Sandiford
2003-12-19tree.c (get_unwidened): Decide whether to narrow a bitfield reference based o...Jason Merrill
2003-12-15tree.c (initializer_zerop): Add test for empty set.Waldek Hebisch
2003-11-14re PR middle-end/12526 ([tree-ssa] internal compiler error: Segmentation fault)Jason Merrill
2003-10-29builtins.c (std_build_builtin_va_list): New.Richard Henderson
2003-10-21tree.c (get_unwidened): Check TREE_UNSIGNED on the field's type.Jason Merrill
2003-10-21* tree.c (build1): Fix off-by-one error.Jason Merrill
2003-10-20re PR c/12553 ([tree-ssa] ICE in gimplify_expr with volatiles)Jason Merrill
2003-10-06tree.c (get_callee_fndecl): Call lang_hooks.lang_get_callee_fndecl.Andrew Haley
2003-10-05tree-inline.c (remap_type): New.Richard Henderson
2003-10-03PR optimization/9325, PR java/6391Roger Sayle
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson
2003-08-28builtin-types.def (BT_INT_PTR, [...]): New.Kaveh R. Ghazi
2003-08-26builtins.c (build_function_call_expr): Don't set TREE_SIDE_EFFECTS here.Nathan Sidwell
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell
2003-08-20tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill
2003-08-20stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from TYPE_USER_ALIGN...Jason Merrill
2003-08-19builtins.c: Fix comment typos.Kazu Hirata
2003-08-08* tree.c (get_file_function_name_long): Fix size of alloca() area.Richard Sandiford
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill
2003-07-22alias.c: Fix comment formatting.Kazu Hirata
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi
2003-07-17c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher
2003-07-15c-common.c (c_common_type_for_mode): Handle V4DFmode.Geoffrey Keating
2003-07-14ggc-page.c (extra_order_size_table): Insns have 9 slots.Gerald Pfeifer
2003-07-11Index: ChangeLogGeoffrey Keating
2003-07-06tree.h (default_flag_random_seed): Remove.Nathan Sidwell
2003-07-06tree.h (crc32_string): Declare.Nathan Sidwell
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata
2003-06-29c-decl.c (c_init_decl_processing): Use a location_t.Nathan Sidwell
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi
2003-05-27tree.c (expr_first, [...]): New fns.Jason Merrill
2003-05-27tree.h (contains_placeholder_p): Now returns bool.Richard Kenner
2003-05-20tree.c (expr_last): New fn.Jason Merrill
2003-05-20* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi
2003-05-13tree.h (STRIP_MAIN_TYPE_NOPS): New macro.Jason Merrill
2003-05-11re PR c/10675 (Compile time increases quadratically with struct size)Richard Henderson
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell
2003-04-29* tree.c (save_expr): Don't fold a COMPONENT_REF.Richard Kenner
2003-04-16tree.c (skip_simple_arithmetics_at, [...]): New functions.Olivier Hainque
2003-04-15tree.c (next_decl_uid): Mark with GTY.Geoffrey Keating
2003-04-14tree.c (int_fits_type_p): Extract generic checks from the case of constant ty...Olivier Hainque
2003-04-13tree.c (build_constructor): New function.Zack Weinberg