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