2015-08-09 |
Florian Krohm | Consistently use exit code 1 (== POSIX's EXIT_FAILURE... |
commit | commitdiff | tree |
2015-08-09 |
Florian Krohm | Fix a few function declarations. |
commit | commitdiff | tree |
2015-08-09 |
Philippe Waroquiers | Remove duplicate definition ofVALGRIND_HG_ENABLE_CHECKI... |
commit | commitdiff | tree |
2015-08-09 |
Florian Krohm | Fix another GCC 5.1 warning. |
commit | commitdiff | tree |
2015-08-09 |
Florian Krohm | Fix build breakage introduced in r15510. |
commit | commitdiff | tree |
2015-08-08 |
Florian Krohm | Fix printf format inconsistencies as pointed out by... |
commit | commitdiff | tree |
2015-08-08 |
Florian Krohm | Simplify the build script a lot by using the download_p... |
commit | commitdiff | tree |
2015-08-08 |
Florian Krohm | Fix two more format inconsistencies found on s390.... |
commit | commitdiff | tree |
2015-08-08 |
Florian Krohm | Initial checkin |
commit | commitdiff | tree |
2015-08-08 |
Ivo Raisr | Document another limitation of the Solaris port |
commit | commitdiff | tree |
2015-08-07 |
Zhi-Gang Liu | Disable gdb XML file for TileGX |
commit | commitdiff | tree |
2015-08-06 |
Philippe Waroquiers | Ensure gdbserver_tests/mcbreak.vgtest works with gcc 4.9 |
commit | commitdiff | tree |
2015-08-06 |
Florian Krohm | Fix printf format inconsistencies as pointed out by... |
commit | commitdiff | tree |
2015-08-06 |
Florian Krohm | As per discussion with Julian comment out some dead... |
commit | commitdiff | tree |
2015-08-06 |
Florian Krohm | Fix printf format inconsistencies as pointed out by... |
commit | commitdiff | tree |
2015-08-05 |
Florian Krohm | Fix printf format inconsistencies as pointed out by... |
commit | commitdiff | tree |
2015-08-05 |
Florian Krohm | Fix printf format inconsistencies as pointed out by... |
commit | commitdiff | tree |
2015-08-05 |
Florian Krohm | Fix printf format inconsistencies as pointed out by... |
commit | commitdiff | tree |
2015-08-05 |
Philippe Waroquiers | (try to) avoid tc09_bad_unlock random failure |
commit | commitdiff | tree |
2015-08-05 |
Philippe Waroquiers | Fix typo: add missing space between $(AM_CFLAGS) and... |
commit | commitdiff | tree |
2015-08-05 |
Florian Krohm | Fix printf format inconsistencies as pointed out by... |
commit | commitdiff | tree |
2015-08-05 |
Florian Krohm | Fix printf format inconsistencies as pointed out by... |
commit | commitdiff | tree |
2015-08-05 |
Florian Krohm | Add a comment. |
commit | commitdiff | tree |
2015-08-05 |
Florian Krohm | The number of elements in a RangeMap cannot be negative. |
commit | commitdiff | tree |
2015-08-05 |
Florian Krohm | The number of elements in an OSet cannot be negative. |
commit | commitdiff | tree |
2015-08-05 |
Florian Krohm | The number of elements in a hash table cannot be negative. |
commit | commitdiff | tree |
2015-08-05 |
Florian Krohm | Add missing header files. |
commit | commitdiff | tree |
2015-08-05 |
Zhi-Gang Liu | Let "make distclean" remove generated tilegx instructio... |
commit | commitdiff | tree |
2015-08-05 |
Zhi-Gang Liu | Fix issue of "make dist BUILD_ALL_DOCS=no" |
commit | commitdiff | tree |
2015-08-04 |
Florian Krohm | Fix printf format inconsistencies as pointed out by... |
commit | commitdiff | tree |
2015-08-04 |
Philippe Waroquiers | Ensure libvex tests in none are compiling on amd64... |
commit | commitdiff | tree |
2015-08-04 |
Philippe Waroquiers | Refine NEWS entry for memcheck xb monitor command |
commit | commitdiff | tree |
2015-08-04 |
Philippe Waroquiers | * Memcheck: |
commit | commitdiff | tree |
2015-08-04 |
Florian Krohm | Rewrite memcheck's event counter machinery. |
commit | commitdiff | tree |
2015-08-04 |
Zhi-Gang Liu | Fix the "make regtest" error caused by the new tilegx... |
commit | commitdiff | tree |
2015-08-03 |
Florian Krohm | Fix printf format inconsistencies as pointed out by... |
commit | commitdiff | tree |
2015-08-03 |
Florian Krohm | Fix printf format inconsistencies as pointed out by... |
commit | commitdiff | tree |
2015-08-03 |
Florian Krohm | Improve the script to also show failures in the post... |
commit | commitdiff | tree |
2015-08-03 |
Ivo Raisr | Fix a typo in README.solaris. |
commit | commitdiff | tree |
2015-08-03 |
Rhys Kidd | Resolve suppressions that changed in OS X 10.11 (DP5... |
commit | commitdiff | tree |
2015-08-03 |
Rhys Kidd | OS X: Suppress newly introduced system library errors... |
commit | commitdiff | tree |
2015-08-03 |
Rhys Kidd | Guard two hanging tests on OS X 10.11, which otherwise... |
commit | commitdiff | tree |
2015-08-02 |
Florian Krohm | GCC 5.1 issues warnings about static variables declared... |
commit | commitdiff | tree |
2015-08-02 |
Florian Krohm | Silence a few more warnings from GCC 5.1 |
commit | commitdiff | tree |
2015-08-02 |
Florian Krohm | Silence a few warnings issued by GCC 5.1 claiming that... |
commit | commitdiff | tree |
2015-08-02 |
Florian Krohm | As pointed out by GCC 5.1 macro arguments ought to... |
commit | commitdiff | tree |
2015-08-01 |
Ivo Raisr | Check for Solaris specific program headers PT_SUNW_SYSS... |
commit | commitdiff | tree |
2015-08-01 |
Philippe Waroquiers | ensure that __strncpy_sse2 is replaced by the canonical... |
commit | commitdiff | tree |
2015-08-01 |
Ivo Raisr | Fix hard-to-understand code in VG_(load_ELF)(). |
commit | commitdiff | tree |
2015-08-01 |
Zhi-Gang Liu | Merge tilegx instruction test patch "valgrind-tilegx... |
commit | commitdiff | tree |
2015-07-31 |
Ivo Raisr | Update list of Solaris specific ignored files. |
commit | commitdiff | tree |
2015-07-31 |
Ivo Raisr | Use handwritten memcheck assembly helpers on x86/Solari... |
commit | commitdiff | tree |
2015-07-31 |
Rhys Kidd | Properly guard none/tests/amd64/avx-1. This resolves... |
commit | commitdiff | tree |
2015-07-31 |
Florian Krohm | Fix testcase such that it can be run under cron on... |
commit | commitdiff | tree |
2015-07-31 |
Florian Krohm | Remove implicit reference to the --db-attach feature... |
commit | commitdiff | tree |
2015-07-30 |
Florian Krohm | In VALGRIND_PRINTF write out the thread name to xml. |
commit | commitdiff | tree |
2015-07-26 |
Rhys Kidd | Fix memcheck/tests/darwin/aio on OS X. |
commit | commitdiff | tree |
2015-07-26 |
Rhys Kidd | Clean up some bit rot within memcheck/tests/darwin... |
commit | commitdiff | tree |
2015-07-25 |
Bart Van Assche | configure.ac: Improve portability of the code introduce... |
commit | commitdiff | tree |
2015-07-25 |
Rhys Kidd | ioctl handling needs to do POST handling on generic... |
commit | commitdiff | tree |
2015-07-25 |
Rhys Kidd | Fix clang/osx: ld: warning: -read_only_relocs cannot... |
commit | commitdiff | tree |
2015-07-24 |
Rhys Kidd | Properly conditionalise these tests, now that they... |
commit | commitdiff | tree |
2015-07-24 |
Florian Krohm | Remove command line options --db-attach and --db-comman... |
commit | commitdiff | tree |
2015-07-24 |
Rhys Kidd | Fix valgrind 3.9.0 build fails on Mac OS X 10.6.8 |
commit | commitdiff | tree |
2015-07-23 |
Rhys Kidd | Resolve makefile consistency error at conclusion of... |
commit | commitdiff | tree |
2015-07-23 |
Rhys Kidd | Complete fix for bz#344416 - Fix make regtest does... |
commit | commitdiff | tree |
2015-07-23 |
Rhys Kidd | Partial fix for bz#344416 - Fix make regtest does not... |
commit | commitdiff | tree |
2015-07-23 |
Rhys Kidd | Partial fix for bz#344416 - Fix make regtest does not... |
commit | commitdiff | tree |
2015-07-23 |
Bart Van Assche | regression tests: Remove superfluous backticks |
commit | commitdiff | tree |
2015-07-23 |
Bart Van Assche | tests/vg_regtest: Always evaluate prerequisite expressi... |
commit | commitdiff | tree |
2015-07-23 |
Rhys Kidd | Set svn:ignore on new gdbserver_test/solaris folder |
commit | commitdiff | tree |
2015-07-23 |
Rhys Kidd | Unbreak the OS X/clang build from r15419. This handroll... |
commit | commitdiff | tree |
2015-07-22 |
Philippe Waroquiers | Unbreak the build on several setups : |
commit | commitdiff | tree |
2015-07-21 |
Florian Krohm | Add two more tests with missing interpreter names. |
commit | commitdiff | tree |
2015-07-21 |
Florian Krohm | Add testcase. Should have been in r15429. |
commit | commitdiff | tree |
2015-07-21 |
Florian Krohm | Update |
commit | commitdiff | tree |
2015-07-21 |
Florian Krohm | Fix BZ #338606. Basically, the bug was that it was... |
commit | commitdiff | tree |
2015-07-21 |
Florian Krohm | Update list of ignored files from solaris port. |
commit | commitdiff | tree |
2015-07-21 |
Julian Seward | Fix incorrect implementation of LOADV64le that was... |
commit | commitdiff | tree |
2015-07-21 |
Julian Seward | Bug 345248 - add support for Solaris OS in valgrind |
commit | commitdiff | tree |
2015-07-20 |
Carl Love | Patch 7 of 7, improve PPC HW capabiltiy checking. |
commit | commitdiff | tree |
2015-07-20 |
Carl Love | Patch 6 of 7, improve PPC HW capabiltiy checking. |
commit | commitdiff | tree |
2015-07-20 |
Carl Love | Patch 4 and 5 of 7, improve PPC HW capabiltiy checking. |
commit | commitdiff | tree |
2015-07-20 |
Carl Love | Patch 3 of 7, improve PPC HW capabiltiy checking. |
commit | commitdiff | tree |
2015-07-20 |
Carl Love | Patch 2 of 7, improve PPC HW capabiltiy checking. |
commit | commitdiff | tree |
2015-07-20 |
Carl Love | Patch 1 of 7, improve PPC HW capabiltiy checking. |
commit | commitdiff | tree |
2015-07-20 |
Julian Seward | Bug 349879 - [PATCH] memcheck: add handwritten assembly... |
commit | commitdiff | tree |
2015-07-20 |
Julian Seward | VG_(helperc_LOADV64le): add handwritten assembly helper... |
commit | commitdiff | tree |
2015-07-19 |
Rhys Kidd | Block the running of a known hanging regression test... |
commit | commitdiff | tree |
2015-07-19 |
Rhys Kidd | Block the running of a known hanging regression test... |
commit | commitdiff | tree |
2015-07-18 |
Rhys Kidd | Documentation: Ensure alignment of the x86 and amd64... |
commit | commitdiff | tree |
2015-07-16 |
Florian Krohm | Announce bug fix for BZ #350251 |
commit | commitdiff | tree |
2015-07-15 |
Petar Jovanovic | mips32: fix build error caused by r15404 |
commit | commitdiff | tree |
2015-07-12 |
Rhys Kidd | OS X 10.11: Tweak magic offset, which was amended prior... |
commit | commitdiff | tree |
2015-07-12 |
Rhys Kidd | Fix Valgrind does not support pthread_sigmask() on... |
commit | commitdiff | tree |
2015-07-10 |
Florian Krohm | Fix syntax error; |
commit | commitdiff | tree |
2015-07-10 |
Rhys Kidd | Better align OS X error reporting with other platforms... |
commit | commitdiff | tree |
2015-07-09 |
Florian Krohm | Followup to r15406: |
commit | commitdiff | tree |
2015-07-09 |
Christian Borntraeger | Fix from Andreas Arnez for bug 342841 s390x unrecogniz... |
commit | commitdiff | tree |
2015-07-08 |
Julian Seward | Minor updates; also note the fixing of 346411. |
commit | commitdiff | tree |
next |