1. 2ef12d4 Removed the Qt4 configure tests because these are no longer necessary. by bart · 14 years ago
  2. 0f71456 DRD: Disabled the Qt4 regression tests because these are too hard to maintain. by bart · 14 years ago
  3. 5af0506 Handle new Iop_Sad8Ux4 introduced in vex r2067. by sewardj · 14 years ago
  4. 8c87e71 Avoid that using VALGRIND_GET_VBITS() / VALGRIND_SET_VBITS() triggers warnings about casting away constness. by bart · 14 years ago
  5. 50c5093 Add support for DW_ATE_UTF from DWARF4 which is needed for char16_t by tom · 14 years ago
  6. 15ff8f3 Don't look for build-id notes if NT_GNU_BUILD_ID is not defined. by tom · 14 years ago
  7. 6ef87e6 Add support for using build-id to find debugging information as by tom · 14 years ago
  8. 45a1fd0 Bump version number on the trunk. by sewardj · 14 years ago
  9. 233d5b2 Update filter for Ubuntu 10.04. by sewardj · 14 years ago
  10. 049ea22 Update expected outputs following recent amd64-unwind improvements (??) by sewardj · 14 years ago
  11. 56e256a Update expected output. by sewardj · 14 years ago
  12. 18a0892 Updates for 3.6.0. by sewardj · 14 years ago
  13. e089f01 Documentation update for 3.6.0 (not including NEWS). by sewardj · 14 years ago
  14. a88fb0b Increase default size of the freed blocks queue from 10MB to 20MB. by sewardj · 14 years ago
  15. 5fce756 Add documentation for exp-dhat. by sewardj · 14 years ago
  16. 00d9d1e Add heading items. by sewardj · 14 years ago
  17. eb795f8 * cosmetic output changes by sewardj · 14 years ago
  18. 813e31d Changes to make exp-ptrcheck work reasonable on Fedora 14 x86: by sewardj · 14 years ago
  19. 5fd79df Minimal fixes needed to make this tool actually usable: by sewardj · 14 years ago
  20. 62622f4 Fix up printing of the can't-autodetect-params message and the by sewardj · 14 years ago
  21. 807725e Define VG_CLREQ_SZB correctly on ARM, so Cachegrind and Callgrind by sewardj · 14 years ago
  22. 4d7d8f5 Add DHAT as an experimental tool. DHAT (a Dynamic Heap Analysis Tool) by sewardj · 14 years ago
  23. 14cdbf8 Make the --prefix-to-strip=... command-line option added in r11312 by sewardj · 14 years ago
  24. a6f76ee Remove some fluff detected by llvm-2.8 (clang): by sewardj · 14 years ago
  25. c975eca Enable support for sys_ppoll on arm-linux (Rodrigo Belem, rodrigo.belem@openbossa.org). by sewardj · 14 years ago
  26. 992d76c Add tests for NOP cases. by sewardj · 14 years ago
  27. 7838ae6 Improve NEON instruction set tests, so as to run tests with by sewardj · 14 years ago
  28. ad69807 none/tests/ppc*/jm-insns.c: Minor simplification. by bart · 14 years ago
  29. 95ee5b2 Updated Subversion ignore list. by bart · 14 years ago
  30. 18f734b Updated DRD manual. by bart · 14 years ago
  31. 5cf4c39 Updated the NEWS file. by bart · 14 years ago
  32. 12dca00 Let the macro ANNOTATE_BENIGN_RACE_STATIC() do what the comment above that macro says what it does. by bart · 14 years ago
  33. 876cafd E-mail address update. by bart · 14 years ago
  34. abf93eb Removed an outdated document. by bart · 14 years ago
  35. bdee918 Dwarf3 reader: handle Dwarf3 created by gcc-4.5.1. In other words, by sewardj · 14 years ago
  36. a540643 Removed the configure test for __builtin_frame_address() again because it is no longer necessary. by bart · 14 years ago
  37. 8d1dc15 More unwind fixes for the amd64-linux CALL_FN_*_* macros, as per by sewardj · 14 years ago
  38. 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
  39. 410afd5 valgrind.h is again independent of config.h. Note: __builtin_frame_address() by bart · 14 years ago
  40. 96a69ea Add a couple of OSX 10.6 specific supps. by sewardj · 14 years ago
  41. 0d5efd5 chmod_extended and fchmod_extended: handle NULL xsecurity argument correctly. by sewardj · 14 years ago
  42. ef53b80 Update stderr filters so that regtests pass on machines with 3-level caches. by sewardj · 14 years ago
  43. 520a03a Fix build failure I introduced in r11408, duh. by sewardj · 14 years ago
  44. 9edd09f Local-ise some variables that don't need to be visible outside this file. by sewardj · 14 years ago
  45. 6022784 Tidy up ifdeffery a bit. (non-functional change) by sewardj · 14 years ago
  46. 0681bdd Fix build breakage on Darwin resulting from r11402 (see #243270), by sewardj · 14 years ago
  47. cec083d Only use VKI_O_LARGEFILE on platforms where it exists. This by sewardj · 14 years ago
  48. 19a00d3 Define VKI_SHMLBA on Darwin, so as to un-break build breakage caused by by sewardj · 14 years ago
  49. 2d853a1 Change Cachegrind/Callgrind to talk about the LL (last-level) cache instead by njn · 14 years ago
  50. f252299 The amd64-linux unwinder rejects stacks of smaller than 512 bytes as by sewardj · 14 years ago
  51. dfa55cf amd64-linux: add suitable CFI annotations so that unwinding through by sewardj · 14 years ago
  52. e4f7483 ppc/jm-insns.c: Use proper integer types. by bart · 14 years ago
  53. a69c2de Define VKI_SHMLBA for all supported Linux targets, thereby unbreaking by sewardj · 14 years ago
  54. 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
  55. 90741b2 get_shm_size(): pass VKI_IPC_64 to our shmctl call if it is available, by sewardj · 14 years ago
  56. 2988b84 When opening an mmaped file to see if it's an ELF file that we should by sewardj · 14 years ago
  57. 946f384 Handle mq_* syscalls. Fixes #243884. (David Fenger, dkfenger@gmail.com) by sewardj · 14 years ago
  58. 1d0f3f6 When a memory block changes from unreachable to possibly or definitely by tom · 14 years ago
  59. 792e00a Support sys_readahead on Linux. by sewardj · 14 years ago
  60. 0ecd49e Make sure that string buffers for cost arrays are large enough. by weidendo · 14 years ago
  61. f3bea49 callgrind/main.c, finish(): 'Char buf[RESULTS_BUF_LEN]' can be overrun in by sewardj · 14 years ago
  62. a2b2bb8 Make readdwarf.c big endianess safe to enable unwinding on big endian by sewardj · 14 years ago
  63. 8f6ec70 Don't assert when doing origin tracking for d16-31, f32-63 or q0-15. by sewardj · 14 years ago
  64. e3ae8a3 Test cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel.Thome@gmail.com). by sewardj · 14 years ago
  65. 6586493 When origin tracking, handle the new %RFLAGS.ACFLAG guest state by sewardj · 14 years ago
  66. f3d5c6e Add proper dependencies for pub/libvex_guest_offsets.h (Florian Krohm, by sewardj · 14 years ago
  67. 6dc769e Add test cases for CMPXCHG reg, reg on amd64. (Vince Weaver, by sewardj · 14 years ago
  68. 1e05e89 Add test cases for amd64 ADC Iv, eAX and SBB Iv, eAX (Jakub Jelinek, by sewardj · 14 years ago
  69. 5484f38 Calling VG_(am_relocate_nooverlap_client) will destroy the descriptor by tom · 14 years ago
  70. c52b932 Speed up the --cache-sim=no case. by njn · 14 years ago
  71. e90711c In Cachegrind, allow --cache-sim=no --branch-sim=no. Sometimes just getting by njn · 14 years ago
  72. e397c03 Add tests for all encodings of REV and REV16 in both ARM and Thumb mode. by sewardj · 14 years ago
  73. 2f9210e Add tests for ORN (immediate) and ORN (register). by sewardj · 14 years ago
  74. 841c447 Test for RBIT in ARM mode. by sewardj · 14 years ago
  75. 1956c50 by sewardj · 14 years ago
  76. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  77. 987a765 by sewardj · 14 years ago
  78. 234bd48 arm-linux: zero out the least significant bit of R15 that we by sewardj · 14 years ago
  79. 1791f93 Add VFP test cases, as per bug 244493 comment 1. Minorly cleaned up by sewardj · 14 years ago
  80. 6fede42 Enable --track-origins on ARM code which accesses CPSR.GE3/2/1/0. by sewardj · 14 years ago
  81. 5c9b293 Add more test cases for {U,S}{ADD,SUB}16. by sewardj · 14 years ago
  82. c678b85 by sewardj · 14 years ago
  83. 9fd1aa3 Add test cases for SSUB8 and UHADD8. by sewardj · 14 years ago
  84. 9745a82 Add tests for new insns in vex r2033 (SADD16, SSUB16, SASX, SMLAWB, SMLAWT) by sewardj · 14 years ago
  85. a11f528 Made timerfd-syscall test more robust by improving the time rounding algorithm. by bart · 14 years ago
  86. 075f51b Fixed a typo. by bart · 14 years ago
  87. 1b72361 memcheck/tests/linux/timerfd-syscall: send output to stderr instead of stdout. by bart · 14 years ago
  88. 33f76c1 DRD: avoid unaligned reads. by bart · 14 years ago
  89. 5f3fcdb PowerPC: added expected output files for memcheck/tests/varinfo[1-6], based by bart · 14 years ago
  90. 871eef0 PowerPC: corrected expected output for memcheck/tests/origin5-bz2. Patch by bart · 14 years ago
  91. d26ead7 Follow-up for r11360. by bart · 14 years ago
  92. 5ace157 Build 32-bit exp-bbv tests as 32-bit. Patch supplied by Maynard Johnson by bart · 14 years ago
  93. cb99447 Skip exp-ptrcheck regression tests on PowerPC and ARM. Based on a patch by by bart · 14 years ago
  94. 2335886 Made power6_bcmp testcases pass - patch from Maynard Johnson. Closes #250777. by bart · 14 years ago
  95. 482d35c PowerPC, Altivec: avoid using typedefs in combination with the vector keyword. by bart · 14 years ago
  96. 55e438b Added configure test that checks whether the assembler supports the SSE4a instruction lzcnt. by bart · 14 years ago
  97. 231eb65 Avoid triggering AM_CFLAGS / AM_CXXFLAGS redefinition warnings. by bart · 14 years ago
  98. 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
  99. 9a02088 Second and last gcc 4.3.2 PowePC workaround. by bart · 14 years ago
  100. e059791 Implemented a workaround for a PowerPC-specific gcc-4.3.2-7.x86_64 bug. See also by bart · 14 years ago