Age | Commit message (Expand) | Author | Files | Lines |
2000-09-12 | builtins.c (built_in_decls): New array. | Kaveh R. Ghazi | 1 | -0/+3 |
2000-09-10 | c-common.h (add_stmt): Change prototype. | Mark Mitchell | 1 | -0/+3 |
2000-08-30 | tree.h (struct tree_int_cst): Wrap low and high in a sub-struct. | Greg McGary | 1 | -4/+10 |
2000-08-29 | top level: | Zack Weinberg | 1 | -1/+1 |
2000-08-29 | calls.c (expand_call): Don't create a VAR_DECL just to throw it away. | Mark Mitchell | 1 | -2/+0 |
2000-08-28 | [multiple changes] | Jason Merrill | 1 | -0/+1 |
2000-08-25 | Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o. | Mark Mitchell | 1 | -2/+0 |
2000-08-24 | tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'. | Greg McGary | 1 | -0/+5 |
2000-08-22 | (TYPE_RETURNS_STACK_DEPRESSED): Insert blank between | Alexandre Oliva | 1 | -1/+1 |
2000-08-15 | calls.c (ECF_SP_DEPRESSED): New macro. | Richard Kenner | 1 | -1/+8 |
2000-08-12 | tree.h (DECL_OFFSET_ALIGN): Make the off_align field of the tree structure an... | Geoff Keating | 1 | -2/+9 |
2000-08-05 | [multiple changes] | Zack Weinberg | 1 | -1/+2 |
2000-07-27 | expr.h (get_alias_set, [...]): Delete prototypes. | Rodney Brown | 1 | -1/+5 |
2000-07-21 | diagnostic.c (trim_filename, [...]): Moved here from rtl.c. | Zack Weinberg | 1 | -13/+5 |
2000-07-10 | tree.h (STRIP_NOPS): Check for error_mark_node. | Jason Merrill | 1 | -48/+5 |
2000-06-25 | Vector support: type node creation & debugging support | Bernd Schmidt | 1 | -0/+17 |
2000-06-24 | Vector conversions support | Bernd Schmidt | 1 | -2/+6 |
2000-06-14 | tree.h (TYPE_USER_ALIGN, [...]): Define. | Jakub Jelinek | 1 | -1/+10 |
2000-06-09 | ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,... | Zack Weinberg | 1 | -3/+3 |
2000-06-09 | tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT of an error_type_node. | Geoffrey Keating | 1 | -1/+1 |
2000-06-05 | tree.h (VOID_TYPE_P): New macro. | Nathan Sidwell | 1 | -1/+4 |
2000-06-02 | alias.c (struct alias_set_entry): New field has_zero_child. | Richard Kenner | 1 | -16/+31 |
2000-05-31 | Add documentation of TREE_ADDRESSABLE in FIELD_DECL | Richard Kenner | 1 | -2/+5 |
2000-05-31 | Makefile.in (c-decl.o): Depend on rtl.h and expr.h. | Richard Kenner | 1 | -5/+2 |
2000-05-27 | tree.h (TREE_CODE_LENGTH): New macro. | Richard Kenner | 1 | -2/+3 |
2000-05-26 | tree.h (struct record_layout_info): Rename to (struct record_layout_info_s). | Mark Mitchell | 1 | -1/+1 |
2000-05-22 | alias.c (record_component_aliases): New function. | Richard Kenner | 1 | -18/+17 |
2000-05-09 | top level: | Zack Weinberg | 1 | -5/+5 |
2000-05-06 | cpphash.h: Remove conditional #define of __extension__. | Zack Weinberg | 1 | -4/+4 |
2000-05-04 | simplify-rtx.c (simplify_ternary_operation): Cast to unsigned. | Jason Merrill | 1 | -2/+2 |
2000-05-04 | bb-reorder.c (get_next_bb_note, [...]): Prototype. | Kaveh R. Ghazi | 1 | -1/+2 |
2000-05-03 | tree.h (tree_common): Add bounded_flag member. | Greg McGary | 1 | -9/+201 |
2000-04-26 | dwarf2out.c (dw_cfi_oprnd_struct, [...]): Constify a char*. | Kaveh R. Ghazi | 1 | -12/+12 |
2000-04-25 | dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR. | Jason Merrill | 1 | -0/+1 |
2000-04-25 | stor-layout.c (finalize_record_size): Simplify to use existing functions. | Richard Kenner | 1 | -0/+1 |
2000-04-24 | Respective ChangeLogs for common, cp/, java/ | Robert Lipe | 1 | -5/+1 |
2000-04-18 | configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added. | Robert Lipe | 1 | -16/+3 |
2000-04-18 | ggc-common.c: Add missing blanks. | Richard Kenner | 1 | -1/+1 |
2000-04-17 | * tree.h (struct tree_common): Remove misleading comment. | Mark Mitchell | 1 | -5/+2 |
2000-04-14 | * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7. | Richard Kenner | 1 | -4/+4 |
2000-04-13 | alias.c (nonlocal_reference_p): Take a care for CALL_INSNS's fusage field. | Jan Hubicka | 1 | -0/+5 |
2000-04-08 | tree.c (tree_expr_nonnegative_p): New function. | Kaveh R. Ghazi | 1 | -0/+1 |
2000-04-04 | calls.c (ECF_MALLOC, [...]): New constants. | Jan Hubicka | 1 | -2/+3 |
2000-03-29 | stor-layout.c (bit_from_pos, [...]): New functions. | Richard Kenner | 1 | -0/+8 |
2000-03-28 | expr.c (store_constructor): SIZE now signed. | Richard Kenner | 1 | -0/+1 |
2000-03-26 | c-convert.c (convert): Return if output or input type is ERROR_MARK. | Richard Kenner | 1 | -0/+3 |
2000-03-25 | * Rework fields used to describe positions of bitfields and | Richard Kenner | 1 | -59/+86 |
2000-03-24 | tree.c (lang_safe_for_unsave): Remove. | Richard Henderson | 1 | -6/+4 |
2000-03-23 | builtins.def: New file. | Kaveh R. Ghazi | 1 | -64/+3 |
2000-03-21 | tree.h (COMPLETE_TYPE_P): New macro. | Nathan Sidwell | 1 | -0/+11 |