summaryrefslogtreecommitdiff
path: root/gcc/tree.h
Commit message (Expand)AuthorAgeFilesLines
* * builtins.c (built_in_decls): New array.ghazi2000-09-121-0/+3
* * c-common.h (add_stmt): Change prototype.mmitchel2000-09-101-0/+3
* * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.gkm2000-08-301-4/+10
* top level:zack2000-08-291-1/+1
* * calls.c (expand_call): Don't create a VAR_DECL just to throw itmmitchel2000-08-291-2/+0
* 2000-08-28 Daniel Berlin <dberlin@redhat.com>jason2000-08-291-0/+1
* * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.mmitchel2000-08-251-2/+0
* * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.gkm2000-08-241-0/+5
* (TYPE_RETURNS_STACK_DEPRESSED): Insert blank betweenaoliva2000-08-221-1/+1
* * calls.c (ECF_SP_DEPRESSED): New macro.kenner2000-08-161-1/+8
* * tree.h (DECL_OFFSET_ALIGN): Make the off_align field ofgeoffk2000-08-121-2/+9
* 2000-08-04 Andreas Schwab <schwab@suse.de>zack2000-08-051-1/+2
* * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.law2000-07-271-1/+5
* * diagnostic.c (trim_filename, fancy_abort): Moved here fromzack2000-07-211-13/+5
* * tree.h (STRIP_NOPS): Check for error_mark_node.jason2000-07-101-48/+5
* Vector support: type node creation & debugging supportcrux2000-06-251-0/+17
* Vector conversions supportcrux2000-06-241-2/+6
* * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.jakub2000-06-141-1/+10
* toplevel:zack2000-06-091-3/+3
* * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANTgeoffk2000-06-091-1/+1
* * tree.h (VOID_TYPE_P): New macro.nathan2000-06-051-1/+4
* * alias.c (struct alias_set_entry): New field has_zero_child.kenner2000-06-031-16/+31
* Add documentation of TREE_ADDRESSABLE in FIELD_DECLkenner2000-05-311-2/+5
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-5/+2
* * tree.h (TREE_CODE_LENGTH): New macro.kenner2000-05-271-2/+3
* * tree.h (struct record_layout_info): Rename to (structmmitchel2000-05-261-1/+1
* * alias.c (record_component_aliases): New function.kenner2000-05-221-18/+17
* top level:zack2000-05-091-5/+5
* gcc:zack2000-05-061-4/+4
* * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.jason2000-05-041-2/+2
* * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype.ghazi2000-05-041-1/+2
* * tree.h (tree_common): Add bounded_flag member. Removegkm2000-05-031-9/+201
* * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,ghazi2000-04-261-12/+12
* * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.jason2000-04-261-0/+1
* * stor-layout.c (finalize_record_size): Simplify to use existingkenner2000-04-251-0/+1
* Respective ChangeLogs for common, cp/, java/robertl2000-04-241-5/+1
* * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added. Check thatrobertl2000-04-181-16/+3
* * ggc-common.c: Add missing blanks.kenner2000-04-181-1/+1
* * tree.h (struct tree_common): Remove misleading comment.mmitchel2000-04-171-5/+2
* * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.kenner2000-04-141-4/+4
* * alias.c (nonlocal_reference_p): Take a care forhubicka2000-04-131-0/+5
* * tree.c (tree_expr_nonnegative_p): New function.ghazi2000-04-081-0/+1
* * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,hubicka2000-04-041-2/+3
* * stor-layout.c (bit_from_pos, byte_from_pos): New functions.kenner2000-03-291-0/+8
* * expr.c (store_constructor): SIZE now signed.kenner2000-03-281-0/+1
* * c-convert.c (convert): Return if output or input type is ERROR_MARK.kenner2000-03-271-0/+3
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-59/+86
* * tree.c (lang_safe_for_unsave): Remove.rth2000-03-251-6/+4
* * builtins.def: New file.ghazi2000-03-231-64/+3
* gccnathan2000-03-211-0/+11