Age | Commit message (Expand) | Author | Files | Lines |
2005-11-22 | libmudflap.exp (libmudflap-init): Remove -static from MUDFLAP_FLAGS if static... | Janis Johnson | 7 | -5/+48 |
2005-10-31 | .cvsignore are not needed for subversion, remove them. | Andreas Jaeger | 1 | -1/+0 |
2005-10-04 | This avoids small data/gp reloc overflow errors. | James E Wilson | 3 | -3/+10 |
2005-09-30 | Don't build thread library for targets that don't support threads. | James E Wilson | 3 | -57/+97 |
2005-09-30 | Fix mips-elf gp relocation overflow errors. | James E Wilson | 2 | -2/+7 |
2005-09-29 | We can only wrap mmap if it exists. | James E Wilson | 2 | -0/+10 |
2005-09-23 | re PR libmudflap/23084 (mudflap crash upon accept() with argement 2 and 3 as ... | Frank Ch. Eigler | 2 | -1/+7 |
2005-09-23 | pass58-frag.cxx: New test for heisenbug 19319. | Frank Ch. Eigler | 2 | -0/+16 |
2005-09-23 | enable.m4: New file. | Tom Tromey | 6 | -63/+16 |
2005-08-22 | Fix FreeBSD fopen instrumentation. | James E Wilson | 2 | -0/+11 |
2005-08-18 | Fix FreeBSD failure with recursive malloc call. | James E Wilson | 4 | -2/+59 |
2005-08-17 | All files: Update FSF address. | Kelley Cook | 11 | -18/+22 |
2005-08-15 | mf-hooks3.c (main_seen_p): Remove. | Ulrich Weigand | 2 | -19/+9 |
2005-08-15 | configure.ac: Test for the name of the symbol used for the entry point... | Maciej W. Rozycki | 5 | -4/+101 |
2005-08-14 | mf-runtime.c (__mf_state_1): Initialize to reentrant. | Ulrich Weigand | 5 | -29/+24 |
2005-07-16 | gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit. | Richard Henderson | 12 | -832/+611 |
2005-06-19 | * testsuite/libmudflap.c/externs-1.c (main): Add return statement. | Ulrich Weigand | 2 | -0/+6 |
2005-06-15 | Fix for uncaching bug reported by Herman ten Brugge. | Frank Ch. Eigler | 3 | -5/+67 |
2005-06-14 | re PR libmudflap/21724 (libmudflap/Makefile.am, refusing to install mf-runtim... | Alfred M. Szmidt | 3 | -0/+8 |
2005-06-14 | re PR libmudflap/21023 (mudflap reports errors for external array variable wi... | Frank Ch. Eigler | 5 | -1/+67 |
2005-06-14 | re PR testsuite/21094 (libmudflap C++ tests run even when C++ not configured) | Frank Ch. Eigler | 3 | -0/+13 |
2005-06-14 | re PR libmudflap/22064 (libmudflap contains possible alias violations) | Frank Ch. Eigler | 2 | -16/+16 |
2005-05-10 | * configure: Regenerate. | Mike Stump | 2 | -1/+5 |
2005-04-13 | * configure: Regenerate. | Mike Stump | 2 | -1/+66 |
2005-04-12 | re PR other/19266 ([mudflap] ICE when compiling with -fmudflap -O) | Frank Ch. Eigler | 3 | -1/+32 |
2005-04-07 | * mf-runtime.h: Add libmudflap copyright clause. | Mike Stump | 2 | -0/+36 |
2005-04-04 | * mf-runtime.c (__mfu_unregister): Warning fix for char unsigned. | Alan Modra | 2 | -3/+6 |
2005-03-22 | mf-heuristics.c: Fix whitespace at end of line. | Mike Stump | 8 | -262/+272 |
2005-03-21 | configure.ac: Do not invoke TL_AC_GCC_VERSION. | Zack Weinberg | 7 | -40/+26 |
2005-03-17 | mf-runtime.c (__mfu_check): Respect ignore_reads configuration. | Frank Ch. Eigler | 4 | -1/+42 |
2005-02-13 | * typo fix | Frank Ch. Eigler | 1 | -0/+1 |
2005-02-13 | re PR libmudflap/19319 (Mudflap produce many violations on simple, correct c+... | Frank Ch. Eigler | 2 | -0/+11 |
2005-01-05 | * testsuite/libmudflap.c/pass32-frag.c: Fix typo. | Richard Henderson | 2 | -2/+6 |
2005-01-02 | mf-impl.h (uintptr_t): Get typedef via stdint.h or define explicitly. | Greg McGary | 11 | -28/+107 |
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 |