aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-02vms.h (VMS_DEBUGGING_INFO): New macro.Douglas B Rupp1-1/+2
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-2/+2
2001-11-28Remove blank line.Richard Kenner1-1/+0
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner1-3/+16
2001-11-09Makefile.in: Update.Neil Booth1-1/+2
2001-10-31tree.h (tree_index): Add support for V16QI and V8HI.Aldy Hernandez1-0/+10
2001-10-30tree.c (id_string_size): Remove.Neil Booth1-2/+0
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-3/+2
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-73/+73
2001-09-28Add support for 3Dnow builtinsBernd Schmidt1-0/+5
2001-09-24tree.c (type_hash_marked_p): Consider as marked if debug symbol number has be...Richard Kenner1-3/+12
2001-09-21Table-driven attributes.Joseph Myers1-138/+48
2001-09-20fold-const.c (hashtab.h): Include.Richard Kenner1-25/+20
2001-09-14tree.c (append_random_chars): Generate the random characters in a reproducabl...John Wehle1-11/+13
2001-09-06Remove OP_IDENTIFIER.Ira Ruben1-18/+0
2001-08-28tree.c (default_valid_attribute_p): Don't use PARAMS on a function definition.Kaveh R. Ghazi1-1/+1
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-22/+7
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-18except.c (TYPE_HASH): Delete.Kaveh R. Ghazi1-4/+0
2001-07-31*** empty log message ***Alexandre Petit-Bianco1-3/+2
2001-07-08target.h (struct gcc_target): Add insert_attributes.Joseph Myers1-4/+12
2001-07-07target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs1-7/+7
2001-07-01Minor comment and whitespace changesRichard Kenner1-5/+7
2001-06-29target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers1-3/+20
2001-06-27system.h (TARGET_ESC): Move to ...Neil Booth1-60/+70
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth1-105/+150
2001-06-04tree.def (ARRAY_RANGE_REF): New code.Richard Kenner1-0/+7
2001-05-22tree.h (type_num_arguments): Declare it.Mark Mitchell1-0/+22
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-20/+0
2001-04-12dwarf2out.c (modified_type_die): Don't create new types here.Mark Mitchell1-12/+28
2001-03-21collect2.c (is_ctor_dtor): Always use '_' in the file fn names, not '.' or '$'.Jason Merrill1-8/+0
2001-03-20tree.c (set_decl_assembler_name): Set DECL_ASSEMBLER_NAME for variables that ...Mark Mitchell1-1/+3
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-1/+35
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-2/+2
2001-03-11tree.c (build_common_tree_nodes_2): Don't copy va_list_type_node if it's a re...Alexandre Oliva1-1/+10
2001-02-28c-common.c (build_common_tree_nodes): Build intTI_type_nodes for HOST_BITS_PE...Jan Hubicka1-4/+0
2001-02-23diagnostic.c (trim_filename): No longer static.Richard Kenner1-7/+7
2001-02-11* tree.c (build1): Check for null operand in last change.Richard Henderson1-1/+1
2001-02-11fold-const.c (split_tree): Don't assume a constant isn't splittable.Richard Henderson1-0/+18
2001-01-29tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers1-30/+0
2001-01-29stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi1-0/+1
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-2/+1
2001-01-04tree.c (copy_node): Remove documentation about obstacks.Mark Mitchell1-4/+8
2000-12-30defaults.h (BUILD_VA_LIST_TYPE): New definition.Jeffrey Oldham1-5/+5
2000-12-29tree.c (get_set_constructor_bits): Use host_integerp and tree_low_cst.Richard Kenner1-6/+7
2000-11-27tree.h (mark_tree_hashtable): New function.Mark Mitchell1-0/+24
2000-11-21c-common.c (c_unsafe_for_reeval): New function.Richard Henderson1-1/+9
2000-11-19c-decl.c (grokdeclarator): Support flexible array members.Richard Henderson1-1/+3
2000-11-19c-decl.c (grokdeclarator): Special case the creation of an index for a zero-l...Richard Henderson1-18/+3