Age | Commit message (Expand) | Author | Files | Lines |
2000-12-17 | Makefile.in (check-po): Use $(MAKE). | Richard Earnshaw | 1 | -5/+5 |
2000-12-12 | * Makefile.in (distclean): Remove safe-ctype.c as well. | Mike Stump | 1 | -1/+1 |
2000-12-09 | Makefile.in: use $(build_exeext) for all build system executable targets. | Laurynas Biveinis | 1 | -46/+49 |
2000-12-09 | oops, that was a mistake | DJ Delorie | 1 | -98/+48 |
2000-12-09 | install.texi: remove i[345]86-*-winnt3.5 section. | Laurynas Biveinis | 1 | -48/+98 |
2000-12-08 | configure.in: Don't define INSTALL_INFO. | Joseph Myers | 1 | -17/+21 |
2000-12-08 | * Makefile.in (distclean): Remove alloca.c hashtab.c. | Mike Stump | 1 | -1/+1 |
2000-12-08 | safe-ctype.h: New file. | Zack Weinberg | 1 | -1/+6 |
2000-12-05 | Makefile.in (fixinc.sh): Pass $WARN_CFLAGS into fixinc dir. | Kaveh R. Ghazi | 1 | -1/+2 |
2000-12-03 | Makefile.in: use $(build_canonical), not $(canonical_build). | Laurynas Biveinis | 1 | -1/+1 |
2000-12-03 | Move the region scheduling code out of haifa-sched.c. | Bernd Schmidt | 1 | -1/+4 |
2000-12-03 | pass canonical build name to mkfixinc.sh. Use it for choosing the fix build ... | Laurynas Biveinis | 1 | -2/+2 |
2000-12-03 | Move dependency code out of haifa-sched.c | Bernd Schmidt | 1 | -1/+4 |
2000-12-03 | Move scheduling visualization code to separate file. | Bernd Schmidt | 1 | -1/+3 |
2000-12-03 | Try to separate region-specific code from generic parts in the scheuler. | Bernd Schmidt | 1 | -1/+1 |
2000-11-26 | Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. | Neil Booth | 1 | -5/+1 |
2000-11-25 | Makefile.in ($(INTL_TARGETS)): Added $(CONFIG_H) for insn-codes.h. | Alexandre Oliva | 1 | -1/+1 |
2000-11-25 | Add support for target specific, language specific object files. | Nick Clifton | 1 | -1/+8 |
2000-11-24 | Overhaul sequence point warnings (again) | Bernd Schmidt | 1 | -1/+1 |
2000-11-23 | gcc toplevel: | J"orn Rennecke | 1 | -20/+30 |
2000-11-22 | Makefile.in, [...]: Expunge remaining traces of facility for running MD files... | Zack Weinberg | 1 | -14/+1 |
2000-11-22 | gcov.texi: Add magic comments for texi2pod.pl. | Joseph Myers | 1 | -1/+14 |
2000-11-22 | rtl.h (traverse_md_constants): Declare. | J"orn Rennecke | 1 | -3/+9 |
2000-11-19 | Makefile.in (tradcpp.o, tradcif.o): Depend on tradcpp.h. | Kaveh R. Ghazi | 1 | -2/+2 |
2000-11-17 | ggc.h: Delete ggc_add_string_root and ggc_mark_string. | Zack Weinberg | 1 | -1/+1 |
2000-11-17 | Makefile.in (config.status): Depend on config.gcc. | Hans-Peter Nilsson | 1 | -1/+1 |
2000-11-17 | stringpool.c: New file. | Zack Weinberg | 1 | -1/+4 |
2000-11-14 | Michael Matz <matzmich@cs.tu-berlin.de> | Michael Matz | 1 | -1/+3 |
2000-11-10 | configure.in: Remove AC_PROG_LEX and AC_PROG_YACC. | Zack Weinberg | 1 | -18/+12 |
2000-11-10 | libgcc2.c (__shtab): Remove __shtab variable. | Jeff Law | 1 | -1/+1 |
2000-11-10 | Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o. | Mark Mitchell | 1 | -1/+5 |
2000-11-10 | * Makefile.in (distclean): Remove a few extra leftovers. | Mike Stump | 1 | -0/+5 |
2000-11-09 | mklibgcc.in (EXTRA_MULTILIB_PARTS): Prevent `make' from interpreting $out as ... | Alexandre Oliva | 1 | -0/+8 |
2000-11-05 | Makefile.in: Remove all targets related to building distributions and diffs, ... | Joseph Myers | 1 | -115/+4 |
2000-11-03 | builtins.c (expand_builtin_strlen): Remove unused mode argument. | Zack Weinberg | 1 | -2/+2 |
2000-11-03 | Makefile.in (fold-const.o): Depend on $(GGC_H), not ggc.h. | Kaveh R. Ghazi | 1 | -3/+3 |
2000-10-28 | New macro expander. | Neil Booth | 1 | -2/+1 |
2000-10-27 | regrename.c: Rewrite to handle multi-register modes and cond_exec instructions. | Bernd Schmidt | 1 | -3/+3 |
2000-10-27 | configure.in: If not NO_MINUS_C_MINUS_O, substitute OUTPUT_OPTION with '-o $@'. | Zack Weinberg | 1 | -67/+113 |
2000-10-26 | Makefile.in (site.exp): Define HAVE_LIBSTDCXX_V3. | Mark Mitchell | 1 | -0/+1 |
2000-10-25 | alias.c: Include basic-block.h. | John Wehle | 1 | -2/+2 |
2000-10-24 | Makefile.in (check-po): New target for doing checks in the po subdir if all l... | Philipp Thomas | 1 | -1/+7 |
2000-10-20 | Makefile.in (SHLIB_NM_FLAGS): New. | David Edelsohn | 1 | -1/+5 |
2000-10-18 | Adding new option -ftrapv. | Chandrakala Chavva | 1 | -0/+2 |
2000-10-13 | Makefile.in (c-parse.c, tradcif.c): Create atomically. | Kaveh R. Ghazi | 1 | -2/+4 |
2000-10-13 | Remove obstacks. | Mark Mitchell | 1 | -3/+1 |
2000-10-09 | Makefile.in (LANG_LIB2FUNCS): Remove. | Richard Henderson | 1 | -4/+3 |
2000-10-08 | Makefile.in (libgcc.mk): Pass SHLIB_EXT, not SHLIB_LIBS. | Richard Henderson | 1 | -1/+1 |
2000-10-05 | Makefile.in (NM_FOR_TARGET): New. | Richard Henderson | 1 | -0/+14 |
2000-10-05 | Makefile.in (LIB2FUNCS): Add _clz. | Richard Henderson | 1 | -1/+1 |