Age | Commit message (Expand) | Author | Files | Lines |
2000-02-29 | c-decl.c (current_function_decl): Move to toplev.c. | Martin v. Löwis | 1 | -0/+3 |
2000-02-28 | * Eliminate DECL_FIELD_SIZE. | Richard Kenner | 1 | -32/+40 |
2000-02-28 | emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks. | Mark Mitchell | 1 | -0/+6 |
2000-02-27 | builtins.c (c_strlen): Use size_diffop and return ssizetype value. | Richard Kenner | 1 | -20/+38 |
2000-02-24 | tree.h (TREE_SET_PERMANENT): New macro. | Zack Weinberg | 1 | -1/+7 |
2000-02-19 | c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | Richard Kenner | 1 | -14/+18 |
2000-02-18 | loop.c (canonicalize_condition): New function, broken out of get_condition. | John Wehle | 1 | -0/+1 |
2000-02-15 | Makefile.in (TREE_H, [...]): Depend on version.h. | Kaveh R. Ghazi | 1 | -0/+1 |
2000-02-10 | combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi... | Richard Kenner | 1 | -3/+4 |
2000-01-27 | emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too. | Geoff Keating | 1 | -0/+1 |
2000-01-26 | calls.c (special_function_p): New argument fork_or_exec. | J"orn Rennecke | 1 | -1/+1 |
2000-01-24 | rtl.def: Add unordered fp comparisions. | Richard Henderson | 1 | -0/+8 |
2000-01-17 | toplev.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -379/+379 |
2000-01-17 | * tree.h (BINFO_VPTR_FIELD): Augment documentation. | Mark Mitchell | 1 | -3/+7 |
2000-01-04 | Update copyright | Jeff Law | 1 | -1/+1 |
2000-01-02 | * tree.h (BINFO_N_BASETYPES): New macro. | Mark Mitchell | 1 | -0/+4 |
1999-12-29 | * tree.h (BINFO_BASETYPES): Improve documentation. | Mark Mitchell | 1 | -4/+5 |
1999-12-26 | acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL... | Zack Weinberg | 1 | -2/+2 |
1999-12-17 | crtstuff.c (__dso_handle): Declare. | Mark Mitchell | 1 | -0/+2 |
1999-12-16 | Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H. | Mark Mitchell | 1 | -1/+3 |
1999-12-16 | * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too. | Zack Weinberg | 1 | -2/+5 |
1999-12-05 | tree.h (special_function_p): Declare. | Mark Mitchell | 1 | -0/+4 |
1999-12-05 | tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting. | Mark Mitchell | 1 | -2/+3 |
1999-12-04 | c-common.c (enum attrs): Add A_NO_LIMIT_STACK. | Geoff Keating | 1 | -0/+5 |
1999-11-28 | tree.h (struct tree_decl): Add malloc_flag. | Anthony Green | 1 | -0/+6 |
1999-11-24 | tree.h (unsave_expr_1): New function. | Mark Mitchell | 1 | -6/+15 |
1999-11-12 | tree.h (SAVE_EXPR_PERSISTENT_P): New macro. | Mark Mitchell | 1 | -0/+5 |
1999-11-10 | ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'. | Philippe De Muyter | 1 | -4/+4 |
1999-11-08 | tree.h (get_containing_scope): Declare it. | Mark Mitchell | 1 | -0/+5 |
1999-10-31 | [multiple changes] | Richard Kenner | 1 | -3/+15 |
1999-10-26 | tree.h (BLOCK_TYPE_TAGS): Remove. | Mark Mitchell | 1 | -21/+0 |
1999-10-13 | Simplified GC interface and other goodies. | Richard Henderson | 1 | -3/+1 |
1999-10-10 | ansidecl.h (HAVE_GCC_VERSION): New macro. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-10-08 | tree.c (make_lang_type_fn): New funtion pointer. | Franz Sirl | 1 | -0/+2 |
1999-09-30 | Use lookup table to get register sizes in dwarf2 eh | Bernd Schmidt | 1 | -1/+1 |
1999-09-28 | tree.h (struct tree_decl): Use `bclass', not `class', in name of field. | Mark Mitchell | 1 | -2/+2 |
1999-09-24 | Allow to distinguish between three classes of builtin functions | Bernd Schmidt | 1 | -6/+28 |
1999-09-17 | tree.h (warn_about_unused_variables): Declare. | Mark Mitchell | 1 | -0/+1 |
1999-09-16 | * tree.h (reorder_block): Change prototype. | Mark Mitchell | 1 | -1/+1 |
1999-09-15 | Remove second arg from assign_parms | Bernd Schmidt | 1 | -1/+1 |
1999-09-12 | Add missing declarations | Bernd Schmidt | 1 | -0/+2 |
1999-09-10 | Move declarations and building code for common tree nodes to tree.[ch] | Bernd Schmidt | 1 | -35/+103 |
1999-09-07 | c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to. | Richard Henderson | 1 | -0/+6 |
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 1 | -2/+2 |
1999-09-04 | Makefile.in (GGC, GGC_LIB): New. | Richard Henderson | 1 | -1/+4 |
1999-08-31 | c-parse.in (language_string): Constify. | Kaveh R. Ghazi | 1 | -0/+5 |
1999-08-29 | tree.c (tree_code_name): Constify a char*. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-08-26 | For gcc: | Gavin Romig-Koch | 1 | -1/+1 |
1999-08-26 | tree.h: fancy_abort always takes three args. | Zack Weinberg | 1 | -4/+3 |
1999-08-26 | system.h: Don't redefine abort or trim_filename. | Zack Weinberg | 1 | -26/+17 |