summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/5624rth2002-02-111-5/+12
* Contribute sh64-elf.aoliva2002-02-091-0/+1
* * target.h (struct gcc_target): Added ms_bitfield_layout_p.aoliva2002-02-051-0/+10
* * c-decl.c, tree.c, tree.h, objc/objc-act.c: Revert bitfieldneil2002-02-021-23/+0
* * tree.c (build_nonstandard_integer_type): Correct prototype.neil2002-01-291-1/+1
* PR c/3325neil2002-01-291-0/+23
* * builtins.c (expand_builtin_strncpy): Use integer_zerop insteadkenner2002-01-251-1/+1
* * tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF.jason2002-01-231-0/+6
* * tree.c (int_fits_type_p): If bounds of a subtype are variable, seekenner2002-01-221-1/+4
* * toplev.c: Fix formatting.kazu2002-01-101-6/+6
* 2001-12-10 Aldy Hernandez <aldyh@redhat.com>aldyh2001-12-111-39/+42
* * tree.c (append_random_char): Conditionalize INO for VMS.kenner2001-12-101-4/+10
* * tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...aoliva2001-12-061-17/+1
* * langhooks.h (struct lang_hooks): Add staticp.jsm282001-12-041-1/+5
* * tree.c (get_callee_fndecl): Only use DECL_ABSTRACT_ORIGIN ifaoliva2001-12-041-6/+15
* * c-decl.c (duplicate_decls): Revert rth's patch. If newdeclaoliva2001-12-041-1/+8
* * config/alpha/vms.h (VMS_DEBUGGING_INFO): New macro.kenner2001-12-021-1/+2
* * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingneil2001-12-021-2/+2
* Remove blank line.kenner2001-11-281-1/+0
* * Makefile.in (c-lang.o): Depends on langhooks-def.h.kenner2001-11-271-3/+16
* * Makefile.in: Update.neil2001-11-091-1/+2
* * tree.h (tree_index): Add support for V16QI and V8HI.aldyh2001-10-311-0/+10
* * tree.c (id_string_size): Remove.neil2001-10-301-2/+0
* * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,jsm282001-10-281-2/+2
* * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosghazi2001-10-211-3/+2
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-73/+73
* Add support for 3Dnow builtinsbernds2001-09-281-0/+5
* * tree.c (type_hash_marked_p): Consider as marked if debug symbolkenner2001-09-241-3/+12
* Table-driven attributes.jsm282001-09-211-138/+48
* * fold-const.c (hashtab.h): Include.kenner2001-09-201-25/+20
* * tree.c (append_random_chars): Generate the randomwehle2001-09-141-11/+13
* 2001-09-06 Ira Ruben <ira@apple.com>shebs2001-09-061-18/+0
* * tree.c (default_valid_attribute_p): Don't use PARAMS on aghazi2001-08-281-1/+1
* * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.aj2001-08-271-22/+7
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * except.c (TYPE_HASH): Delete.ghazi2001-08-181-4/+0
* *** empty log message ***apbianco2001-08-011-3/+2
* * target.h (struct gcc_target): Add insert_attributes.jsm282001-07-081-4/+12
* * target.h (targetm): Rename global from "target", so as not toshebs2001-07-071-7/+7
* Minor comment and whitespace changeskenner2001-07-011-5/+7
* * target.h (struct gcc_target): Add comp_type_attributes andjsm282001-06-291-3/+20
* * system.h (TARGET_ESC): Move to ...neil2001-06-271-60/+70
* * Makefile.in (TARGET_H, TARGET_DEF_H): New.neil2001-06-261-105/+150
* * tree.def (ARRAY_RANGE_REF): New code.kenner2001-06-041-0/+7
* * tree.h (type_num_arguments): Declare it.mmitchel2001-05-221-0/+22
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-20/+0
* * dwarf2out.c (modified_type_die): Don't create new types here.mmitchel2001-04-121-12/+28
* * collect2.c (is_ctor_dtor): Always use '_' in the file fn names,jason2001-03-221-8/+0
* * tree.c (set_decl_assembler_name): Set DECL_ASSEMBLER_NAME formmitchel2001-03-201-1/+3
* Compute DECL_ASSEMBLER_NAME lazily.mmitchel2001-03-191-1/+35