1. 6022784 Tidy up ifdeffery a bit. (non-functional change) by sewardj · 14 years ago
  2. 0681bdd Fix build breakage on Darwin resulting from r11402 (see #243270), by sewardj · 14 years ago
  3. cec083d Only use VKI_O_LARGEFILE on platforms where it exists. This by sewardj · 14 years ago
  4. 19a00d3 Define VKI_SHMLBA on Darwin, so as to un-break build breakage caused by by sewardj · 14 years ago
  5. 2d853a1 Change Cachegrind/Callgrind to talk about the LL (last-level) cache instead by njn · 14 years ago
  6. f252299 The amd64-linux unwinder rejects stacks of smaller than 512 bytes as by sewardj · 14 years ago
  7. dfa55cf amd64-linux: add suitable CFI annotations so that unwinding through by sewardj · 14 years ago
  8. e4f7483 ppc/jm-insns.c: Use proper integer types. by bart · 14 years ago
  9. a69c2de Define VKI_SHMLBA for all supported Linux targets, thereby unbreaking by sewardj · 14 years ago
  10. 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
  11. 90741b2 get_shm_size(): pass VKI_IPC_64 to our shmctl call if it is available, by sewardj · 14 years ago
  12. 2988b84 When opening an mmaped file to see if it's an ELF file that we should by sewardj · 14 years ago
  13. 946f384 Handle mq_* syscalls. Fixes #243884. (David Fenger, dkfenger@gmail.com) by sewardj · 14 years ago
  14. 1d0f3f6 When a memory block changes from unreachable to possibly or definitely by tom · 14 years ago
  15. 792e00a Support sys_readahead on Linux. by sewardj · 14 years ago
  16. 0ecd49e Make sure that string buffers for cost arrays are large enough. by weidendo · 14 years ago
  17. f3bea49 callgrind/main.c, finish(): 'Char buf[RESULTS_BUF_LEN]' can be overrun in by sewardj · 14 years ago
  18. a2b2bb8 Make readdwarf.c big endianess safe to enable unwinding on big endian by sewardj · 14 years ago
  19. 8f6ec70 Don't assert when doing origin tracking for d16-31, f32-63 or q0-15. by sewardj · 14 years ago
  20. e3ae8a3 Test cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel.Thome@gmail.com). by sewardj · 14 years ago
  21. 6586493 When origin tracking, handle the new %RFLAGS.ACFLAG guest state by sewardj · 14 years ago
  22. f3d5c6e Add proper dependencies for pub/libvex_guest_offsets.h (Florian Krohm, by sewardj · 14 years ago
  23. 6dc769e Add test cases for CMPXCHG reg, reg on amd64. (Vince Weaver, by sewardj · 14 years ago
  24. 1e05e89 Add test cases for amd64 ADC Iv, eAX and SBB Iv, eAX (Jakub Jelinek, by sewardj · 14 years ago
  25. 5484f38 Calling VG_(am_relocate_nooverlap_client) will destroy the descriptor by tom · 14 years ago
  26. c52b932 Speed up the --cache-sim=no case. by njn · 14 years ago
  27. e90711c In Cachegrind, allow --cache-sim=no --branch-sim=no. Sometimes just getting by njn · 14 years ago
  28. e397c03 Add tests for all encodings of REV and REV16 in both ARM and Thumb mode. by sewardj · 14 years ago
  29. 2f9210e Add tests for ORN (immediate) and ORN (register). by sewardj · 14 years ago
  30. 841c447 Test for RBIT in ARM mode. by sewardj · 14 years ago
  31. 1956c50 by sewardj · 14 years ago
  32. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  33. 987a765 by sewardj · 14 years ago
  34. 234bd48 arm-linux: zero out the least significant bit of R15 that we by sewardj · 14 years ago
  35. 1791f93 Add VFP test cases, as per bug 244493 comment 1. Minorly cleaned up by sewardj · 14 years ago
  36. 6fede42 Enable --track-origins on ARM code which accesses CPSR.GE3/2/1/0. by sewardj · 14 years ago
  37. 5c9b293 Add more test cases for {U,S}{ADD,SUB}16. by sewardj · 14 years ago
  38. c678b85 by sewardj · 14 years ago
  39. 9fd1aa3 Add test cases for SSUB8 and UHADD8. by sewardj · 14 years ago
  40. 9745a82 Add tests for new insns in vex r2033 (SADD16, SSUB16, SASX, SMLAWB, SMLAWT) by sewardj · 14 years ago
  41. a11f528 Made timerfd-syscall test more robust by improving the time rounding algorithm. by bart · 14 years ago
  42. 075f51b Fixed a typo. by bart · 14 years ago
  43. 1b72361 memcheck/tests/linux/timerfd-syscall: send output to stderr instead of stdout. by bart · 14 years ago
  44. 33f76c1 DRD: avoid unaligned reads. by bart · 14 years ago
  45. 5f3fcdb PowerPC: added expected output files for memcheck/tests/varinfo[1-6], based by bart · 14 years ago
  46. 871eef0 PowerPC: corrected expected output for memcheck/tests/origin5-bz2. Patch by bart · 14 years ago
  47. d26ead7 Follow-up for r11360. by bart · 14 years ago
  48. 5ace157 Build 32-bit exp-bbv tests as 32-bit. Patch supplied by Maynard Johnson by bart · 14 years ago
  49. cb99447 Skip exp-ptrcheck regression tests on PowerPC and ARM. Based on a patch by by bart · 14 years ago
  50. 2335886 Made power6_bcmp testcases pass - patch from Maynard Johnson. Closes #250777. by bart · 14 years ago
  51. 482d35c PowerPC, Altivec: avoid using typedefs in combination with the vector keyword. by bart · 14 years ago
  52. 55e438b Added configure test that checks whether the assembler supports the SSE4a instruction lzcnt. by bart · 14 years ago
  53. 231eb65 Avoid triggering AM_CFLAGS / AM_CXXFLAGS redefinition warnings. by bart · 14 years ago
  54. 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
  55. 9a02088 Second and last gcc 4.3.2 PowePC workaround. by bart · 14 years ago
  56. e059791 Implemented a workaround for a PowerPC-specific gcc-4.3.2-7.x86_64 bug. See also by bart · 14 years ago
  57. 30f92cb Fix a couple of make-dist bugs, caused by recently added ppc32/64 tests. by sewardj · 14 years ago
  58. 1160e81 Un-break the docs build on Ubuntu 10.04 (Loïc Minier, lool@dooz.org). by sewardj · 14 years ago
  59. 7f0ac75 Add missing (empty) stdout.exp files. by sewardj · 14 years ago
  60. c7cb614 Updated Subversion ignore lists. by bart · 14 years ago
  61. 62049c4 Switched back to unified annotations. by bart · 14 years ago
  62. a3551be arm-linux: determine whether the host supports Neon by looking at our by sewardj · 14 years ago
  63. 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
  64. 5ae70ce Fix somewhat nonsensical ifdeffery. by sewardj · 14 years ago
  65. 0415734 Add tests for RBIT (bit-reverse) instruction (Thumb only). by sewardj · 14 years ago
  66. 46dbd3f Don't scan the entire Valgrind stack to check for impending by sewardj · 14 years ago
  67. e05b3a4 Consistency improvement: made sure that VG_TRACK(die_mem_stack, address, len) by bart · 14 years ago
  68. fad411a Updated Subversion ignore list. by bart · 14 years ago
  69. 2823aac Fixed an AMD64 bug reported by Evgeniy Stepanov: the order of by bart · 14 years ago
  70. dcb3a59 Stop gcc complaining that dcbz_szB is used uninitialised. by sewardj · 14 years ago
  71. 0e342a0 Add tests for new PowerISA_2.05 instructions available on Power6 CPUs. by sewardj · 14 years ago
  72. b9c815b Support the DCBZL instruction. Also, query the host CPU at startup by sewardj · 14 years ago
  73. a5dda3e Make the leak tests a whole lot less flaky on ppc32/64-linux by by sewardj · 14 years ago
  74. f9fe602 Followup to r11333: rename HAVE_ALTIVEC back to HAS_ALTIVEC, since the by sewardj · 14 years ago
  75. ba1e27c Enable sys_pwrite64 on arm-linux. Fixes #249996. by sewardj · 14 years ago
  76. 6467a15 Un-break feature detection for Altivec, so that the Altivec tests by sewardj · 14 years ago
  77. da5ceaa darwin: support sys_open_extended, sys_removexattr, sys_fremovexattr. by sewardj · 14 years ago
  78. 374a48f Fix branch predictor simulation in Cachegrind by weidendo · 14 years ago
  79. 36c279e Added a suppression pattern. by bart · 14 years ago
  80. 68a8afa Made sure that DRD processes client programs that use SA_ONSTACK by bart · 14 years ago
  81. d5bbc61 Builds again with ENABLE_DRD_CONSISTENCY_CHECKS defined. by bart · 14 years ago
  82. 67cb4fb Builds again with ENABLE_DRD_CONSISTENCY_CHECKS defined. by bart · 14 years ago
  83. 383d613 Added the per-thread property 'on_alt_stack'. by bart · 14 years ago
  84. 019a43f Made declaration and definition of VG_(thread_get_stack_size)(ThreadId) by bart · 14 years ago
  85. 83c5a92 Added functions for querying the properties of the alternate stack. by bart · 14 years ago
  86. 38ad31a Added and commented out the CFLAG -DENABLE_DRD_CONSISTENCY_CHECKS. by bart · 14 years ago
  87. 212534a Added sigaltstack() regression test. by bart · 14 years ago
  88. db0d436 Updated expected output. The output changed because of r11320. by bart · 14 years ago
  89. c1fc133 Improved support for VALGRIND_MALLOCLIKE_BLOCK in memcheck: error by bart · 14 years ago
  90. 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
  91. a7103ba drd.h: removed inline functions and replaced these by direct client request invocations. by bart · 14 years ago
  92. fa5115a Refactoring: introduced new macro VALGRIND_DO_CLIENT_REQUEST_EXPR() and used that macro to reimplement RUNNING_ON_VALGRIND. by bart · 14 years ago
  93. b23d505 Add support for F_DUPFD_CLOEXEC. Fixes #238696. by tom · 14 years ago
  94. 4750af1 Disabled a regression test because it fails intermittently. by bart · 14 years ago
  95. 0da2c77 Suppressed a few warnings reported by the Microsoft C Compiler. by bart · 14 years ago
  96. 93eed90 Compiles now with the Microsoft C Compiler too. by bart · 14 years ago
  97. 5dd0190 Added command-line option --prefix-to-strip=... Closes #245535. by bart · 14 years ago
  98. ef38625 Expand ${PWD} in the vgopts: line of .vgtest files. by bart · 14 years ago
  99. 4157dd3 Another supp for 10.5.x. by sewardj · 14 years ago
  100. 2536c9d Improved test cases for Neon VLDn/VSTn instructions. by sewardj · 14 years ago