1. d2b78a6 Fix typo by weidendo · 14 years ago
  2. a85956d Un-break the trunk build on OSX (broken by r11483 on 6 Dec '10). Fixes #261654. by sewardj · 14 years ago
  3. e5930da Added a --mod-funcname option to cg_diff. by njn · 14 years ago
  4. c6fe8a2 When a shmat() size is passed to the tool, round it up to a page size. This by njn · 14 years ago
  5. e006e6f Raise Massif's maximum --detailed-freq value from 10,000 to 1,000,000. by njn · 14 years ago
  6. 9ab64a4 New command line option: --trace-children-skip-by-arg, which allows by sewardj · 14 years ago
  7. cd458d2 Minor improvements to PDB reading: by sewardj · 14 years ago
  8. 05b8853 Add tests for ROUNDPD and ROUNDPS. by sewardj · 14 years ago
  9. 41aa79d by sewardj · 14 years ago
  10. e03c8c4 Rework the strcasecmp stuff a little, based on Jakub Jelinek's patch by tom · 14 years ago
  11. ce6d0ac Add replacements for strcasecmp and related functions which have by tom · 14 years ago
  12. 8600c42 DRD: the help text does now indicate that lock contention detection is off by default / changed default value of the exclusive mutex threshold from 1000s to off. See also #255247. by bart · 14 years ago
  13. eb09f9e Removed superfluous semicolon. by bart · 14 years ago
  14. e07c2b5 Merge from 3_6_BRANCH, r11471 (final change to NEWS for 3.6.0) by sewardj · 14 years ago
  15. 695f13a Finalise doc stuff for 3.6.0. by sewardj · 14 years ago
  16. 87a287b Preserve the stack's 16-alignment in x86 and amd64 wrappers. Fixes #254646. by sewardj · 14 years ago
  17. f90dcbc Size the ARM_LINUX_FAKE_COMMPAGE correctly and add explanatory by sewardj · 14 years ago
  18. 8559152 Updated Subversion ignore lists. by bart · 14 years ago
  19. e93f936 Avoid a double free when a binary has a build-id and no debuglink section. by tom · 14 years ago
  20. a619ee0 Make sure all the handwritten assembly files for arm-linux are compiled with -marm. by sewardj · 14 years ago
  21. bdc87db DRD: Removed section about Qt from the manual. by bart · 14 years ago
  22. ef64c47 Add test cases for SMSAD{X}, SMLSD{X}, USAD{A}8, added in vex r2067. by sewardj · 14 years ago
  23. 2ef12d4 Removed the Qt4 configure tests because these are no longer necessary. by bart · 14 years ago
  24. 0f71456 DRD: Disabled the Qt4 regression tests because these are too hard to maintain. by bart · 14 years ago
  25. 5af0506 Handle new Iop_Sad8Ux4 introduced in vex r2067. by sewardj · 14 years ago
  26. 8c87e71 Avoid that using VALGRIND_GET_VBITS() / VALGRIND_SET_VBITS() triggers warnings about casting away constness. by bart · 14 years ago
  27. 50c5093 Add support for DW_ATE_UTF from DWARF4 which is needed for char16_t by tom · 14 years ago
  28. 15ff8f3 Don't look for build-id notes if NT_GNU_BUILD_ID is not defined. by tom · 14 years ago
  29. 6ef87e6 Add support for using build-id to find debugging information as by tom · 14 years ago
  30. 45a1fd0 Bump version number on the trunk. by sewardj · 14 years ago
  31. 233d5b2 Update filter for Ubuntu 10.04. by sewardj · 14 years ago
  32. 049ea22 Update expected outputs following recent amd64-unwind improvements (??) by sewardj · 14 years ago
  33. 56e256a Update expected output. by sewardj · 14 years ago
  34. 18a0892 Updates for 3.6.0. by sewardj · 14 years ago
  35. e089f01 Documentation update for 3.6.0 (not including NEWS). by sewardj · 14 years ago
  36. a88fb0b Increase default size of the freed blocks queue from 10MB to 20MB. by sewardj · 14 years ago
  37. 5fce756 Add documentation for exp-dhat. by sewardj · 14 years ago
  38. 00d9d1e Add heading items. by sewardj · 14 years ago
  39. eb795f8 * cosmetic output changes by sewardj · 14 years ago
  40. 813e31d Changes to make exp-ptrcheck work reasonable on Fedora 14 x86: by sewardj · 14 years ago
  41. 5fd79df Minimal fixes needed to make this tool actually usable: by sewardj · 14 years ago
  42. 62622f4 Fix up printing of the can't-autodetect-params message and the by sewardj · 14 years ago
  43. 807725e Define VG_CLREQ_SZB correctly on ARM, so Cachegrind and Callgrind by sewardj · 14 years ago
  44. 4d7d8f5 Add DHAT as an experimental tool. DHAT (a Dynamic Heap Analysis Tool) by sewardj · 14 years ago
  45. 14cdbf8 Make the --prefix-to-strip=... command-line option added in r11312 by sewardj · 14 years ago
  46. a6f76ee Remove some fluff detected by llvm-2.8 (clang): by sewardj · 14 years ago
  47. c975eca Enable support for sys_ppoll on arm-linux (Rodrigo Belem, rodrigo.belem@openbossa.org). by sewardj · 14 years ago
  48. 992d76c Add tests for NOP cases. by sewardj · 14 years ago
  49. 7838ae6 Improve NEON instruction set tests, so as to run tests with by sewardj · 14 years ago
  50. ad69807 none/tests/ppc*/jm-insns.c: Minor simplification. by bart · 14 years ago
  51. 95ee5b2 Updated Subversion ignore list. by bart · 14 years ago
  52. 18f734b Updated DRD manual. by bart · 14 years ago
  53. 5cf4c39 Updated the NEWS file. by bart · 14 years ago
  54. 12dca00 Let the macro ANNOTATE_BENIGN_RACE_STATIC() do what the comment above that macro says what it does. by bart · 14 years ago
  55. 876cafd E-mail address update. by bart · 14 years ago
  56. abf93eb Removed an outdated document. by bart · 14 years ago
  57. bdee918 Dwarf3 reader: handle Dwarf3 created by gcc-4.5.1. In other words, by sewardj · 14 years ago
  58. a540643 Removed the configure test for __builtin_frame_address() again because it is no longer necessary. by bart · 14 years ago
  59. 8d1dc15 More unwind fixes for the amd64-linux CALL_FN_*_* macros, as per by sewardj · 14 years ago
  60. 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
  61. 410afd5 valgrind.h is again independent of config.h. Note: __builtin_frame_address() by bart · 14 years ago
  62. 96a69ea Add a couple of OSX 10.6 specific supps. by sewardj · 14 years ago
  63. 0d5efd5 chmod_extended and fchmod_extended: handle NULL xsecurity argument correctly. by sewardj · 14 years ago
  64. ef53b80 Update stderr filters so that regtests pass on machines with 3-level caches. by sewardj · 14 years ago
  65. 520a03a Fix build failure I introduced in r11408, duh. by sewardj · 14 years ago
  66. 9edd09f Local-ise some variables that don't need to be visible outside this file. by sewardj · 14 years ago
  67. 6022784 Tidy up ifdeffery a bit. (non-functional change) by sewardj · 14 years ago
  68. 0681bdd Fix build breakage on Darwin resulting from r11402 (see #243270), by sewardj · 14 years ago
  69. cec083d Only use VKI_O_LARGEFILE on platforms where it exists. This by sewardj · 14 years ago
  70. 19a00d3 Define VKI_SHMLBA on Darwin, so as to un-break build breakage caused by by sewardj · 14 years ago
  71. 2d853a1 Change Cachegrind/Callgrind to talk about the LL (last-level) cache instead by njn · 14 years ago
  72. f252299 The amd64-linux unwinder rejects stacks of smaller than 512 bytes as by sewardj · 14 years ago
  73. dfa55cf amd64-linux: add suitable CFI annotations so that unwinding through by sewardj · 14 years ago
  74. e4f7483 ppc/jm-insns.c: Use proper integer types. by bart · 14 years ago
  75. a69c2de Define VKI_SHMLBA for all supported Linux targets, thereby unbreaking by sewardj · 14 years ago
  76. 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
  77. 90741b2 get_shm_size(): pass VKI_IPC_64 to our shmctl call if it is available, by sewardj · 14 years ago
  78. 2988b84 When opening an mmaped file to see if it's an ELF file that we should by sewardj · 14 years ago
  79. 946f384 Handle mq_* syscalls. Fixes #243884. (David Fenger, dkfenger@gmail.com) by sewardj · 14 years ago
  80. 1d0f3f6 When a memory block changes from unreachable to possibly or definitely by tom · 14 years ago
  81. 792e00a Support sys_readahead on Linux. by sewardj · 14 years ago
  82. 0ecd49e Make sure that string buffers for cost arrays are large enough. by weidendo · 14 years ago
  83. f3bea49 callgrind/main.c, finish(): 'Char buf[RESULTS_BUF_LEN]' can be overrun in by sewardj · 14 years ago
  84. a2b2bb8 Make readdwarf.c big endianess safe to enable unwinding on big endian by sewardj · 14 years ago
  85. 8f6ec70 Don't assert when doing origin tracking for d16-31, f32-63 or q0-15. by sewardj · 14 years ago
  86. e3ae8a3 Test cases for amd64 PCLMULDQ (Emmanuel Thome, Emmanuel.Thome@gmail.com). by sewardj · 14 years ago
  87. 6586493 When origin tracking, handle the new %RFLAGS.ACFLAG guest state by sewardj · 14 years ago
  88. f3d5c6e Add proper dependencies for pub/libvex_guest_offsets.h (Florian Krohm, by sewardj · 14 years ago
  89. 6dc769e Add test cases for CMPXCHG reg, reg on amd64. (Vince Weaver, by sewardj · 14 years ago
  90. 1e05e89 Add test cases for amd64 ADC Iv, eAX and SBB Iv, eAX (Jakub Jelinek, by sewardj · 14 years ago
  91. 5484f38 Calling VG_(am_relocate_nooverlap_client) will destroy the descriptor by tom · 14 years ago
  92. c52b932 Speed up the --cache-sim=no case. by njn · 14 years ago
  93. e90711c In Cachegrind, allow --cache-sim=no --branch-sim=no. Sometimes just getting by njn · 14 years ago
  94. e397c03 Add tests for all encodings of REV and REV16 in both ARM and Thumb mode. by sewardj · 14 years ago
  95. 2f9210e Add tests for ORN (immediate) and ORN (register). by sewardj · 14 years ago
  96. 841c447 Test for RBIT in ARM mode. by sewardj · 14 years ago
  97. 1956c50 by sewardj · 14 years ago
  98. fa5ce56 On arm-linux, add r7 to the set of registers that the CFI unwinder by sewardj · 14 years ago
  99. 987a765 by sewardj · 14 years ago
  100. 234bd48 arm-linux: zero out the least significant bit of R15 that we by sewardj · 14 years ago