| Commit message (Expand) | Author | Age | Files | Lines |
* | * builtins.c (built_in_decls): New array. | ghazi | 2000-09-12 | 1 | -0/+3 |
* | * c-common.h (add_stmt): Change prototype. | mmitchel | 2000-09-10 | 1 | -0/+3 |
* | * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct. | gkm | 2000-08-30 | 1 | -4/+10 |
* | top level: | zack | 2000-08-29 | 1 | -1/+1 |
* | * calls.c (expand_call): Don't create a VAR_DECL just to throw it | mmitchel | 2000-08-29 | 1 | -2/+0 |
* | 2000-08-28 Daniel Berlin <dberlin@redhat.com> | jason | 2000-08-29 | 1 | -0/+1 |
* | * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o. | mmitchel | 2000-08-25 | 1 | -2/+0 |
* | * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'. | gkm | 2000-08-24 | 1 | -0/+5 |
* | (TYPE_RETURNS_STACK_DEPRESSED): Insert blank between | aoliva | 2000-08-22 | 1 | -1/+1 |
* | * calls.c (ECF_SP_DEPRESSED): New macro. | kenner | 2000-08-16 | 1 | -1/+8 |
* | * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of | geoffk | 2000-08-12 | 1 | -2/+9 |
* | 2000-08-04 Andreas Schwab <schwab@suse.de> | zack | 2000-08-05 | 1 | -1/+2 |
* | * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes. | law | 2000-07-27 | 1 | -1/+5 |
* | * diagnostic.c (trim_filename, fancy_abort): Moved here from | zack | 2000-07-21 | 1 | -13/+5 |
* | * tree.h (STRIP_NOPS): Check for error_mark_node. | jason | 2000-07-10 | 1 | -48/+5 |
* | Vector support: type node creation & debugging support | crux | 2000-06-25 | 1 | -0/+17 |
* | Vector conversions support | crux | 2000-06-24 | 1 | -2/+6 |
* | * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define. | jakub | 2000-06-14 | 1 | -1/+10 |
* | toplevel: | zack | 2000-06-09 | 1 | -3/+3 |
* | * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT | geoffk | 2000-06-09 | 1 | -1/+1 |
* | * tree.h (VOID_TYPE_P): New macro. | nathan | 2000-06-05 | 1 | -1/+4 |
* | * alias.c (struct alias_set_entry): New field has_zero_child. | kenner | 2000-06-03 | 1 | -16/+31 |
* | Add documentation of TREE_ADDRESSABLE in FIELD_DECL | kenner | 2000-05-31 | 1 | -2/+5 |
* | * Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | kenner | 2000-05-31 | 1 | -5/+2 |
* | * tree.h (TREE_CODE_LENGTH): New macro. | kenner | 2000-05-27 | 1 | -2/+3 |
* | * tree.h (struct record_layout_info): Rename to (struct | mmitchel | 2000-05-26 | 1 | -1/+1 |
* | * alias.c (record_component_aliases): New function. | kenner | 2000-05-22 | 1 | -18/+17 |
* | top level: | zack | 2000-05-09 | 1 | -5/+5 |
* | gcc: | zack | 2000-05-06 | 1 | -4/+4 |
* | * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned. | jason | 2000-05-04 | 1 | -2/+2 |
* | * bb-reorder.c (get_next_bb_note, get_prev_bb_note): Prototype. | ghazi | 2000-05-04 | 1 | -1/+2 |
* | * tree.h (tree_common): Add bounded_flag member. Remove | gkm | 2000-05-03 | 1 | -9/+201 |
* | * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi, | ghazi | 2000-04-26 | 1 | -12/+12 |
* | * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR. | jason | 2000-04-26 | 1 | -0/+1 |
* | * stor-layout.c (finalize_record_size): Simplify to use existing | kenner | 2000-04-25 | 1 | -0/+1 |
* | Respective ChangeLogs for common, cp/, java/ | robertl | 2000-04-24 | 1 | -5/+1 |
* | * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added. Check that | robertl | 2000-04-18 | 1 | -16/+3 |
* | * ggc-common.c: Add missing blanks. | kenner | 2000-04-18 | 1 | -1/+1 |
* | * tree.h (struct tree_common): Remove misleading comment. | mmitchel | 2000-04-17 | 1 | -5/+2 |
* | * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7. | kenner | 2000-04-14 | 1 | -4/+4 |
* | * alias.c (nonlocal_reference_p): Take a care for | hubicka | 2000-04-13 | 1 | -0/+5 |
* | * tree.c (tree_expr_nonnegative_p): New function. | ghazi | 2000-04-08 | 1 | -0/+1 |
* | * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE, | hubicka | 2000-04-04 | 1 | -2/+3 |
* | * stor-layout.c (bit_from_pos, byte_from_pos): New functions. | kenner | 2000-03-29 | 1 | -0/+8 |
* | * expr.c (store_constructor): SIZE now signed. | kenner | 2000-03-28 | 1 | -0/+1 |
* | * c-convert.c (convert): Return if output or input type is ERROR_MARK. | kenner | 2000-03-27 | 1 | -0/+3 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -59/+86 |
* | * tree.c (lang_safe_for_unsave): Remove. | rth | 2000-03-25 | 1 | -6/+4 |
* | * builtins.def: New file. | ghazi | 2000-03-23 | 1 | -64/+3 |
* | gcc | nathan | 2000-03-21 | 1 | -0/+11 |