summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Remove OP_IDENTIFIER.Ira Ruben2001-09-061-18/+0
* tree.c (default_valid_attribute_p): Don't use PARAMS on a function definition.Kaveh R. Ghazi2001-08-281-1/+1
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-22/+7
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* except.c (TYPE_HASH): Delete.Kaveh R. Ghazi2001-08-181-4/+0
* *** empty log message ***Alexandre Petit-Bianco2001-07-311-3/+2
* target.h (struct gcc_target): Add insert_attributes.Joseph Myers2001-07-081-4/+12
* target.h (targetm): Rename global from "target", so as not to conflict with l...Stan Shebs2001-07-071-7/+7
* Minor comment and whitespace changesRichard Kenner2001-07-011-5/+7
* target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers2001-06-291-3/+20
* system.h (TARGET_ESC): Move to ...Neil Booth2001-06-271-60/+70
* Makefile.in (TARGET_H, [...]): New.Neil Booth2001-06-261-105/+150
* tree.def (ARRAY_RANGE_REF): New code.Richard Kenner2001-06-041-0/+7
* tree.h (type_num_arguments): Declare it.Mark Mitchell2001-05-221-0/+22
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-20/+0
* dwarf2out.c (modified_type_die): Don't create new types here.Mark Mitchell2001-04-121-12/+28
* collect2.c (is_ctor_dtor): Always use '_' in the file fn names, not '.' or '$'.Jason Merrill2001-03-211-8/+0
* tree.c (set_decl_assembler_name): Set DECL_ASSEMBLER_NAME for variables that ...Mark Mitchell2001-03-201-1/+3
* Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell2001-03-191-1/+35
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-2/+2
* tree.c (build_common_tree_nodes_2): Don't copy va_list_type_node if it's a re...Alexandre Oliva2001-03-111-1/+10
* c-common.c (build_common_tree_nodes): Build intTI_type_nodes for HOST_BITS_PE...Jan Hubicka2001-02-281-4/+0
* diagnostic.c (trim_filename): No longer static.Richard Kenner2001-02-231-7/+7
* * tree.c (build1): Check for null operand in last change.Richard Henderson2001-02-111-1/+1
* fold-const.c (split_tree): Don't assume a constant isn't splittable.Richard Henderson2001-02-111-0/+18
* tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers2001-01-291-30/+0
* stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi2001-01-291-0/+1
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-2/+1
* tree.c (copy_node): Remove documentation about obstacks.Mark Mitchell2001-01-041-4/+8
* defaults.h (BUILD_VA_LIST_TYPE): New definition.Jeffrey Oldham2000-12-301-5/+5
* tree.c (get_set_constructor_bits): Use host_integerp and tree_low_cst.Richard Kenner2000-12-291-6/+7
* tree.h (mark_tree_hashtable): New function.Mark Mitchell2000-11-271-0/+24
* c-common.c (c_unsafe_for_reeval): New function.Richard Henderson2000-11-211-1/+9
* c-decl.c (grokdeclarator): Support flexible array members.Richard Henderson2000-11-191-1/+3
* c-decl.c (grokdeclarator): Special case the creation of an index for a zero-l...Richard Henderson2000-11-191-18/+3
* ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2000-11-171-19/+1
* stringpool.c: New file.Zack Weinberg2000-11-171-139/+1
* tree.c (build_type_no_quals): New function.Andrew Haley2000-11-151-0/+20
* tree.c (get_unwidened): Use host_integerp and tree_low_cst.Richard Kenner2000-11-141-17/+27
* tree.c (build_common_tree_nodes_2): Make va_list_type_node be a copy of ptr_t...Joseph Myers2000-11-071-1/+1
* Use memset/memcmp instead of bzero/bcmp.Joseph Myers2000-11-031-6/+6
* tree.c (make_node, case 't'): Set alignment to that of char_type_node.Nathan Sidwell2000-10-261-1/+1
* expr.c (do_preexpand_calls): Remove.Mark Mitchell2000-10-231-6/+0
* expr.c (expand_expr, [...]): Set RTX_UNCHANGING_P on returned MEM.Richard Kenner2000-10-201-15/+44
* Remove obstacks.Mark Mitchell2000-10-131-796/+10
* tree.c (get_narrower): Don't look at precision of field if not laid out yet.Richard Kenner2000-10-111-4/+5
* builtins.c (is_valid_printf_arglist, [...]): Move functions from here ...Kaveh R. Ghazi2000-10-061-4/+0
* tree.c (tree_size): New function split out of copy_node.Geoff Keating2000-10-061-139/+78
* builtins.c (is_valid_printf_arglist, [...]): New functions.Kaveh R. Ghazi2000-09-191-0/+4
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell2000-09-171-1/+5