summaryrefslogtreecommitdiff
path: root/gcc/tree.h
Commit message (Expand)AuthorAgeFilesLines
* * stmt.c (resolve_asm_operand_names): Rename fromjason2003-06-061-0/+1
* * tree.c (expr_first, expr_length): New fns.jason2003-05-271-0/+2
* * tree.h (contains_placeholder_p): Now returns bool.kenner2003-05-271-1/+13
* * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.nathan2003-05-211-189/+6
* * tree.c (expr_last): New fn.jason2003-05-201-0/+1
* * hashtable.h (struct ht_identifier): Add data member "hash_value".gdr2003-05-181-0/+2
* * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.jason2003-05-131-0/+12
* * Makefile.in (TREE_H): Replace location.h with input.h.nathan2003-05-021-8/+1
* * input.h (lineno): Rename to ...nathan2003-05-011-1/+1
* * tree.h (DECL_POINTER_DEPTH): Remove.nathan2003-04-301-12/+2
* * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.zack2003-04-291-1/+0
* * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.zack2003-04-281-20/+1
* * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.kenner2003-04-161-0/+10
* * tree.c (int_fits_type_p): Extract generic checks from the casekenner2003-04-141-0/+1
* * tree.h (DECL_BUILT_IN_NONANSI): Remove.sayle2003-04-141-10/+1
* * tree.c (build_constructor): New function.zack2003-04-131-0/+1
* PR c++/9393geoffk2003-04-121-0/+1
* * tree.c (tree_operand_check_failed): New function.zack2003-04-111-18/+59
* 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>steven2003-04-061-9/+0
* * stor-layout.c (do_type_align): New fn, split out from...jason2003-04-031-4/+4
* * function.c (put_var_into_stack): Change bool parameter to int.mmitchel2003-03-241-1/+1
* PR c++/7086mmitchel2003-03-241-1/+1
* 2003-03-02 Kurt Garloff <garloff@suse.de>geoffk2003-03-021-1/+7
* * expmed.c (expand_divmod): Undo sign extensions for unsigned operandshubicka2003-02-221-10/+0
* * fold-const.c (omit_one_operand): No longer static.sayle2003-02-221-11/+12
* Change base class access representation.nathan2003-02-201-23/+16
* * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-timehubicka2003-02-121-0/+9
* * tree.h (struct tree_decl): Remove unused live_range_rtl field.geoffk2003-02-101-5/+0
* * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.nathan2003-01-311-11/+4
* * coretypes.h (cpp_reader): Forward declare struct.shebs2003-01-281-1/+0
* * emit-rtl.c (reg_attrs_htab): New static variable.hubicka2003-01-241-1/+4
* * builtins.c (DEF_BUILTIN): Accept 10 arguments.hubicka2003-01-241-1/+4
* * ifcvt.c: Fix comment typos.kazu2003-01-171-1/+1
* * convert.c (strip_float_extensions): Look for narrowest type handlinghubicka2003-01-141-0/+3
* Merge from pch-branch.geoffk2003-01-101-4/+4
* PR inline-asm/8832ebotcazou2003-01-091-1/+1
* fix comment spellojason2003-01-031-1/+1
* * regmove.c: Fix comment typos.kazu2002-12-241-3/+3
* * ChangeLog: Follow spelling conventions.kazu2002-12-191-1/+1
* Merge basic-improvements-branch to trunkzack2002-12-161-17/+24
* * c-decl.c: Fix a comment typo.kazu2002-12-131-1/+1
* * tree.h (MODULE_LOCAL_P): Kill.rth2002-12-111-5/+0
* PR c++/8332mmitchel2002-12-011-0/+3
* * c-common.c (handle_visibility_attribute): Accept "default".rth2002-11-271-0/+11
* * hooks.c (hook_bool_void_false, hook_void_tree_int,rth2002-11-271-5/+0
* * calls.c (alloca_call_p): New global function.hubicka2002-11-181-0/+1
* * tree.c (tree_vec_elt_check_failed): New function.zack2002-11-141-1/+17
* * langhooks.h (struct lang_hooks_for_tree_inlining): Addzack2002-10-231-0/+1
* * c-common.c (c_common_type_for_mode): Add V2HImode case.amylaar2002-10-141-0/+4
* PR optimization/6627sayle2002-10-021-0/+27