Age | Commit message (Expand) | Author | Files | Lines |
2004-12-09 | Makefile.am: Add ../config to ACLOCAL_AMFLAGS. | Kelley Cook | 5 | -9/+12 |
2004-12-02 | Introduce and use config/gcc-version.m4. | Richard Sandiford | 6 | -11/+33 |
2004-11-30 | Makefile.am: Define ACLOCAL_AMFLAGS. | Kelley Cook | 8 | -953/+42 |
2004-11-25 | Makefile.am: Revert previous. | Kelley Cook | 7 | -34/+960 |
2004-11-24 | Makefile.am: Define ACLOCAL_AMFLAGS. | Kelley Cook | 7 | -953/+41 |
2004-11-24 | target-libpath.exp: New file defining set_ld_library_path_env_vars and restor... | John David Anglin | 2 | -14/+21 |
2004-11-24 | Makefile.in, [...]: Regenerate with automake 1.9.3. | Kelley Cook | 5 | -101/+236 |
2004-11-01 | configure.ac: (target_alias): Default to $host_alias, not $target. | Andreas Schwab | 3 | -2/+8 |
2004-10-28 | fail35-,pass53-,pass54-frag.c: New tests. | Frank Ch. Eigler | 5 | -1/+104 |
2004-10-25 | re PR other/18138 (libgcc_s.so.1 not found by 64-bit testsuite) | Eric Botcazou | 2 | -1/+6 |
2004-10-13 | configure.ac: Check for more headers, functions. | Frank Ch. Eigler | 11 | -39/+492 |
2004-10-05 | * thanks kcook | Frank Ch. Eigler | 3 | -4/+8 |
2004-10-04 | configure.ac: Look for more headers & functions. | Frank Ch. Eigler | 8 | -25/+491 |
2004-10-03 | * fixing typos in accidental checkin | Frank Ch. Eigler | 1 | -2/+2 |
2004-10-02 | tree-mudflap.c (mf_build_check_statement_for): Reorganize to take check-base ... | Frank Ch. Eigler | 4 | -0/+81 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 2 | -1/+5 |
2004-09-07 | configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions. | Frank Ch. Eigler | 10 | -46/+696 |
2004-08-03 | mf-runtime.c: Conditionalize POSIX_SOURCE for Darwin. | Dale Johannesen | 2 | -1/+5 |
2004-08-03 | mf-runtime.c (compare_uintptr_t): Remove function. | Frank Ch. Eigler | 2 | -23/+16 |
2004-07-27 | mf-runtime.c (__mf_fini): Set mudflap_mode to mode_nop in the statically link... | Ulrich Weigand | 2 | -0/+11 |
2004-07-27 | splay-tree.[ch]: Remove. | Frank Ch. Eigler | 7 | -698/+592 |
2004-07-21 | * whitespace tweak | Frank Ch. Eigler | 1 | -2/+1 |
2004-07-21 | mf-runtime.c (__mfu_check): Remove mistaken mode-nop handling. | Frank Ch. Eigler | 3 | -5/+24 |
2004-07-20 | mf-impl.h (__mf_options): Add ignore_reads and timestamps fields. | Frank Ch. Eigler | 4 | -10/+29 |
2004-07-15 | * Fix for g++/15861 | Frank Ch. Eigler | 2 | -2/+12 |
2004-07-09 | Test case for g++/15861 | Frank Ch. Eigler | 5 | -2/+73 |
2004-07-08 | ANSI C conversion, libmudflap specialization, recursion limiting. | Frank Ch. Eigler | 4 | -287/+388 |
2004-07-05 | libtool-version: New. | Matthias Klose | 6 | -65/+51 |
2004-07-05 | tree-mudflap.c: Include cgraph.h. | Zack Weinberg | 2 | -6/+18 |
2004-06-29 | [multiple changes] | Frank Ch. Eigler | 8 | -26/+674 |
2004-06-29 | configure.ac (AC_CHECK_HEADERS): Add dirent.h configure: Regenerate. | Nick Clifton | 4 | -34/+73 |
2004-06-29 | (pthread_join): Only apply the weak pragma if the function actually exists. | Nick Clifton | 1 | -0/+4 |
2004-06-25 | * quick build fix | Frank Ch. Eigler | 4 | -1/+11 |
2004-06-24 | Adopt splay trees for object database. | Frank Ch. Eigler | 11 | -1135/+892 |
2004-06-18 | Fix incorrect year for some ChangeLog entries. | R. Kelley Cook | 1 | -2/+2 |
2004-06-15 | configure.ac: New name of configure.in. | Paolo Bonzini | 7 | -2010/+1588 |
2004-06-15 | Added .cvsignore entry for autom4te.cache to boehm-gc, libffi and | Paolo Bonzini | 2 | -0/+5 |
2004-06-10 | re PR libmudflap/13505 ([tree-ssa] libmudflap mf-hooks2.c build failure on cy... | Stephen Crowley | 2 | -2/+7 |
2004-06-09 | ctype support. | Frank Ch. Eigler | 8 | -3/+213 |
2004-06-04 | Portability improvements, e.g., libmudflap/15293. | Frank Ch. Eigler | 20 | -2475/+2408 |
2004-06-04 | configure.in (LIBMUDFLAPTH): Fix thinko. | Per Bothner | 6 | -7/+55 |
2004-06-01 | config.h.in: Regenerated. | Andreas Jaeger | 3 | -174/+336 |
2004-06-01 | configure.in: Handle multilibs, support --enable-version-specific-runtime-libs. | Andreas Jaeger | 7 | -3034/+7365 |
2004-05-21 | Makefile.am (AM_MAKEFLAGS): Pass RUNTESTFLAGS. | Frank Ch. Eigler | 3 | -0/+7 |
2004-05-18 | acinclude.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*. | Kaz Kojima | 4 | -3/+8 |
2004-05-17 | libmudflap.exp (libmudflap-init): For C++ test cases only... | Frank Ch. Eigler | 6 | -12/+43 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 103 | -0/+16403 |