summaryrefslogtreecommitdiff
path: root/libmudflap
Commit message (Expand)AuthorAgeFilesLines
* Fix FreeBSD fopen instrumentation.James E Wilson2005-08-222-0/+11
* Fix FreeBSD failure with recursive malloc call.James E Wilson2005-08-184-2/+59
* All files: Update FSF address.Kelley Cook2005-08-1711-18/+22
* mf-hooks3.c (main_seen_p): Remove.Ulrich Weigand2005-08-152-19/+9
* configure.ac: Test for the name of the symbol used for the entry point...Maciej W. Rozycki2005-08-155-4/+101
* mf-runtime.c (__mf_state_1): Initialize to reentrant.Ulrich Weigand2005-08-145-29/+24
* gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit.Richard Henderson2005-07-1612-832/+611
* * testsuite/libmudflap.c/externs-1.c (main): Add return statement.Ulrich Weigand2005-06-192-0/+6
* Fix for uncaching bug reported by Herman ten Brugge.Frank Ch. Eigler2005-06-153-5/+67
* re PR libmudflap/21724 (libmudflap/Makefile.am, refusing to install mf-runtim...Alfred M. Szmidt2005-06-143-0/+8
* re PR libmudflap/21023 (mudflap reports errors for external array variable wi...Frank Ch. Eigler2005-06-145-1/+67
* re PR testsuite/21094 (libmudflap C++ tests run even when C++ not configured)Frank Ch. Eigler2005-06-143-0/+13
* re PR libmudflap/22064 (libmudflap contains possible alias violations)Frank Ch. Eigler2005-06-142-16/+16
* * configure: Regenerate.Mike Stump2005-05-102-1/+5
* * configure: Regenerate.Mike Stump2005-04-132-1/+66
* re PR other/19266 ([mudflap] ICE when compiling with -fmudflap -O)Frank Ch. Eigler2005-04-123-1/+32
* * mf-runtime.h: Add libmudflap copyright clause.Mike Stump2005-04-072-0/+36
* * mf-runtime.c (__mfu_unregister): Warning fix for char unsigned.Alan Modra2005-04-042-3/+6
* mf-heuristics.c: Fix whitespace at end of line.Mike Stump2005-03-228-262/+272
* configure.ac: Do not invoke TL_AC_GCC_VERSION.Zack Weinberg2005-03-217-40/+26
* mf-runtime.c (__mfu_check): Respect ignore_reads configuration.Frank Ch. Eigler2005-03-174-1/+42
* * typo fixFrank Ch. Eigler2005-02-131-0/+1
* re PR libmudflap/19319 (Mudflap produce many violations on simple, correct c+...Frank Ch. Eigler2005-02-132-0/+11
* * testsuite/libmudflap.c/pass32-frag.c: Fix typo.Richard Henderson2005-01-052-2/+6
* mf-impl.h (uintptr_t): Get typedef via stdint.h or define explicitly.Greg McGary2005-01-0211-28/+107
* Makefile.am: Add ../config to ACLOCAL_AMFLAGS.Kelley Cook2004-12-095-9/+12
* Introduce and use config/gcc-version.m4.Richard Sandiford2004-12-026-11/+33
* Makefile.am: Define ACLOCAL_AMFLAGS.Kelley Cook2004-11-308-953/+42
* Makefile.am: Revert previous.Kelley Cook2004-11-257-34/+960
* Makefile.am: Define ACLOCAL_AMFLAGS.Kelley Cook2004-11-247-953/+41
* target-libpath.exp: New file defining set_ld_library_path_env_vars and restor...John David Anglin2004-11-242-14/+21
* Makefile.in, [...]: Regenerate with automake 1.9.3.Kelley Cook2004-11-245-101/+236
* configure.ac: (target_alias): Default to $host_alias, not $target.Andreas Schwab2004-11-013-2/+8
* fail35-,pass53-,pass54-frag.c: New tests.Frank Ch. Eigler2004-10-285-1/+104
* re PR other/18138 (libgcc_s.so.1 not found by 64-bit testsuite)Eric Botcazou2004-10-252-1/+6
* configure.ac: Check for more headers, functions.Frank Ch. Eigler2004-10-1311-39/+492
* * thanks kcookFrank Ch. Eigler2004-10-053-4/+8
* configure.ac: Look for more headers & functions.Frank Ch. Eigler2004-10-048-25/+491
* * fixing typos in accidental checkinFrank Ch. Eigler2004-10-031-2/+2
* tree-mudflap.c (mf_build_check_statement_for): Reorganize to take check-base ...Frank Ch. Eigler2004-10-024-0/+81
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-152-1/+5
* configure.ac: Look for pwd.h, grp.h, netdb.h headers and functions.Frank Ch. Eigler2004-09-0710-46/+696
* mf-runtime.c: Conditionalize POSIX_SOURCE for Darwin.Dale Johannesen2004-08-032-1/+5
* mf-runtime.c (compare_uintptr_t): Remove function.Frank Ch. Eigler2004-08-032-23/+16
* mf-runtime.c (__mf_fini): Set mudflap_mode to mode_nop in the statically link...Ulrich Weigand2004-07-272-0/+11
* splay-tree.[ch]: Remove.Frank Ch. Eigler2004-07-277-698/+592
* * whitespace tweakFrank Ch. Eigler2004-07-211-2/+1
* mf-runtime.c (__mfu_check): Remove mistaken mode-nop handling.Frank Ch. Eigler2004-07-213-5/+24
* mf-impl.h (__mf_options): Add ignore_reads and timestamps fields.Frank Ch. Eigler2004-07-204-10/+29
* * Fix for g++/15861Frank Ch. Eigler2004-07-152-2/+12