aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2001-02-16tree.h (BLOCK_CHAIN): Use BLOCK_CHECK.Jason Merrill1-1/+1
2001-02-14stor-layout.c (is_pending_size, [...]): New functions.Jakub Jelinek1-0/+2
2001-02-06stor-layout.c (reference_types_internal): New variable.Richard Kenner1-0/+1
2001-01-29* tree.h (TYPE_STUB_DECL): Add documentation.Richard Henderson1-0/+7
2001-01-29tree.c, tree.h (build_parse_node): Remove; was identical to build_nt.Joseph Myers1-1/+0
2001-01-29stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi1-0/+2
2001-01-11c-common.h (CTI_VOID_LIST): Remove.Mark Mitchell1-0/+9
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-1/+1
2001-01-10c-lang.c (lang_hooks): Update.Neil Booth1-8/+0
2001-01-09c-lang.c (lang_hooks): Update.Neil Booth1-5/+0
2000-12-30alias.c (alias_sets_conflict_p): New function.Richard Kenner1-0/+4
2000-11-27tree.h (mark_tree_hashtable): New function.Mark Mitchell1-0/+1
2000-11-21c-common.c (c_unsafe_for_reeval): New function.Richard Henderson1-1/+5
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-1/+0
2000-11-17stringpool.c: New file.Zack Weinberg1-1/+5
2000-11-15tree.c (build_type_no_quals): New function.Andrew Haley1-0/+1
2000-11-03Move fold_builtin declaration to proper headerBernd Schmidt1-0/+1
2000-11-01stmt.c (expand_start_null_loop): New.Richard Henderson1-0/+2
2000-10-23expr.c (do_preexpand_calls): Remove.Mark Mitchell1-3/+0
2000-10-22tree.h (TYPE_IS_SIZETYPE): Add more documentation.Mark Mitchell1-3/+8
2000-10-20* tree.h (DECL_ALIGN_UNIT): New macro.Mark Mitchell1-1/+3
2000-10-18Adding new option -ftrapv.Chandrakala Chavva1-0/+2
2000-10-13* tree.h (struct obstack): Declare.Richard Earnshaw1-0/+2
2000-10-13Remove obstacks.Mark Mitchell1-62/+4
2000-10-06builtins.c (is_valid_printf_arglist, [...]): Move functions from here ...Kaveh R. Ghazi1-3/+0
2000-10-06tree.c (tree_size): New function split out of copy_node.Geoff Keating1-0/+5
2000-09-19builtins.c (is_valid_printf_arglist, [...]): New functions.Kaveh R. Ghazi1-0/+3
2000-09-16function.h (no_debugging_symbols): New field.Richard Kenner1-7/+5
2000-09-12builtins.c (built_in_decls): New array.Kaveh R. Ghazi1-0/+3
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-0/+3
2000-08-30tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.Greg McGary1-4/+10
2000-08-29top level:Zack Weinberg1-1/+1
2000-08-29calls.c (expand_call): Don't create a VAR_DECL just to throw it away.Mark Mitchell1-2/+0
2000-08-28[multiple changes]Jason Merrill1-0/+1
2000-08-25Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.Mark Mitchell1-2/+0
2000-08-24tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.Greg McGary1-0/+5
2000-08-22(TYPE_RETURNS_STACK_DEPRESSED): Insert blank betweenAlexandre Oliva1-1/+1
2000-08-15calls.c (ECF_SP_DEPRESSED): New macro.Richard Kenner1-1/+8
2000-08-12tree.h (DECL_OFFSET_ALIGN): Make the off_align field of the tree structure an...Geoff Keating1-2/+9
2000-08-05[multiple changes]Zack Weinberg1-1/+2
2000-07-27expr.h (get_alias_set, [...]): Delete prototypes.Rodney Brown1-1/+5
2000-07-21diagnostic.c (trim_filename, [...]): Moved here from rtl.c.Zack Weinberg1-13/+5
2000-07-10tree.h (STRIP_NOPS): Check for error_mark_node.Jason Merrill1-48/+5
2000-06-25Vector support: type node creation & debugging supportBernd Schmidt1-0/+17
2000-06-24Vector conversions supportBernd Schmidt1-2/+6
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-1/+10
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-3/+3
2000-06-09tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT of an error_type_node.Geoffrey Keating1-1/+1
2000-06-05tree.h (VOID_TYPE_P): New macro.Nathan Sidwell1-1/+4
2000-06-02alias.c (struct alias_set_entry): New field has_zero_child.Richard Kenner1-16/+31