1. 5f9116d Avoid warning on Addr sp, unused on some platforms (e.g. ppc32) by philippe · 10 years ago
  2. 754f1ad Fix Makefile.am so it works for builds configured with --enable-only32bit. by florian · 10 years ago
  3. 6efd485 Fix a compiler warning about an incompatible format. by florian · 10 years ago
  4. 4769c3c * Remove useless typedef and uses of Addr32 and Addr64, just use Addr by philippe · 10 years ago
  5. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 10 years ago
  6. 5196c3e TyEnt::TyStOrUn::fieldRs is never NULL as VG_(newXA) always returns by florian · 10 years ago
  7. f466eef Track the IMark changes in VEX r3055. by florian · 10 years ago
  8. 2d4ba29 Track VEX r3052 (VexTranslateArgs::guest_bytes_addr is an Addr value). by florian · 10 years ago
  9. 255f534 Remove -Wcast-qual as it is already being added by Makefile.all.am by florian · 10 years ago
  10. b9da1b9 Add -std=gnu99 to the list of compile flags. by florian · 10 years ago
  11. 9b3da11 The definition of type Addr has moved to VEX and by florian · 10 years ago
  12. d65f726 Import offsetof and vg_alignof from VEX (tracking VEX r3049). by florian · 10 years ago
  13. fba8dd7 Add a command line option to allow the user to provide an upper bound by florian · 10 years ago
  14. 09b54fb Change a logging function to use SizeT (tracking VEX r3047). by florian · 10 years ago
  15. af93042 Move definition of type SizeT to VEX (see VEX r3046). by florian · 10 years ago
  16. 90a7073 Fix 342221 - socket connect produce false positive saying access to uninitialized memory area by philippe · 10 years ago
  17. 44bd446 Remove the type AddrH. The code assumes in many places that the host by florian · 10 years ago
  18. d0da968 Fix 341539 VG_(describe_addr) should not describe address as belonging to client by philippe · 10 years ago
  19. f5300ff Avoid spurious warnings about white space following a backslash by florian · 10 years ago
  20. 7822f63 Fix a few casts. A void * cannot be used to initialise a function pointer. by florian · 10 years ago
  21. e1aff6d Elimnate two magic constants. by florian · 10 years ago
  22. 5cbcd62 Fix a typo, introduced when fixing a typo. by philippe · 10 years ago
  23. be314cf Fix typo by philippe · 10 years ago
  24. 345affe Follow up to rev 14823: make errors when reporting command line non critical by philippe · 10 years ago
  25. 8bf9f36 342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests by philippe · 10 years ago
  26. f44ff62 Buffer audit. Resize some. by florian · 10 years ago
  27. 7b7d594 Buffer audit. Resize a few. by florian · 10 years ago
  28. b7742ab Fix a buffer overflow (in case read had returned 1000). by florian · 10 years ago
  29. 8bea091 This commit fixes a redundant #if defined line. The define by carll · 10 years ago
  30. c8d064a Fix 341789 - aarch64: shmat fails with valgrind on ARMv8 by philippe · 10 years ago
  31. c505820 Remove two fixed-size buffers in the dwarf readers. by florian · 10 years ago
  32. 35ef415 Join two #ifdefs, eliminating one. by florian · 10 years ago
  33. 1672a24 For s390 use symbolic register names. by florian · 10 years ago
  34. 602b8f7 Avoid compiler warnings on s390x. by florian · 10 years ago
  35. 205a42f Comment change. Function vg_panic does not exist. by florian · 10 years ago
  36. 8e78577 Fix 197259 Unsupported arch_prtctl PR_SET_GS option by philippe · 10 years ago
  37. f4384f4 Simplify the VG_(get_filename_linenum) interface by removing by florian · 10 years ago
  38. 0e68012 Add a clarifying comment. by florian · 10 years ago
  39. 6c32a3a Remove duplicate command line option. by florian · 10 years ago
  40. 56fc5ff Update tracking the file removal in VEX r3042. by florian · 10 years ago
  41. 29582f8 Remove callgrind's percentify and commify functions as well as the by florian · 10 years ago
  42. 90c7732 Enhance the "Author" section of the manpage as suggested in BZ #226609. by florian · 10 years ago
  43. 866862a Fix BZ #116002. by florian · 10 years ago
  44. b0d3aa9 reach_thread_register cannot be compiled on Mac OS as Mac OS by philippe · 10 years ago
  45. 227a1ec Add limited support for printing floating point numbers to by florian · 10 years ago
  46. 404c0c7 Update detection of tool-chain support for MPX insns by florian · 10 years ago
  47. a5dc2fd Update expected output for none/tests/darwin/access_extended. by sewardj · 10 years ago
  48. 732fb4e Detect presence of sse3 instructions on x86. by florian · 10 years ago
  49. 92b33b5 Announce, that the long displacement facility is noq required for s390x. by florian · 10 years ago
  50. 611fd68 Remove fixed size arrays in the dwarf-3 parser. by florian · 10 years ago
  51. 5f9db7f Eliminate fixed size buffer 'the_CIEs' and allocate it dynamically. by florian · 10 years ago
  52. 5313495 Update test result following VEX r3029. by florian · 10 years ago
  53. 26a790a Add -Wformat -Wformat-security to the list of compile flags. by florian · 10 years ago
  54. 033e7a6 Add script. Comes in handy when messing with the build system by florian · 10 years ago
  55. 9af04c4 Fix a few VG_(message) invocations. The function does not add a by florian · 10 years ago
  56. 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 10 years ago
  57. f34ee4e Fix up the error processing in VG_(expand_file_name). E.g. giving by florian · 10 years ago
  58. 465adfd Add an early-clobber constraint. Otherwise, it will segfault when compiled by florian · 10 years ago
  59. 1e407cc mips64: add test cases for Cavium BBIT032 and BBIT132 by petarj · 10 years ago
  60. b527a5b Bug 341238. Recognize GCC5/DWARFv5 DW_LANG constants Go, C11, C++11, C++14. by mjw · 10 years ago
  61. 5204838 drd: Add a consistency check by bart · 10 years ago
  62. 62cf41c Add a file tracking the 3.10.x merge status. by sewardj · 10 years ago
  63. 593ab85 Update. by sewardj · 10 years ago
  64. d0d42bf Add test cases for RORV x_x_x, w_w_w. by sewardj · 10 years ago
  65. a9e7d88 Add test cases for CLS x_x, w_w. by sewardj · 10 years ago
  66. b262ff4 Back out r14781, which was unintended. by sewardj · 10 years ago
  67. 60c1085 arm64: implement "BRK #imm16". by sewardj · 10 years ago
  68. 03ba835 Change the testcase to not depend on the type of 'this' in the output. by florian · 10 years ago
  69. f7ec77f Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describe by philippe · 10 years ago
  70. 0b41f32 As the BEAM checker correctly points out, the conditions on lines 430 and 485 by florian · 10 years ago
  71. e7f9aa4 Enable sys_flock on arm64-linux. by sewardj · 10 years ago
  72. 74d2d78 Announce fix for BZ #269360. by florian · 10 years ago
  73. 0e8ace0 Update. by sewardj · 10 years ago
  74. f837aa7 isBogusAtom: handle missing case Ico_F32. by sewardj · 10 years ago
  75. 8974835 Update mysteriously out-of-date fp_and_simd.stdout.exp. by sewardj · 10 years ago
  76. 807d35f Add test cases for {S,U}CVTF fixedpt-to-fp. by sewardj · 10 years ago
  77. 8167a03 Fix typos in a comment by philippe · 10 years ago
  78. a9e964d Add test cases for VFPv4 VFNMA, VFNMS added in vex r2995. Pertains to #340807. by sewardj · 10 years ago
  79. 6515df2 Add a lot more intercepts. Very crude. I am sure this is merely by sewardj · 10 years ago
  80. a95abea OSX 10.10: intercept memchr in libsystem_platform.dylib. by sewardj · 10 years ago
  81. d0ac7f8 Fix up the wrapper for getdirentries64 a bit so as to avoid false positives by sewardj · 10 years ago
  82. 3540ee8 Use unsigned long int instead of unsigned long long int on LP64 by florian · 10 years ago
  83. bdd8556 Announce fix of BZ #155125. As of r14685 I think. Add testcase. by florian · 10 years ago
  84. 44d8ec9 Enable test cases for r2993, viz: by sewardj · 10 years ago
  85. ef901ff Comment only changes. by florian · 10 years ago
  86. d42615a Add test cases for all remaining AArch64 ARMv8 SIMD and FP instructions. by sewardj · 10 years ago
  87. 2b42365 Add even more suppressions for Yosemite. by sewardj · 10 years ago
  88. 8c1882c * add a logging mechanism to show repeated messages at exponentially by sewardj · 10 years ago
  89. 77dec3a Pass buffer size to VG_(elapsed_wallclock_time) so the function by florian · 10 years ago
  90. 3130eab Minor non-functional cleanups. by florian · 10 years ago
  91. 7e9ba9e m_compiler.c was added to noinst_HEADERS but should of course by florian · 10 years ago
  92. 7966007 Implement missing heap-intercept function "dh_malloc_usable_size". by sewardj · 10 years ago
  93. 7338295 Audit two buffer sizes. by florian · 10 years ago
  94. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  95. 7534dd8 * add syscall wrappers for some new OSX 10.10 specific calls by sewardj · 10 years ago
  96. a04d66e Update suppressions for OSX 10.10. by sewardj · 10 years ago
  97. 002afc5 Bug 340922 arm64: unhandled getgroups/setgroups syscalls. by mjw · 10 years ago
  98. 8948817 Follow up 14714: use a real malloc cost centre instead of an empty string by philippe · 10 years ago
  99. 7b3d356 Implement Option --error-markers=<begin>,<end> by philippe · 10 years ago
  100. cc9480f Merge r14340,14346-14348,14352,14354-14355 from the BUF_REMOVAL branch to by florian · 10 years ago