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