Age | Commit message (Expand) | Author | Files | Lines |
2001-03-02 | remove spurious code | Nick Clifton | 1 | -11/+0 |
2001-02-23 | c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK. | Richard Kenner | 2 | -0/+7 |
2001-02-15 | Fix typos | DJ Delorie | 1 | -2/+2 |
2001-02-15 | Makefile.in (install-common): Don't depend on installdirs here. | Jim Meyering | 2 | -2/+7 |
2001-02-04 | diagnostic.h (set_internal_error_function): Renamed. | Richard Kenner | 8 | -50/+56 |
2001-01-29 | stmt.c (estimate_case_costs): Use integer_minus_one_node. | Kaveh R. Ghazi | 3 | -7/+8 |
2001-01-28 | configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | Kaveh R. Ghazi | 4 | -8/+13 |
2001-01-05 | lang-options.h: Bring comment in line with reality. | Phil Edwards | 1 | -5/+2 |
2000-12-12 | configure.in: Simplify language enabling/disabling code. | Alexandre Oliva | 1 | -1/+4 |
2000-12-08 | configure.in: Don't define INSTALL_INFO. | Joseph Myers | 2 | -5/+12 |
2000-12-08 | safe-ctype.h: New file. | Zack Weinberg | 2 | -586/+591 |
2000-12-06 | actions.h: Standarize copyright statement. | Rodney Brown | 14 | -13/+28 |
2000-11-07 | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 3 | -3/+8 |
2000-11-05 | Makefile.in: Remove all targets related to building distributions and diffs, ... | Joseph Myers | 2 | -13/+5 |
2000-11-03 | In gcc/: | Geoff Keating | 4 | -20/+15 |
2000-10-07 | Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for updated gperf. | Joseph Myers | 2 | -2/+6 |
2000-10-05 | * decl.c (finish_chill_function): Don't init can_reach_end. | Richard Henderson | 2 | -3/+4 |
2000-09-26 | gcc.c (cpp_options): Add spec for -ftabstop=. | Neil Booth | 1 | -2/+1 |
2000-09-11 | defaults.h: Provide default definitions for... | Zack Weinberg | 4 | -52/+11 |
2000-08-29 | top level: | Zack Weinberg | 3 | -3/+8 |
2000-08-25 | Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o. | Mark Mitchell | 2 | -2/+6 |
2000-08-21 | lang-specs.h: Do not process -o or run the assembler if -fsyntax-only. | Nix | 2 | -2/+8 |
2000-08-07 | * decl.c: Fix a comment typo. | Kazu Hirata | 2 | -1/+5 |
2000-08-05 | [multiple changes] | Zack Weinberg | 3 | -8/+10 |
2000-07-31 | Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and xcpp to cpp through... | Zack Weinberg | 2 | -1/+5 |
2000-07-31 | * Makefile.in: Remove naked "^L". | Casper Dik | 2 | -1/+5 |
2000-07-13 | gcc.c (do_spec_1): Add new %B operator. | Zack Weinberg | 2 | -20/+10 |
2000-07-12 | gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of -traditional, -ftradi... | Zack Weinberg | 1 | -4/+4 |
2000-06-14 | tree.h (TYPE_USER_ALIGN, [...]): Define. | Jakub Jelinek | 3 | -1/+17 |
2000-06-13 | Make-lang.in (CHILL.install-common): Use $(INSTALL_SCRIPT), not $(INSTALL_PRO... | Maciej W. Rozycki | 2 | -2/+7 |
2000-06-11 | Warning fixes: | Kaveh R. Ghazi | 3 | -6/+17 |
2000-06-06 | configure.in (AC_C_INLINE): Added. | Philipp Thomas | 3 | -9/+32 |
2000-06-03 | * chill.texi (INFO-DIR-ENTRY): Fix chill entry. | Jeffrey A Law | 2 | -1/+5 |
2000-06-02 | alias.c (lang_get_alias_set): Remove. | Richard Henderson | 2 | -0/+17 |
2000-05-27 | tree.h (TREE_CODE_LENGTH): New macro. | Richard Kenner | 3 | -5/+12 |
2000-05-18 | * Makefile.in (hash.h): Delete a redundant use of gawk and sed. | Chris Demetriou | 2 | -4/+6 |
2000-05-17 | Add options -Wunused-variable, -Wunused-function, -Wunused-label, | Andrew Cagney | 2 | -2/+8 |
2000-05-09 | top level: | Zack Weinberg | 8 | -34/+34 |
2000-05-04 | bb-reorder.c (get_next_bb_note, [...]): Prototype. | Kaveh R. Ghazi | 2 | -1/+5 |
2000-05-03 | Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long. | Jason Merrill | 1 | -2/+2 |
2000-04-18 | cccp.c, [...]: Removed. | Zack Weinberg | 3 | -4/+6 |
2000-04-03 | Should have been committed with previous batch | Zack Weinberg | 1 | -0/+4 |
2000-04-03 | gcc.c (C specs): Pass -f(no-)show-column to the preprocessor. | Zack Weinberg | 1 | -0/+1 |
2000-03-30 | builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst. | Richard Kenner | 2 | -1/+5 |
2000-03-25 | * Rework fields used to describe positions of bitfields and | Richard Kenner | 3 | -3/+10 |
2000-03-17 | * Clean up usages of TREE_INT_CST_LOW. | Richard Kenner | 2 | -106/+169 |
2000-03-07 | rtl.h (rtunion_def): Constify member `rtstr'. | Kaveh R. Ghazi | 2 | -1/+5 |
2000-03-07 | tree.h (INT_CST_LT, [...]): Remove unneeded casts. | Richard Kenner | 4 | -8/+21 |
2000-02-29 | c-decl.c (current_function_decl): Move to toplev.c. | Martin v. Löwis | 2 | -4/+4 |
2000-02-28 | * Eliminate DECL_FIELD_SIZE. | Richard Kenner | 4 | -48/+47 |