OSDN Git Service

* gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
[pf3gnuchains/gcc-fork.git] / gcc / tree.h
2001-06-02 kenner * tree.h (struct record_layout_info_s): New field...
2001-05-27 neil * c-decl.c (init_decl_processing):
2001-05-25 mmitchel * builtins.def: Encode additional information, such...
2001-05-22 neil * c-lex.c (c_lex): Just cast cpp's hashnode to gcc...
2001-05-22 mmitchel * tree.h (type_num_arguments): Declare it.
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2001-05-16 neil * c-common.h (RID_FIRST_PQ): New.
2001-04-27 jason * except.c (expand_eh_region_start): Don't...
2001-04-13 ghazi * Makefile.in (reg-stack.o): Depend on reload.h.
2001-04-12 mmitchel * dwarf2out.c (modified_type_die): Don't create new...
2001-04-11 ghazi * Makefile.in (ifcvt.o): Depend on toplev.h.
2001-03-27 mmitchel * c-common.h (DECL_NUM_STMTS): New macro.
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-03-15 mmitchel * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-03-12 oldham2001-03-12 Jeffrey Oldham <oldham@codesourcery.com>
2001-03-02 danglin * print-rtl.c (print_rtx): Cast enums to int for compa...
2001-03-02 zack * stringpool.c (set_identifier): New function.
2001-02-24 kenner * tree.h (BLOCK_DEAD): New macro.
2001-02-21 jason * tree.h (DECL_UNINLINABLE): Move from C++...
2001-02-16 jason * tree.h (BLOCK_CHAIN): Use BLOCK_CHECK.
2001-02-14 jakub * stor-layout.c (is_pending_size, put_pending_size...
2001-02-06 kenner * stor-layout.c (reference_types_internal): New variable.
2001-01-30 rth * tree.h (TYPE_STUB_DECL): Add documentation.
2001-01-29 jsm28 * tree.c, tree.h (build_parse_node): Remove; was ident...
2001-01-29 ghazi * stmt.c (estimate_case_costs): Use integer_minus_one_...
2001-01-11 mmitchel * c-common.h (CTI_VOID_LIST): Remove.
2001-01-10 mmitchel * output.h (make_function_rtl): Remove prototype.
2001-01-10 neil * c-lang.c (lang_hooks): Update.
2001-01-09 neil * c-lang.c (lang_hooks): Update.
2000-12-30 kenner * alias.c (alias_sets_conflict_p): New function.
2000-11-27 mmitchel * tree.h (mark_tree_hashtable): New function.
2000-11-21 rth * c-common.c (c_unsafe_for_reeval): New function.
2000-11-17 zack * ggc.h: Delete ggc_add_string_root and ggc_mar...
2000-11-17 zack * stringpool.c: New file.
2000-11-15 aph2000-11-13 Andrew Haley <aph@redhat.com>
2000-11-03 berndsMove fold_builtin declaration to proper header
2000-11-01 rth * stmt.c (expand_start_null_loop): New.
2000-10-23 mmitchel * expr.c (do_preexpand_calls): Remove.
2000-10-22 mmitchel * tree.h (TYPE_IS_SIZETYPE): Add more documentation.
2000-10-20 mmitchel * tree.h (DECL_ALIGN_UNIT): New macro.
2000-10-18 cchavvaAdding new option -ftrapv.
2000-10-13 rearnsha* tree.h (struct obstack): Declare.
2000-10-13 mmitchel Remove obstacks.
2000-10-06 ghazi * builtins.c (is_valid_printf_arglist, expand_builtin_...
2000-10-06 geoffk * tree.c (tree_size): New function split out...
2000-09-19 ghazi * builtins.c (is_valid_printf_arglist, expand_builtin_...
2000-09-16 kenner * function.h (no_debugging_symbols): New field.
2000-09-12 ghazi * builtins.c (built_in_decls): New array.
2000-09-10 mmitchel * c-common.h (add_stmt): Change prototype.
2000-08-30 gkm * tree.h (struct tree_int_cst): Wrap low and high...
2000-08-29 zacktop level:
2000-08-29 mmitchel * calls.c (expand_call): Don't create a VAR_DECL just...
2000-08-29 jason2000-08-28 Daniel Berlin <dberlin@redhat.com>
2000-08-25 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
2000-08-24 gkm * tree.h (enum tree_index): New member `TI_MAIN_IDENTI...
2000-08-22 aoliva(TYPE_RETURNS_STACK_DEPRESSED): Insert blank between
2000-08-16 kenner * calls.c (ECF_SP_DEPRESSED): New macro.
2000-08-12 geoffk* tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
2000-08-05 zack2000-08-04 Andreas Schwab <schwab@suse.de>
2000-07-27 law * expr.h (get_alias_set, lang_get_alias_set...
2000-07-21 zack * diagnostic.c (trim_filename, fancy_abort): Moved...
2000-07-10 jason * tree.h (STRIP_NOPS): Check for error_mark_node.
2000-06-25 cruxVector support: type node creation & debugging support
2000-06-24 cruxVector conversions support
2000-06-14 jakub * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2000-06-09 zacktoplevel:
2000-06-09 geoffk* tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
2000-06-05 nathan * tree.h (VOID_TYPE_P): New macro.
2000-06-03 kenner * alias.c (struct alias_set_entry): New field has_zero...
2000-05-31 kennerAdd documentation of TREE_ADDRESSABLE in FIELD_DECL
2000-05-31 kenner * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-27 kenner * tree.h (TREE_CODE_LENGTH): New macro.
2000-05-26 mmitchel * tree.h (struct record_layout_info): Rename to (struct
2000-05-22 kenner * alias.c (record_component_aliases): New function.
2000-05-09 zacktop level:
2000-05-06 zackgcc:
2000-05-04 jason * simplify-rtx.c (simplify_ternary_operation...
2000-05-04 ghazi * bb-reorder.c (get_next_bb_note, get_prev_bb_note...
2000-05-03 gkm * tree.h (tree_common): Add bounded_flag member. ...
2000-04-26 ghazi * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_stru...
2000-04-26 jason * dwarf2out.c (add_bound_info): Don't crash...
2000-04-25 kenner * stor-layout.c (finalize_record_size): Simplify to...
2000-04-24 robertlRespective ChangeLogs for common, cp/, java/
2000-04-18 robertl * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED...
2000-04-18 kenner * ggc-common.c: Add missing blanks.
2000-04-17 mmitchel * tree.h (struct tree_common): Remove misleading comment.
2000-04-14 kenner * tree.h (struct tree_type): Make PRECISION 9 bits...
2000-04-13 hubicka * alias.c (nonlocal_reference_p): Take a care for
2000-04-08 ghazi * tree.c (tree_expr_nonnegative_p): New function.
2000-04-04 hubicka * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_...
2000-03-29 kenner * stor-layout.c (bit_from_pos, byte_from_pos): New...
2000-03-28 kenner * expr.c (store_constructor): SIZE now signed.
2000-03-27 kenner * c-convert.c (convert): Return if output or input...
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-25 rth * tree.c (lang_safe_for_unsave): Remove.
2000-03-23 ghazi * builtins.def: New file.
2000-03-21 nathangcc
2000-03-20 rth * tree.h (safe_for_unsave): Prototype.
2000-03-19 mmitchel * emit-rtl.c (remove_unncessary_notes): Check that all
2000-03-19 mmitchel * tree.h (tree_index): Remove enumerals for integer...
next