1. 14ab1a3 outer/inner setup: new perf/vg_perf options to run perf tests + support translation chaining in inner. by philippe · 12 years ago
  2. 9a161da Disable test on big-endian platforms. by florian · 12 years ago
  3. ca4feb7 Skip the test if it was not compiled, i.e. dwarf4 is not supported. by florian · 12 years ago
  4. bb4827b fix off by one in string by philippe · 12 years ago
  5. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  6. 471d6b3 Fix incorrect use of VG_(addToXA). (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  7. a2af13d Comment-only fix. (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  8. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 12 years ago
  9. 5ba075a Fixes for capabilities checking w.r.t. Power DFP instructions by sewardj · 12 years ago
  10. e49a588 drd, realloc() intercept: Swap freeing and cleaning memory. by bart · 12 years ago
  11. 9de9d38 configure.in: Avoid that configure complains about "-----: command not found". by bart · 12 years ago
  12. f06eabf Fix track-origin instrumentation for ppc32 following r2270/r12476 by sewardj · 12 years ago
  13. 697bb6b drd, free() intercept: Swap freeing and cleaning memory. by bart · 12 years ago
  14. b0ccb4d Initial support for POWER Processor decimal floating point by sewardj · 12 years ago
  15. 7886dd3 drd: Reenable reporting races on stack variables that are shared over threads for --check-stack-var=yes. by bart · 12 years ago
  16. 7a9db0f drd: Don't complain about stack variables that are shared over threads. Closes #297147 by bart · 12 years ago
  17. c961d36 gcc-4.7.0 complains about some __attribute__((always_inline)) here, by sewardj · 12 years ago
  18. 62d2b62 Fix #ifdef vs { mismatch in r12471, that broke compilation on MacOS. by sewardj · 12 years ago
  19. a3d8c67 Further fix 297078 : implement conversion between vki and gdb real time sig nr. by philippe · 12 years ago
  20. 886fde3 Fix bug 297078 gdbserver signal handling problems caused by diff vki nr/gdb nr and by philippe · 12 years ago
  21. d2df32e Add some more suppressions for OSX 10.7.2. by sewardj · 12 years ago
  22. 7c41246 Update the memcpy intercept for Helgrind in accordance with that by sewardj · 12 years ago
  23. 54eac25 /* Do expensive interpretation for Iop_Add32 and Iop_Add64 on by sewardj · 12 years ago
  24. ef49323 Add a nasty kludge in the handling of mmap on Darwin. Does not apply by sewardj · 12 years ago
  25. 74a1658 rlimit64_nofile won't build on Darwin, so don't try. by sewardj · 12 years ago
  26. ff62002 Make this compile on Darwin. by sewardj · 12 years ago
  27. 9d061d0 Fix up debug printing -- no functional change. by sewardj · 12 years ago
  28. 3410383 Keep the stack properly 16 aligned when delivering signals on x86-darwin. by sewardj · 12 years ago
  29. 06728c8 Keep the stack properly 16-aligned when delivering signals on by sewardj · 12 years ago
  30. 625c3e7 Fill in missing signal handling macros for amd64-darwin. by sewardj · 12 years ago
  31. 161404e Darwin: Fix a copy/paste error that was introduced in r12458 by bart · 12 years ago
  32. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 12 years ago
  33. 4e86dd1 Remove strange e which appeared in r12456, replace by a real e. by philippe · 12 years ago
  34. 6155d36 Have check_makẹfile_consistency run at the end of make regtest by philippe · 12 years ago
  35. cc2f71b add test-plo-no.stderr.exp-s390x-mvc in EXTRA_DIST. by philippe · 12 years ago
  36. 9c1a505 Support sys_fallocate on arm-linux. by sewardj · 12 years ago
  37. 8d67425 fix 295799 Missing \n with get_vbits in gdbserver when line is % 80 and there are some unaddressable bytes by philippe · 12 years ago
  38. 9c85587 Modify test so that scheduling events are generated. by philippe · 12 years ago
  39. 147e0a9 Update s390 opcode list. by florian · 12 years ago
  40. f9925fe Add script that assists with updating s390-opcodes.csv. by florian · 12 years ago
  41. eadfb1f Add spreadsheet that lists all s390 opcodes in the following format: by florian · 12 years ago
  42. 95b26b1 Add expected output for s390x with compilers using mvc. by florian · 12 years ago
  43. 0bfaf54 Add expected results for 32-bit little endian platform. by florian · 12 years ago
  44. 172a3bb Make a more precise reference to the g++ version. by philippe · 12 years ago
  45. ede2d6c (for x86 and amd64): Change the type of the shadow regs for floating point registers by philippe · 12 years ago
  46. 561b832 Change the type of the shadow regs for floating point registers by florian · 12 years ago
  47. e2b8aa4 Add s390x register decsription to vgdb. This enables examination by florian · 12 years ago
  48. f1e1aa6 Fix leak in debuginfo.c by philippe · 12 years ago
  49. 72faf10 Allows to run regression tests in an outer/inner setup. by philippe · 12 years ago
  50. de7daf4 Modify none/tests/execve.c so to avoid infinite loop with --trace-children=yes by philippe · 12 years ago
  51. 11cc9ce Ensure VALGRIND_MALLOCLIKE_BLOCK protects the red zones. by philippe · 12 years ago
  52. d4f5aac Finally understood why an outer on inner on a 32 bit application by philippe · 12 years ago
  53. 3f6e9d9 Suppress race reports on ticket lock state variables by bart · 12 years ago
  54. 92e2c64 Suppress race reports on VG_(threads)[tid].os_state.exitcode by bart · 12 years ago
  55. 9e3a08f Use ANNOTATE_BENIGN_RACE_SIZED() to suppress race reports on owner_lwpid by bart · 12 years ago
  56. 40d7c01 helgrind: Implement ANNOTATE_BENIGN_RACE_SIZED() by bart · 12 years ago
  57. 82646de Update Subversion ignore list by bart · 12 years ago
  58. 27233e9 When analyzing Valgrind with drd, suppress uninteresting race reports on VG_(threads)[].status by bart · 12 years ago
  59. 03820b4 Update Subversion ignore list by bart · 12 years ago
  60. da04f3e Change the behaviour of --partial-loads-ok=yes to avoid false by sewardj · 12 years ago
  61. 88d7584 Make it possible to #include <valgrind/drd.h> after <valgrind/helgrind.h> by bart · 12 years ago
  62. a2340a5 Suppress uninteresting race reports on sema->owner_lwpid by bart · 12 years ago
  63. 4a91d62 none/tests: Update Subversion ignore list by bart · 12 years ago
  64. 66bc951 Turn no-op versions of INNER_REQUEST into statements, not values, by sewardj · 12 years ago
  65. 6919736 Ah, the joys of applying patches by hand. Redo r12424 but get the by sewardj · 12 years ago
  66. d9dbbc9 x86-darwin: _start: keep the stack 16-aligned. Fixes #295428. by sewardj · 12 years ago
  67. a65f80c Reinstate intercepts for plain "memcpy" and "memmove" on OSX <= 10.6 by sewardj · 12 years ago
  68. e139a46 MacOS only: VG_(get_changed_segments) callback by sewardj · 12 years ago
  69. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 12 years ago
  70. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 12 years ago
  71. 4bad593 Fix leak of range_list (see below an example) in readdwarf3.c. by philippe · 12 years ago
  72. 3ba8a89 Update bug reporting URL. by florian · 12 years ago
  73. 300c15a Fix a testcase. Constraint was incorrect allowing r0 to be used by florian · 12 years ago
  74. 0d366ad * Improve documentation of --vgdb=full by philippe · 12 years ago
  75. 3dfd6bb Avoid possibly unaligned memory access. by florian · 12 years ago
  76. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 12 years ago
  77. 859b3fa none/tests/mq.c: Fix a copy-paste bug by bart · 12 years ago
  78. 09007e3 In case VALGRIND_MALLOCLIKE_BLOCK is wrongly used, output by philippe · 12 years ago
  79. aba260b Handle prlimit64 the same way we do getrlimit and setrlimit, with by tom · 12 years ago
  80. 0e1cac9 After a fork, gdbserver_init can be called again. by philippe · 12 years ago
  81. d9df0ea Fix leak found by running memcheck/tests/varinfo[1-6].vgtest by philippe · 12 years ago
  82. e318d0b Increase the size of buffers used for showing names when --trace-flags= is set. by sewardj · 12 years ago
  83. 4bbfc5f Fix one more leak detected by running memcheck in memcheck by philippe · 12 years ago
  84. 43dcb39 Android only: make the debuginfo mapping hack more flexible. by sewardj · 12 years ago
  85. 7d69fd9 Fix some memory leaks found by running memcheck on annotated memcheck. by philippe · 12 years ago
  86. ccb843b Tighten up initial guest/shodow state on s390x. by florian · 12 years ago
  87. 535bc7d Announce. by florian · 12 years ago
  88. 75a5f78 Fix buffer overflow bug when building the target file. by philippe · 12 years ago
  89. 5528e5e Revision 12396 (replacing pkglib_DATA by vglib_DATA) missed by philippe · 12 years ago
  90. 7299d84 Fedora 17 is merging /lib into /usr/lib so any suppression which by tom · 12 years ago
  91. eb83f6c Implement malloc_size for the vg_default_zone on Darwin. by sewardj · 12 years ago
  92. 236a71a Document the new --fair-sched option. by philippe · 12 years ago
  93. 5786420 Avoid having holes in the VgdbShared struct. by philippe · 12 years ago
  94. d5f4826 Hide our use of pkglibdir to stop automake 1.11.2 and later complaining. by tom · 12 years ago
  95. b34cb7f Add test cases for MPSADBW. See #294048. by sewardj · 12 years ago
  96. 90ffbe3 x86: don't forget to initialise guest %es from the host %es when by sewardj · 12 years ago
  97. 87a1fa5 ARM/Thumb only: fix a bug in which stack unwinding halts in some by sewardj · 12 years ago
  98. 6753200 With the change in VEX r2258 the guest IA will now also be accessed by florian · 12 years ago
  99. 0a64a7a Update status and build instructions for ICS (Android 4.0.3). by sewardj · 12 years ago
  100. a63005c Add test cases for PHMINPOSUW (SSE 4.1). See #287301. by sewardj · 12 years ago