summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* PR middle-end/12526jason2003-11-141-3/+11
* * builtins.c (std_build_builtin_va_list): New.rth2003-10-301-2/+1
* * tree.c (get_unwidened): Check TREE_UNSIGNED on the field's type.jason2003-10-221-3/+5
* * tree.c (build1): Fix off-by-one error.jason2003-10-211-1/+1
* PR c/12553jason2003-10-201-0/+23
* 2003-10-06 Andrew Haley <aph@redhat.com>aph2003-10-061-3/+4
* * tree-inline.c (remap_type): New.rth2003-10-051-27/+40
* PR optimization/9325, PR java/6391sayle2003-10-031-7/+4
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.rth2003-09-221-1/+1
* * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.rth2003-09-211-1/+1
* * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR,ghazi2003-08-281-0/+5
* * builtins.c (build_function_call_expr): Don't setnathan2003-08-261-0/+11
* PR c++/8795mmitchel2003-08-251-15/+33
* * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.jason2003-08-201-1/+1
* * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN fromjason2003-08-201-1/+2
* * builtins.c: Fix comment typos.kazu2003-08-191-1/+1
* * tree.c (get_file_function_name_long): Fix size of alloca() area.rsandifo2003-08-081-1/+1
* * tree.h (boolean_type_node): Move from C/C++/Java frontends.jason2003-07-241-0/+13
* * alias.c: Fix comment formatting.kazu2003-07-221-1/+1
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-6/+5
* 2003-07-17 Steven Bosscher <steven@gcc.gnu.org>steven2003-07-171-2/+0
* * c-common.c (c_common_type_for_mode): Handle V4DFmode.geoffk2003-07-151-0/+1
* * ggc-page.c (extra_order_size_table): Insns have 9 slots. Regsgerald2003-07-141-24/+7
* Index: ChangeLoggeoffk2003-07-111-14/+18
* * tree.h (default_flag_random_seed): Remove.nathan2003-07-061-33/+0
* * tree.h (crc32_string): Declare.nathan2003-07-061-45/+28
* * sbitmap.c: Convert prototypes to ISO C90.aj2003-07-061-355/+172
* * bt-load.c: Fix comment typos.kazu2003-07-051-1/+1
* * c-decl.c (c_init_decl_processing): Use a location_t. Set inputnathan2003-06-291-3/+1
* cp:ghazi2003-06-161-4/+4
* * tree.c (expr_first, expr_length): New fns.jason2003-05-271-5/+50
* * tree.h (contains_placeholder_p): Now returns bool.kenner2003-05-271-27/+122
* * tree.c (expr_last): New fn.jason2003-05-201-0/+12
* * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)kraai2003-05-201-1/+0
* gcc:ghazi2003-05-171-13/+12
* * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.jason2003-05-131-0/+73
* PR c/10675rth2003-05-121-16/+17
* * input.h (lineno): Rename to ...nathan2003-05-011-2/+2
* * tree.c (save_expr): Don't fold a COMPONENT_REF.kenner2003-04-291-2/+9
* * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.kenner2003-04-161-30/+52
* * tree.c (next_decl_uid): Mark with GTY.geoffk2003-04-151-2/+2
* * tree.c (int_fits_type_p): Extract generic checks from the casekenner2003-04-141-19/+66
* * tree.c (build_constructor): New function.zack2003-04-131-0/+23
* PR c++/9393geoffk2003-04-121-28/+40
* * tree.c (tree_operand_check_failed): New function.zack2003-04-111-0/+16
* * tree.c (tree_size): For all 'c' and 'x' nodes, look directlyzack2003-04-071-21/+25
* 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>steven2003-04-061-23/+0
* * tree.c (substitute_in_expr, case 'e'): Only make recursive callkenner2003-03-191-5/+18
* PR target/9164rth2003-03-161-1/+2
* 2003-02-10 Phil Edwards <pme@gcc.gnu.org>pme2003-02-101-1/+1