]>
git.ipfire.org Git - thirdparty/valgrind.git/log
Bart Van Assche [Sat, 28 Jun 2008 13:01:30 +0000 (13:01 +0000)]
Some time ago reporting sending POSIX signals where the mutex associated
with the signal via pthread_cond_wait()/pthread_cond_timedwait() was
disabled. Reenabled this report, made it configurable, and added a
regression test for the new command line option.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8295
Bart Van Assche [Sat, 28 Jun 2008 11:53:01 +0000 (11:53 +0000)]
Delayed thread termination such that the "other segment" information is included in the data race reports.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8294
Bart Van Assche [Sat, 28 Jun 2008 10:00:37 +0000 (10:00 +0000)]
Moved shell statements for building Firefox to a separate file.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8293
Bart Van Assche [Sat, 28 Jun 2008 09:59:35 +0000 (09:59 +0000)]
Swapped two mkdir statements.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8292
Bart Van Assche [Sat, 28 Jun 2008 07:19:56 +0000 (07:19 +0000)]
Renamed "danger set" into "conflict set".
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8291
Bart Van Assche [Fri, 27 Jun 2008 19:25:35 +0000 (19:25 +0000)]
Fixed typo.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8290
Bart Van Assche [Fri, 27 Jun 2008 15:00:07 +0000 (15:00 +0000)]
Moved --trace-segment from regular to debugging options.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8289
Bart Van Assche [Fri, 27 Jun 2008 14:56:48 +0000 (14:56 +0000)]
Added a reference to a paper about data race detection.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8288
Bart Van Assche [Fri, 27 Jun 2008 14:56:06 +0000 (14:56 +0000)]
Continued working on the DRD documentation.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8287
Bart Van Assche [Fri, 27 Jun 2008 07:50:11 +0000 (07:50 +0000)]
Fixed filter.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8286
Bart Van Assche [Fri, 27 Jun 2008 07:33:18 +0000 (07:33 +0000)]
Added extra filtering for the stderr output of malloc_free_fill such that the output of this test becomes independent of the Linux distribution the test is run on. Should fix #162819.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8285
Bart Van Assche [Thu, 26 Jun 2008 08:58:25 +0000 (08:58 +0000)]
Let the compiler print a comprehensible error message if it does not provide built-in functions for atomic memory access.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8284
Bart Van Assche [Thu, 26 Jun 2008 08:43:12 +0000 (08:43 +0000)]
Added configure test for the gcc/icc built-in functions for atomic memory access (__sync_bool_compare_and_swap() a.o.).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8283
Bart Van Assche [Thu, 26 Jun 2008 08:34:53 +0000 (08:34 +0000)]
Added ppc implementation of atomic compare and swap.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8282
Bart Van Assche [Thu, 26 Jun 2008 07:31:15 +0000 (07:31 +0000)]
Use same flags for OpenMP regression tests as for the other regression tests.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8281
Bart Van Assche [Thu, 26 Jun 2008 07:30:32 +0000 (07:30 +0000)]
Minor change of the help text.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8280
Bart Van Assche [Tue, 24 Jun 2008 09:54:05 +0000 (09:54 +0000)]
Reworked test such that file locking is now triggered from two different processes.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8277
Julian Seward [Tue, 24 Jun 2008 09:51:55 +0000 (09:51 +0000)]
Handle apparently-bogus DW_TAG_compilation_unit DIE that shows up in
gcc-4.3 output. My reading of the DWARF3 standard is that a
DW_TAG_compilation_unit should have either DW_AT_ranges or a
(DW_AT_low_pc, DW_AT_high_pc) pair, but not both. So I think this is
a gcc bug.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8276
Julian Seward [Tue, 24 Jun 2008 09:48:39 +0000 (09:48 +0000)]
Suppress false positives in Memcheck caused by very clever coding in zlib.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8275
Bart Van Assche [Mon, 23 Jun 2008 18:57:48 +0000 (18:57 +0000)]
Added missing mode_t argument to open() system call.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8274
Bart Van Assche [Mon, 23 Jun 2008 12:41:00 +0000 (12:41 +0000)]
Changed the unusual "%s", "" back to "".
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8273
Bart Van Assche [Mon, 23 Jun 2008 12:29:53 +0000 (12:29 +0000)]
Fixed mismatches between format string and argument list. Output should be binary identical to the output before this patch.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8272
Bart Van Assche [Mon, 23 Jun 2008 12:25:12 +0000 (12:25 +0000)]
Result of timerfd() syscall is no longer printed to stdout, which should make this regression test more reproducible.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8271
Bart Van Assche [Mon, 23 Jun 2008 12:11:49 +0000 (12:11 +0000)]
Pass the flag -Wno-format-zero-length to gcc (if supported by gcc) while compiling tools. This flag only affects those tools for which -Wformat is enabled (at this time only exp-drd).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8270
Bart Van Assche [Mon, 23 Jun 2008 11:43:28 +0000 (11:43 +0000)]
Added regression test for POSIX advisory locking (fcntl(..., F_SETFL, ...)).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8269
Bart Van Assche [Sun, 22 Jun 2008 13:05:00 +0000 (13:05 +0000)]
Eliminated out-of-line copy of vc_lte().
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8268
Bart Van Assche [Sat, 21 Jun 2008 18:16:40 +0000 (18:16 +0000)]
Updated results.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8267
Bart Van Assche [Sat, 21 Jun 2008 16:28:24 +0000 (16:28 +0000)]
Moved support for Linux-specific system call sys_init_module from generic to Linux wrappers. Added wrapper for sys_delete_module system call.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8266
Bart Van Assche [Sat, 21 Jun 2008 08:07:40 +0000 (08:07 +0000)]
Works now with older kernels too.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8265
Bart Van Assche [Fri, 20 Jun 2008 12:37:41 +0000 (12:37 +0000)]
Re-enabled raytrace.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8264
Bart Van Assche [Fri, 20 Jun 2008 10:41:12 +0000 (10:41 +0000)]
Enabled support for the init_module() system call on amd64. Should fix #164476.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8263
Bart Van Assche [Fri, 20 Jun 2008 07:52:28 +0000 (07:52 +0000)]
Disabled radiosity test because it seems to hang when p >= 2. Updated results.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8262
Julian Seward [Thu, 19 Jun 2008 16:24:49 +0000 (16:24 +0000)]
Merge (from 3_3_BRANCH) some parts of r8168 (Fix up suppressions for Ubuntu 8.04.)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8261
Bart Van Assche [Thu, 19 Jun 2008 16:14:30 +0000 (16:14 +0000)]
Changed cache size passed to FFT again to half of the real cache size such that the test fits again in 2 GB RAM.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8260
Bart Van Assche [Thu, 19 Jun 2008 12:42:43 +0000 (12:42 +0000)]
Restored option -room for radiosity, which had been left out accidentally.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8259
Bart Van Assche [Thu, 19 Jun 2008 07:49:49 +0000 (07:49 +0000)]
- The water-n2 and water-sp tests read the number of threads
from their input file. The input file for these tests is now
generated and now contains the proper number of threads.
- Some SPLASH2 benchmarks accept the syntax -p${p} but not -p ${p},
and some accept -p ${p} but not -p${p}.
- Commented out RAYTRACE benchmark because it seems to hang with p > 1.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8256
Bart Van Assche [Wed, 18 Jun 2008 16:07:00 +0000 (16:07 +0000)]
Support alternative locations for the pacct file.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8255
Bart Van Assche [Wed, 18 Jun 2008 14:15:11 +0000 (14:15 +0000)]
VSZ statistics are now reported properly. Added legend for result tables.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8254
Bart Van Assche [Wed, 18 Jun 2008 14:14:03 +0000 (14:14 +0000)]
Average and standard deviation are now rounded at two digits past the decimal point.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8253
Bart Van Assche [Wed, 18 Jun 2008 13:31:05 +0000 (13:31 +0000)]
Virtual memory sizes are now printed too.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8252
Bart Van Assche [Wed, 18 Jun 2008 08:56:04 +0000 (08:56 +0000)]
First two arguments of print_runtime_ratio are now avg1 and stddev1. These are no longer taken from the environment.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8250
Bart Van Assche [Wed, 18 Jun 2008 08:47:06 +0000 (08:47 +0000)]
The order in which the tests are run does now match the order of the columns in the tables with results.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8249
Bart Van Assche [Wed, 18 Jun 2008 08:26:45 +0000 (08:26 +0000)]
Renamed compile-gcc into download-and-build-gcc.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8248
Bart Van Assche [Tue, 17 Jun 2008 19:19:16 +0000 (19:19 +0000)]
Renamed download-and-build-splash2 to download-and-build-splash2.in.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8246
Bart Van Assche [Tue, 17 Jun 2008 18:31:12 +0000 (18:31 +0000)]
Make sure the splash2 binaries are always built in the same location (exp-drd/splash2).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8245
Bart Van Assche [Tue, 17 Jun 2008 15:00:55 +0000 (15:00 +0000)]
Added column for --tool=none ... -p1.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8244
Bart Van Assche [Tue, 17 Jun 2008 14:20:26 +0000 (14:20 +0000)]
Added column for --tool=none ... -p4.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8243
Bart Van Assche [Tue, 17 Jun 2008 14:19:04 +0000 (14:19 +0000)]
Updated to do list.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8242
Bart Van Assche [Tue, 17 Jun 2008 06:19:29 +0000 (06:19 +0000)]
Updated results after latest optimization.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8241
Bart Van Assche [Mon, 16 Jun 2008 20:31:16 +0000 (20:31 +0000)]
Added entry for DRD manual.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8238
Bart Van Assche [Mon, 16 Jun 2008 20:23:23 +0000 (20:23 +0000)]
Only retained the results obtained via gcc 4.3.1. Reran Core2 E6750 measurements after latest optimization.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8237
Bart Van Assche [Mon, 16 Jun 2008 20:22:18 +0000 (20:22 +0000)]
Yet another optimization: do not instrument loads and stores that match the address pattern (stack pointer + offset) when data race detection on stack variables is disabled.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8236
Bart Van Assche [Sun, 15 Jun 2008 12:22:37 +0000 (12:22 +0000)]
Continued working on DRD's documentation.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8235
Bart Van Assche [Sun, 15 Jun 2008 12:21:55 +0000 (12:21 +0000)]
Updated Testing.txt.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8234
Bart Van Assche [Sun, 15 Jun 2008 09:13:28 +0000 (09:13 +0000)]
Changed script such that DRD times are compared to native -p4 time instead of native -p1 time.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8231
Bart Van Assche [Fri, 13 Jun 2008 19:44:51 +0000 (19:44 +0000)]
Added more results.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8230
Tom Hughes [Fri, 13 Jun 2008 08:37:49 +0000 (08:37 +0000)]
Propagate the error number in x86 signal contexts to the client.
Fixes bug #163933.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8229
Julian Seward [Fri, 13 Jun 2008 07:44:02 +0000 (07:44 +0000)]
get_otrack_shadow_offset_wrk: don't assert when handling 32 bit
accesses to the x87 registers. Fixes #163794.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8228
Bart Van Assche [Thu, 12 Jun 2008 15:20:42 +0000 (15:20 +0000)]
Started converting README.txt into drd-manual.xml.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8227
Bart Van Assche [Thu, 12 Jun 2008 13:50:40 +0000 (13:50 +0000)]
Added results obtained with gcc 4.3.1.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8226
Bart Van Assche [Thu, 12 Jun 2008 13:49:49 +0000 (13:49 +0000)]
Replaced gcc version 3.4.0 by 3.4.1. Set LC_ALL=C such that gcc's warning messages show up properly in emacs compile window.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8225
Bart Van Assche [Thu, 12 Jun 2008 06:04:59 +0000 (06:04 +0000)]
Disabled bitmap cache rotation optimization because not all gcc versions compile it correctly.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8224
Bart Van Assche [Wed, 11 Jun 2008 19:17:01 +0000 (19:17 +0000)]
- Renamed s_bitmap2_creation_count into s_bitmap2_node_creation_count.
- Bug fix: bm_get_bitmap2_node_creation_count() now returns the correct
counter.
- More tl_assert() calls in drd_bitmap.h that were commented out are now
surrounded by #ifdef ENABLE_DRD_CONSISTENCY_CHECKS / #endif.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8223
Bart Van Assche [Wed, 11 Jun 2008 18:38:20 +0000 (18:38 +0000)]
Updated to do list.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8222
Bart Van Assche [Wed, 11 Jun 2008 18:37:59 +0000 (18:37 +0000)]
Fixed compiler warning.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8221
Bart Van Assche [Wed, 11 Jun 2008 18:37:34 +0000 (18:37 +0000)]
Updated after level-2 bitmap size change.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8220
Bart Van Assche [Wed, 11 Jun 2008 13:17:56 +0000 (13:17 +0000)]
- Reduced level two bitmap size from 2**16 to 2**14 addresses. This
improves the performance of exp-drd (with default settings) for
some tests.
- Some consistency checks were commented out via #if 0 / #endif because
of performance reasons. Replaced #if 0 by
#ifdef ENABLE_DRD_CONSISTENCY_CHECKS.
- Enabled -DENABLE_DRD_CONSISTENCY_CHECKS for the drd_bitmap_test
regression test.
- Updated performance measurements.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8219
Bart Van Assche [Wed, 11 Jun 2008 06:31:43 +0000 (06:31 +0000)]
Updated results after latest optimizations.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8218
Bart Van Assche [Wed, 11 Jun 2008 06:30:13 +0000 (06:30 +0000)]
Updated results after latest optimizations.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8217
Bart Van Assche [Tue, 10 Jun 2008 19:32:20 +0000 (19:32 +0000)]
Updated after latest optimizations.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8216
Bart Van Assche [Tue, 10 Jun 2008 13:55:13 +0000 (13:55 +0000)]
Another small optimization: moved code for printing memory accesses from run-time to instrumentation-time.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8215
Bart Van Assche [Tue, 10 Jun 2008 12:51:51 +0000 (12:51 +0000)]
Reworked code for memory tracing.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8214
Bart Van Assche [Tue, 10 Jun 2008 11:27:07 +0000 (11:27 +0000)]
Updated results after last optimization.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8213
Bart Van Assche [Tue, 10 Jun 2008 06:32:49 +0000 (06:32 +0000)]
Only enable the cache rotation optimization for gcc 4.2 and later.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8212
Bart Van Assche [Mon, 9 Jun 2008 19:52:37 +0000 (19:52 +0000)]
Run test only with one thread and with ten threads -- skip values inbetween.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8211
Bart Van Assche [Mon, 9 Jun 2008 19:51:41 +0000 (19:51 +0000)]
Corrected rounding.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8210
Bart Van Assche [Mon, 9 Jun 2008 19:50:51 +0000 (19:50 +0000)]
Implemented cache rotation.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8209
Bart Van Assche [Mon, 9 Jun 2008 15:18:59 +0000 (15:18 +0000)]
Memory tracing now also works while not recording memory accesses for conflict analysis. Added branch prediction hints.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8208
Bart Van Assche [Mon, 9 Jun 2008 15:08:22 +0000 (15:08 +0000)]
Commented out assert statements because of performance reasons.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8207
Bart Van Assche [Mon, 9 Jun 2008 12:43:20 +0000 (12:43 +0000)]
Reran benchmark after latest optimizations.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8206
Bart Van Assche [Sun, 8 Jun 2008 14:44:41 +0000 (14:44 +0000)]
Updated results.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8205
Bart Van Assche [Sun, 8 Jun 2008 11:22:23 +0000 (11:22 +0000)]
Only run tests with -p4 -- omitted -p1 and -p2.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8204
Bart Van Assche [Sun, 8 Jun 2008 11:21:34 +0000 (11:21 +0000)]
More maual inlining.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8203
Bart Van Assche [Sun, 8 Jun 2008 08:09:50 +0000 (08:09 +0000)]
Moved shell commands for running matinv to a separate file.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8202
Bart Van Assche [Sun, 8 Jun 2008 08:08:31 +0000 (08:08 +0000)]
Declared more inline functions static, such that the compiler can omit the out-of-line code.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8201
Bart Van Assche [Sat, 7 Jun 2008 11:40:14 +0000 (11:40 +0000)]
Reorganized SPLASH-2 benchmarking script.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8200
Bart Van Assche [Sat, 7 Jun 2008 10:43:26 +0000 (10:43 +0000)]
Split long line.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8199
Bart Van Assche [Sat, 7 Jun 2008 10:42:52 +0000 (10:42 +0000)]
- Output is now saved in a ${PROGRAM}.out file.
- Next to --check-stack-var=no, DRD with --check-stack-var=yes is also
timed.
- Added timing results for DRD compiled with gcc 4.2.1.
- Cache size specified to SPLASH-2 programs is now half of the CPU L2
cache instead of the whole cache.
- Removed command-line argument from CHOLESKY run that was not
understood by that program.
- Changed FFT problem size from -m20 to -m18 such that it fits in 2 GB
RAM.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8198
Bart Van Assche [Sat, 7 Jun 2008 10:26:31 +0000 (10:26 +0000)]
Enabled more inlining.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8197
Bart Van Assche [Fri, 6 Jun 2008 14:31:36 +0000 (14:31 +0000)]
Speed up analysis of programs that access the thread stack intensively.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8196
Bart Van Assche [Fri, 6 Jun 2008 10:18:24 +0000 (10:18 +0000)]
Enable more optimization opportunities.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8195
Bart Van Assche [Fri, 6 Jun 2008 10:17:26 +0000 (10:17 +0000)]
The run-splash2 script now works regardless from which directory it is started in.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8194
Bart Van Assche [Thu, 5 Jun 2008 13:47:15 +0000 (13:47 +0000)]
Removed duplicate invocation of radiosity. Updated results after optimizations.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8193
Bart Van Assche [Thu, 5 Jun 2008 10:14:53 +0000 (10:14 +0000)]
Use same inputs as in ITC paper for water-nsquared and water-spatial.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8192
Bart Van Assche [Thu, 5 Jun 2008 09:01:52 +0000 (09:01 +0000)]
Joined if-statements.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8191
Bart Van Assche [Thu, 5 Jun 2008 08:53:42 +0000 (08:53 +0000)]
Manual inlining.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8190
Bart Van Assche [Thu, 5 Jun 2008 08:29:53 +0000 (08:29 +0000)]
Introduced bm_access_*_triggers_conflict() functions.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8189
Bart Van Assche [Wed, 4 Jun 2008 18:57:08 +0000 (18:57 +0000)]
Enabled parallel compilation.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8188
Bart Van Assche [Wed, 4 Jun 2008 18:08:10 +0000 (18:08 +0000)]
Documentation updates.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8187
Bart Van Assche [Wed, 4 Jun 2008 13:02:22 +0000 (13:02 +0000)]
Added more SPLASH-2 tests.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8186