Age | Commit message (Expand) | Author | Files | Lines |
2008-09-07 | Disabled printing of file descriptor value in order to make the test results ... | bart | 2 | -2/+2 |
2008-08-27 | Enabled capget and capset system calls for amd64, ppc32 and ppc64. | bart | 3 | -7/+6 |
2008-08-27 | Added regression test for Linux' capget system call. | bart | 4 | -0/+65 |
2008-08-25 | Fix regression on none/tests/faultstatus caused by r8522. | sewardj | 1 | -1/+1 |
2008-08-22 | Rework storage management in the Dwarf3 type and variable reader, to | sewardj | 6 | -152/+187 |
2008-08-22 | Try and bit a bit more space-economical, by increasing the | sewardj | 1 | -2/+9 |
2008-08-20 | Make the absolute bare minimum changes needed to stop the Dwarf3 | sewardj | 1 | -2/+7 |
2008-08-19 | Fix RPM/spec build. (Daniel J Blueman) | sewardj | 1 | -1/+1 |
2008-08-19 | Make VG_(addToXA) and VG_(addBytesToXA) 64-bit clean. | sewardj | 3 | -11/+11 |
2008-08-19 | Move the WordFM (AVL trees of UWord-pairs) implementation from | sewardj | 8 | -361/+297 |
2008-08-19 | Tidy up VG_(stat) usage in VG_(check_executable). Followup to r8522. | sewardj | 1 | -10/+1 |
2008-08-19 | Presently, Valgrind (non-client) code that wants to use the stat | sewardj | 7 | -48/+145 |
2008-08-18 | The address space manager, and in particular the NSegment type, | sewardj | 4 | -38/+37 |
2008-08-08 | Handle new IR ops Iop_RoundF64toF64_*. | sewardj | 1 | -0/+4 |
2008-08-07 | Tidy up the wrappers for pread64 and pwrite64, and make these two | sewardj | 6 | -45/+51 |
2008-08-02 | Added yet another Qt4 suppression pattern. | bart | 1 | -0/+11 |
2008-08-02 | Ensured that the qt4 regression tests compile with the pkg-config flags on al... | bart | 4 | -9/+12 |
2008-08-02 | Qt4 detection test is now based on pkg-config. Qt4 QMutex::tryLock(int) test ... | bart | 1 | -30/+37 |
2008-07-29 | Un-break configure test for clock_gettime(). | bart | 1 | -5/+4 |
2008-07-29 | Removed duplicate volatile keyword such that the compiler does no longer prin... | bart | 1 | -1/+1 |
2008-07-29 | Switched from ANSI C stdio to Unix I/O in order to avoid that the I/O stateme... | bart | 1 | -3/+2 |
2008-07-29 | Compiles now with old versions of <sys/epoll.h> too. | bart | 1 | -0/+1 |
2008-07-29 | Updated Makefile.am. | bart | 1 | -1/+2 |
2008-07-29 | Removed duplicate expected output file. | bart | 1 | -14/+0 |
2008-07-29 | Added suppression pattern for Qt4.0/4.1. | bart | 1 | -0/+7 |
2008-07-29 | Added expected output for comiler versions without support for built-in atomi... | bart | 2 | -0/+18 |
2008-07-29 | Add a followup comment to the changes in r8454, which made memcheck's | sewardj | 1 | -0/+8 |
2008-07-28 | Attempted to make DRD documentation compatible with pdfxmltex. Added note abo... | bart | 1 | -104/+18 |
2008-07-28 | Sorted noinst_HEADERS filenames alphabetically. | bart | 1 | -6/+6 |
2008-07-28 | Reverted commit 8448. | bart | 1 | -13/+13 |
2008-07-28 | Added configure test for QMutex::tryLock(int). | bart | 2 | -1/+30 |
2008-07-28 | Fixed race condition. | bart | 1 | -1/+2 |
2008-07-23 | Include inlined C files in tarball, else it's not buildable. | sewardj | 1 | -1/+6 |
2008-07-22 | Temporarily comment out a couple of XML fragments which cause the .pdf | sewardj | 1 | -1/+8 |
2008-07-22 | Change memcheck's (client) realloc implementation so that it copies | sewardj | 1 | -16/+37 |
2008-07-22 | * handle sys_getprocs64 on ppc32-aix5 | sewardj | 3 | -2/+14 |
2008-07-22 | Origin-tracking fix: make sure that we have a shadow-origin (B) | sewardj | 1 | -6/+16 |
2008-07-18 | Temporarily disable Qt4-related tests, as they don't build on systems | sewardj | 1 | -13/+13 |
2008-07-18 | Always include the X client library suppressions, and don't bother doing | sewardj | 1 | -9/+7 |
2008-07-18 | Remove initial settings of CXXFLAGS/CPPFLAGS, as they cause | sewardj | 1 | -2/+0 |
2008-07-18 | Fix a silly mistake resulting in a bunch of global variables being | sewardj | 1 | -17/+17 |
2008-07-18 | Format string fixes for ppc{32,64}-aix5. | sewardj | 11 | -201/+208 |
2008-07-18 | Stop mpxlc complaining about GNU-isms when compiling libmpiwrap.c. | sewardj | 1 | -2/+2 |
2008-07-18 | * Make sure we're using GNU sed; install can otherwise fail | sewardj | 1 | -1/+21 |
2008-07-18 | When the leak checker finds overlapping blocks report the details | tom | 1 | -8/+14 |
2008-07-18 | When warning about permissions being changed on a large chunk of | tom | 1 | -1/+2 |
2008-07-13 | Added -m32 flag, such that the SPLASH-2 benchmarks are compiled in 32-bit mod... | bart | 1 | -1/+64 |
2008-07-13 | Enabled Radiosity benchmark. | bart | 1 | -3/+1 |
2008-07-12 | Raytrace benchmark now runs as it should. | bart | 1 | -1/+1 |
2008-07-12 | Restored proper compiler flag order. | bart | 1 | -7/+7 |