1. 1791f93 Add VFP test cases, as per bug 244493 comment 1. Minorly cleaned up by sewardj · 14 years ago
  2. 6fede42 Enable --track-origins on ARM code which accesses CPSR.GE3/2/1/0. by sewardj · 14 years ago
  3. 5c9b293 Add more test cases for {U,S}{ADD,SUB}16. by sewardj · 14 years ago
  4. c678b85 by sewardj · 14 years ago
  5. 9fd1aa3 Add test cases for SSUB8 and UHADD8. by sewardj · 14 years ago
  6. 9745a82 Add tests for new insns in vex r2033 (SADD16, SSUB16, SASX, SMLAWB, SMLAWT) by sewardj · 14 years ago
  7. a11f528 Made timerfd-syscall test more robust by improving the time rounding algorithm. by bart · 14 years ago
  8. 075f51b Fixed a typo. by bart · 14 years ago
  9. 1b72361 memcheck/tests/linux/timerfd-syscall: send output to stderr instead of stdout. by bart · 14 years ago
  10. 33f76c1 DRD: avoid unaligned reads. by bart · 14 years ago
  11. 5f3fcdb PowerPC: added expected output files for memcheck/tests/varinfo[1-6], based by bart · 14 years ago
  12. 871eef0 PowerPC: corrected expected output for memcheck/tests/origin5-bz2. Patch by bart · 14 years ago
  13. d26ead7 Follow-up for r11360. by bart · 14 years ago
  14. 5ace157 Build 32-bit exp-bbv tests as 32-bit. Patch supplied by Maynard Johnson by bart · 14 years ago
  15. cb99447 Skip exp-ptrcheck regression tests on PowerPC and ARM. Based on a patch by by bart · 14 years ago
  16. 2335886 Made power6_bcmp testcases pass - patch from Maynard Johnson. Closes #250777. by bart · 14 years ago
  17. 482d35c PowerPC, Altivec: avoid using typedefs in combination with the vector keyword. by bart · 14 years ago
  18. 55e438b Added configure test that checks whether the assembler supports the SSE4a instruction lzcnt. by bart · 14 years ago
  19. 231eb65 Avoid triggering AM_CFLAGS / AM_CXXFLAGS redefinition warnings. by bart · 14 years ago
  20. 0af2b99 Restored original code for other compilers than ppc gcc 4.3.0 such that at least one test invokes ANNOTATE_UNPROTECTED_READ(). by bart · 14 years ago
  21. 9a02088 Second and last gcc 4.3.2 PowePC workaround. by bart · 14 years ago
  22. e059791 Implemented a workaround for a PowerPC-specific gcc-4.3.2-7.x86_64 bug. See also by bart · 14 years ago
  23. 30f92cb Fix a couple of make-dist bugs, caused by recently added ppc32/64 tests. by sewardj · 14 years ago
  24. 1160e81 Un-break the docs build on Ubuntu 10.04 (Loïc Minier, lool@dooz.org). by sewardj · 14 years ago
  25. 7f0ac75 Add missing (empty) stdout.exp files. by sewardj · 14 years ago
  26. c7cb614 Updated Subversion ignore lists. by bart · 14 years ago
  27. 62049c4 Switched back to unified annotations. by bart · 14 years ago
  28. a3551be arm-linux: determine whether the host supports Neon by looking at our by sewardj · 14 years ago
  29. a300398 Made sure that DRD processes empty address ranges without triggering an assertion failure. Added a unit test in drd/tests/unit_bitmap.c. by bart · 14 years ago
  30. 5ae70ce Fix somewhat nonsensical ifdeffery. by sewardj · 14 years ago
  31. 0415734 Add tests for RBIT (bit-reverse) instruction (Thumb only). by sewardj · 14 years ago
  32. 46dbd3f Don't scan the entire Valgrind stack to check for impending by sewardj · 14 years ago
  33. e05b3a4 Consistency improvement: made sure that VG_TRACK(die_mem_stack, address, len) by bart · 14 years ago
  34. fad411a Updated Subversion ignore list. by bart · 14 years ago
  35. 2823aac Fixed an AMD64 bug reported by Evgeniy Stepanov: the order of by bart · 14 years ago
  36. dcb3a59 Stop gcc complaining that dcbz_szB is used uninitialised. by sewardj · 14 years ago
  37. 0e342a0 Add tests for new PowerISA_2.05 instructions available on Power6 CPUs. by sewardj · 14 years ago
  38. b9c815b Support the DCBZL instruction. Also, query the host CPU at startup by sewardj · 14 years ago
  39. a5dda3e Make the leak tests a whole lot less flaky on ppc32/64-linux by by sewardj · 14 years ago
  40. f9fe602 Followup to r11333: rename HAVE_ALTIVEC back to HAS_ALTIVEC, since the by sewardj · 14 years ago
  41. ba1e27c Enable sys_pwrite64 on arm-linux. Fixes #249996. by sewardj · 14 years ago
  42. 6467a15 Un-break feature detection for Altivec, so that the Altivec tests by sewardj · 14 years ago
  43. da5ceaa darwin: support sys_open_extended, sys_removexattr, sys_fremovexattr. by sewardj · 14 years ago
  44. 374a48f Fix branch predictor simulation in Cachegrind by weidendo · 14 years ago
  45. 36c279e Added a suppression pattern. by bart · 14 years ago
  46. 68a8afa Made sure that DRD processes client programs that use SA_ONSTACK by bart · 14 years ago
  47. d5bbc61 Builds again with ENABLE_DRD_CONSISTENCY_CHECKS defined. by bart · 14 years ago
  48. 67cb4fb Builds again with ENABLE_DRD_CONSISTENCY_CHECKS defined. by bart · 14 years ago
  49. 383d613 Added the per-thread property 'on_alt_stack'. by bart · 14 years ago
  50. 019a43f Made declaration and definition of VG_(thread_get_stack_size)(ThreadId) by bart · 14 years ago
  51. 83c5a92 Added functions for querying the properties of the alternate stack. by bart · 14 years ago
  52. 38ad31a Added and commented out the CFLAG -DENABLE_DRD_CONSISTENCY_CHECKS. by bart · 14 years ago
  53. 212534a Added sigaltstack() regression test. by bart · 14 years ago
  54. db0d436 Updated expected output. The output changed because of r11320. by bart · 14 years ago
  55. c1fc133 Improved support for VALGRIND_MALLOCLIKE_BLOCK in memcheck: error by bart · 14 years ago
  56. edef417 The client requests defined in memcheck.h can now be invoked from programs compiled with the Microsoft C compiler too. by bart · 14 years ago
  57. a7103ba drd.h: removed inline functions and replaced these by direct client request invocations. by bart · 14 years ago
  58. fa5115a Refactoring: introduced new macro VALGRIND_DO_CLIENT_REQUEST_EXPR() and used that macro to reimplement RUNNING_ON_VALGRIND. by bart · 14 years ago
  59. b23d505 Add support for F_DUPFD_CLOEXEC. Fixes #238696. by tom · 14 years ago
  60. 4750af1 Disabled a regression test because it fails intermittently. by bart · 14 years ago
  61. 0da2c77 Suppressed a few warnings reported by the Microsoft C Compiler. by bart · 14 years ago
  62. 93eed90 Compiles now with the Microsoft C Compiler too. by bart · 14 years ago
  63. 5dd0190 Added command-line option --prefix-to-strip=... Closes #245535. by bart · 14 years ago
  64. ef38625 Expand ${PWD} in the vgopts: line of .vgtest files. by bart · 14 years ago
  65. 4157dd3 Another supp for 10.5.x. by sewardj · 14 years ago
  66. 2536c9d Improved test cases for Neon VLDn/VSTn instructions. by sewardj · 14 years ago
  67. 684ae47 Removed a recently added suppression pattern again. by bart · 14 years ago
  68. eef3584 Removed ANNOTATE_HAPPENS_BEFORE/AFTER() usage restrictions. by bart · 14 years ago
  69. d3a300d DRD does now recognize Helgrind's start/stop tracking client requests too. by bart · 14 years ago
  70. 343106c Added more suppression patterns. by bart · 14 years ago
  71. a466f8b Don't trigger an assertion failure if len == 0. by bart · 14 years ago
  72. 81e06dc Add test cases for v6 media instructions in both ARM and Thumb mode. by sewardj · 14 years ago
  73. 0759503 Source code cleanup. by bart · 14 years ago
  74. f9427fd Added command-line option --trace-alloc and disabled --free-is-write by default. by bart · 14 years ago
  75. 5bb0d00 Added read_after_free regression test. by bart · 14 years ago
  76. 75c1cba Added new DRD command-line option --free-is-write and enabled it by default. by bart · 14 years ago
  77. 046d8a0 Updated Subversion ignore list. by bart · 14 years ago
  78. 52c9eba Updated memcheck/tests/Makefile.am. by bart · 14 years ago
  79. d8927ae Filter out lines that differ between x86 and ppc. by bart · 14 years ago
  80. 7f48981 Ported to Win32. Tested that both RUNNING_ON_VALGRIND and VALGRIND_PRINTF() by bart · 14 years ago
  81. 924bb22 Spelling fix. by bart · 14 years ago
  82. 9e28ed5 Updated Subversion ignore list. by bart · 14 years ago
  83. 3cedf57 Added new memcheck command-line option --show-possibly-lost. Closes #201170. by bart · 14 years ago
  84. 2cdfa9e Update comment. by sewardj · 14 years ago
  85. 188a6d7 arm-linux: send output to stderr, as on all other platforms. by sewardj · 14 years ago
  86. c1cc963 The argument to FIBMAP is an int, not an unsigned long. Fixes #248822. by tom · 14 years ago
  87. 7b4e00b Change the replacement for memcpy to a vectorised version that does by sewardj · 14 years ago
  88. 4dddd06 arm-linux: make restarting interrupted syscalls work in Thumb mode. by sewardj · 14 years ago
  89. 1c29a94 Add tests for all {ARM,Thumb} x {integer,NEON} instructions. by sewardj · 14 years ago
  90. 6b564a0 Merge from branches/THUMB: test programs for NEON and Thumb. by sewardj · 14 years ago
  91. 38efe4b Merge from branches/THUMB: link-time stub needed on Ubuntu 10.04 (ARM) by sewardj · 14 years ago
  92. 1dbd337 Merge from branches/THUMB: m_machine changes needed for Thumb support: by sewardj · 14 years ago
  93. ca9054a Merge from branches/THUMB: add (partial) --track-origins support for by sewardj · 14 years ago
  94. d69cee8 Merge from branches/THUMB: supps and mandatory redirs on Ubuntu 10.04 (ARM) by sewardj · 14 years ago
  95. 34f87e2 Merge from branches/THUMB: add support for sys_pselect6, sys_pipe2, by sewardj · 14 years ago
  96. 223125d Merge from branches/THUMB: rack renaming of guest_R15 to guest_R15T. by sewardj · 14 years ago
  97. 9dcfdff Merge from branches/THUMB: track renaming of guest_R15 to guest_R15T. by sewardj · 14 years ago
  98. 57f92b0 Merge from branches/THUMB: tool-side handling of new primops required by sewardj · 14 years ago
  99. 76cd8d7 Merge from branches/THUMB: build system fixes for Thumb by sewardj · 14 years ago
  100. 5446faa Add an intercept for strpbrk (copied from Memcheck). by sewardj · 14 years ago