Age | Commit message (Expand) | Author | Files | Lines |
2000-06-11 | Warning fixes: | Kaveh R. Ghazi | 1 | -0/+9 |
2000-06-06 | configure.in (AC_C_INLINE): Added. | Philipp Thomas | 1 | -0/+7 |
2000-06-03 | * chill.texi (INFO-DIR-ENTRY): Fix chill entry. | Jeffrey A Law | 1 | -0/+4 |
2000-06-02 | alias.c (lang_get_alias_set): Remove. | Richard Henderson | 1 | -0/+4 |
2000-05-27 | tree.h (TREE_CODE_LENGTH): New macro. | Richard Kenner | 1 | -0/+5 |
2000-05-18 | * Makefile.in (hash.h): Delete a redundant use of gawk and sed. | Chris Demetriou | 1 | -0/+4 |
2000-05-17 | Add options -Wunused-variable, -Wunused-function, -Wunused-label, | Andrew Cagney | 1 | -0/+6 |
2000-05-09 | top level: | Zack Weinberg | 1 | -0/+15 |
2000-05-04 | bb-reorder.c (get_next_bb_note, [...]): Prototype. | Kaveh R. Ghazi | 1 | -0/+4 |
2000-04-18 | cccp.c, [...]: Removed. | Zack Weinberg | 1 | -0/+4 |
2000-04-03 | Should have been committed with previous batch | Zack Weinberg | 1 | -0/+4 |
2000-03-30 | builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst. | Richard Kenner | 1 | -0/+4 |
2000-03-25 | * Rework fields used to describe positions of bitfields and | Richard Kenner | 1 | -0/+6 |
2000-03-17 | * Clean up usages of TREE_INT_CST_LOW. | Richard Kenner | 1 | -0/+16 |
2000-03-07 | rtl.h (rtunion_def): Constify member `rtstr'. | Kaveh R. Ghazi | 1 | -0/+4 |
2000-03-07 | tree.h (INT_CST_LT, [...]): Remove unneeded casts. | Richard Kenner | 1 | -0/+9 |
2000-02-29 | c-decl.c (current_function_decl): Move to toplev.c. | Martin v. Löwis | 1 | -0/+4 |
2000-02-28 | * Eliminate DECL_FIELD_SIZE. | Richard Kenner | 1 | -0/+8 |
2000-02-27 | builtins.c (c_strlen): Use size_diffop and return ssizetype value. | Richard Kenner | 1 | -0/+14 |
2000-02-19 | Move language-specific entries | Richard Kenner | 1 | -0/+9 |
2000-02-15 | Jonathan Larmour <jlarmour@redhat.co.uk>: | Jonathan Larmour | 1 | -0/+4 |
2000-02-15 | Makefile.in (TREE_H, [...]): Depend on version.h. | Kaveh R. Ghazi | 1 | -0/+4 |
2000-02-11 | decl.c (init_decl_processing): Remove duplicate decl of set_alignment. | Nathan Sidwell | 1 | -0/+5 |
2000-02-11 | expr.c (compare_records): Delete maximum_field_alignment declaration. | Franz Sirl | 1 | -0/+21 |
2000-02-10 | c-pragma.c (maximum_field_alignment): Remove duplicate declaration. | Franz Sirl | 1 | -0/+4 |
2000-01-17 | * All files: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -0/+4 |
2000-01-10 | Makefile.in (optabs.o): Depend on real.h | Kaveh R. Ghazi | 1 | -0/+4 |
2000-01-04 | builtins.c (expand_builtin_strlen): Initialize variable `icode'. | Kaveh R. Ghazi | 1 | -0/+7 |
1999-12-11 | typeck.c (apply_chill_array_layout, [...]): Avoid the use of ANSI string conc... | Kaveh R. Ghazi | 1 | -0/+7 |
1999-11-23 | expr.c (build_chill_function_call): Don't call a variadic function with a non... | Kaveh R. Ghazi | 1 | -0/+15 |
1999-10-31 | Makefile.in (convert.o, typeck.o): Depend on output.h | Jeffrey A Law | 1 | -0/+8 |
1999-10-26 | tree.h (BLOCK_TYPE_TAGS): Remove. | Mark Mitchell | 1 | -0/+5 |
1999-09-24 | Allow to distinguish between three classes of builtin functions | Bernd Schmidt | 1 | -0/+7 |
1999-09-20 | Add comment saying that lang_decode_options should not complain about | Nick Clifton | 1 | -0/+4 |
1999-09-16 | system.h (CTYPE_CONV, [...]): New macros. | Kaveh R. Ghazi | 1 | -0/+5 |
1999-09-15 | * actions.c (warn_unhandled): Use xstrdup, not xmalloc/strcpy. | Kaveh R. Ghazi | 1 | -0/+4 |
1999-09-10 | Move declarations and building code for common tree nodes to tree.[ch] | Bernd Schmidt | 1 | -0/+11 |
1999-09-07 | parse.h: Undefine DELAY if it's defined. | Dave Brolley | 1 | -0/+6 |
1999-09-05 | Make-lang.in (f771): Depend on ggc-callbacks.o. | Mark Mitchell | 1 | -0/+5 |
1999-08-31 | c-parse.in (language_string): Constify. | Kaveh R. Ghazi | 1 | -0/+4 |
1999-08-31 | Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a. | Kaveh R. Ghazi | 1 | -0/+5 |
1999-08-29 | * lang.c (chill_print_error_function): Constify a char*. | Kaveh R. Ghazi | 1 | -0/+4 |
1999-08-29 | Makefile.in (ch-version.c): Constify a char*. | Kaveh R. Ghazi | 1 | -0/+198 |
1999-08-25 | Fix typos. | Jeff Law | 1 | -1/+1 |
1999-08-09 | actions.c (lang_identify): Constify a char*. | Kaveh R. Ghazi | 1 | -0/+7 |
1999-07-25 | * decl.c (va_list_type_node): New. | Richard Henderson | 1 | -0/+4 |
1999-06-25 | SMP bootstrap fixes for chill: | Kaveh R. Ghazi | 1 | -0/+7 |
1999-05-17 | lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc was not given. | Zack Weinberg | 1 | -0/+5 |
1999-05-10 | lang-specs.h: Pass -$ to the preprocessor. | Zack Weinberg | 1 | -0/+4 |
1999-05-04 | actions.c (chill_expand_assignment): Use powersetlen to calculate the length ... | Dave Brolley | 1 | -0/+5 |