aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-22 * tree.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-20 PR c/12553Jason Merrill
2003-10-062003-10-06 Andrew Haley <aph@redhat.com>Andrew Haley
2003-10-05 * tree-inline.c (remap_type): New.Richard Henderson
2003-10-03 PR optimization/9325, PR java/6391Roger Sayle
2003-09-22Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson
2003-09-21 * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson
2003-08-28 * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR,Kaveh Ghazi
2003-08-26 * builtins.c (build_function_call_expr): Don't setNathan Sidwell
2003-08-25 PR c++/8795Mark Mitchell
2003-08-20 * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill
2003-08-20 * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN fromJason Merrill
2003-08-19 * builtins.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-24 * tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill
2003-07-22 * alias.c: Fix comment formatting.Kazu Hirata
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-172003-07-17 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-07-15 * c-common.c (c_common_type_for_mode): Handle V4DFmode.Geoffrey Keating
2003-07-14 * ggc-page.c (extra_order_size_table): Insns have 9 slots. RegsGerald Pfeifer
2003-07-11Index: ChangeLogGeoffrey Keating
2003-07-06 * tree.h (default_flag_random_seed): Remove.Nathan Sidwell
2003-07-06 * tree.h (crc32_string): Declare.Nathan Sidwell
2003-07-06 * sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-05 * bt-load.c: Fix comment typos.Kazu Hirata
2003-06-29 * c-decl.c (c_init_decl_processing): Use a location_t. Set inputNathan Sidwell
2003-06-16cp:Kaveh Ghazi
2003-05-27 * tree.c (expr_first, expr_length): New fns.Jason Merrill
2003-05-27 * tree.h (contains_placeholder_p): Now returns bool.Richard Kenner
2003-05-20 * tree.c (expr_last): New fn.Jason Merrill
2003-05-20 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai
2003-05-17gcc:Kaveh Ghazi
2003-05-13 * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.Jason Merrill
2003-05-12 PR c/10675Richard Henderson
2003-05-01 * input.h (lineno): Rename to ...Nathan Sidwell
2003-04-29 * tree.c (save_expr): Don't fold a COMPONENT_REF.Richard Kenner
2003-04-16 * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.Richard Kenner
2003-04-15 * tree.c (next_decl_uid): Mark with GTY.Geoffrey Keating
2003-04-14 * tree.c (int_fits_type_p): Extract generic checks from the caseRichard Kenner
2003-04-13 * tree.c (build_constructor): New function.Zack Weinberg
2003-04-12 PR c++/9393Geoffrey Keating
2003-04-11 * tree.c (tree_operand_check_failed): New function.Zack Weinberg
2003-04-07 * tree.c (tree_size): For all 'c' and 'x' nodes, look directlyZack Weinberg
2003-04-062003-04-06 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-03-19 * tree.c (substitute_in_expr, case 'e'): Only make recursive callRichard Kenner
2003-03-16 PR target/9164Falk Hueffner
2003-02-102003-02-10 Phil Edwards <pme@gcc.gnu.org>Phil Edwards
2003-01-10Merge from pch-branch.Geoffrey Keating