aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)Author
2001-07-11 * stmt.c (parse_output_constraint): New function, split outmmitchel
2001-06-08 * tree.h (DECL_SOURCE_FILE): Improve documentation.mmitchel
2001-06-05 * c-tree.h (lang_decl): Add pending_sizes fields.mmitchel
2001-05-22 * tree.h (type_num_arguments): Declare it.mmitchel
2001-05-13EH merge from mainline.rth
2001-04-12 * dwarf2out.c (modified_type_die): Don't create new types here.mmitchel
2001-03-27 * c-common.h (DECL_NUM_STMTS): New macro.mmitchel
2001-03-20 * tree.c (set_decl_assembler_name): Set DECL_ASSEMBLER_NAME formmitchel
2001-03-14 * tree.h (DECL_RTL): Allocate RTL lazily.mmitchel
2001-03-02 * print-rtl.c (print_rtx): Cast enums to int for comparison.danglin
2001-03-02 * stringpool.c (set_identifier): New function.zack
2001-02-21 * tree.h (DECL_UNINLINABLE): Move from C++ frontend.jason
2001-02-16 * tree.h (BLOCK_CHAIN): Use BLOCK_CHECK.jason
2001-02-06 * stor-layout.c (reference_types_internal): New variable.kenner
2001-01-30 * tree.h (TYPE_STUB_DECL): Add documentation.rth
2001-01-29 * tree.c, tree.h (build_parse_node): Remove; was identical tojsm28
2001-01-29 * stmt.c (estimate_case_costs): Use integer_minus_one_node.ghazi
2001-01-11 * c-common.h (CTI_VOID_LIST): Remove.mmitchel
2001-01-10 * output.h (make_function_rtl): Remove prototype.mmitchel
2001-01-10 * c-lang.c (lang_hooks): Update.neil
2001-01-09 * c-lang.c (lang_hooks): Update.neil
2000-12-30 * alias.c (alias_sets_conflict_p): New function.kenner
2000-11-27 * tree.h (mark_tree_hashtable): New function.mmitchel
2000-11-21 * c-common.c (c_unsafe_for_reeval): New function.rth
2000-11-17 * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack
2000-11-17 * stringpool.c: New file.zack
2000-11-152000-11-13 Andrew Haley <aph@redhat.com>aph
2000-11-03Move fold_builtin declaration to proper headerbernds
2000-11-01 * stmt.c (expand_start_null_loop): New.rth
2000-10-23 * expr.c (do_preexpand_calls): Remove.mmitchel
2000-10-22 * tree.h (TYPE_IS_SIZETYPE): Add more documentation.mmitchel
2000-10-20 * tree.h (DECL_ALIGN_UNIT): New macro.mmitchel
2000-10-18Adding new option -ftrapv.cchavva
2000-10-13* tree.h (struct obstack): Declare.rearnsha
2000-10-13 Remove obstacks.mmitchel
2000-10-06 * builtins.c (is_valid_printf_arglist, expand_builtin_printf):ghazi
2000-10-06 * tree.c (tree_size): New function split out of copy_node.geoffk
2000-09-19 * builtins.c (is_valid_printf_arglist, expand_builtin_printf): Newghazi
2000-09-16 * function.h (no_debugging_symbols): New field.kenner
2000-09-12 * builtins.c (built_in_decls): New array.ghazi
2000-09-10 * c-common.h (add_stmt): Change prototype.mmitchel
2000-08-30 * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.gkm
2000-08-29top level:zack
2000-08-29 * calls.c (expand_call): Don't create a VAR_DECL just to throw itmmitchel
2000-08-292000-08-28 Daniel Berlin <dberlin@redhat.com>jason
2000-08-25 * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.mmitchel
2000-08-24 * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.gkm
2000-08-22(TYPE_RETURNS_STACK_DEPRESSED): Insert blank betweenaoliva
2000-08-16 * calls.c (ECF_SP_DEPRESSED): New macro.kenner
2000-08-12* tree.h (DECL_OFFSET_ALIGN): Make the off_align field ofgeoffk