1. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  2. 745e5c7 Merge remote-tracking branch 'aosp/upstream-master' into mymerge by Dmitriy Ivanov · 9 years ago
  3. 416e4bb On a zEC12 or z13, a glibc with lock elision enabled infers from HWCAP by florian · 9 years ago
  4. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  5. a5e06c3 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  6. 22bcca7 Fix x86_64 target build by Dmitriy Ivanov · 9 years ago
  7. 3b91f17 Fix for the HWCAP2 aux vector. by carll · 9 years ago
  8. 7571271 Remove a few embarassing comments. by florian · 9 years ago
  9. 9dc3156 Use error exit code when bailing out. by florian · 9 years ago
  10. 737548c Remove magic constant. Use LibVEX_GUEST_STATE_ALIGN instead. by florian · 9 years ago
  11. ca92cdf Follow up on VEX r3144 and remove VexGuestTILEGXStateAlignment. by florian · 9 years ago
  12. 81de065 Fix BZ #342683. Based on patch by Ivo Raisr. by florian · 9 years ago
  13. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  14. 52b284b ADD AT_DCACHEBSIZE and AT_HWCAP2 support for POWER PC by carll · 9 years ago
  15. 26ed419 Adds initial support for AArch64 (arm64) on Android. Small programs by sewardj · 10 years ago
  16. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  17. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  18. b16609b Clean up confusion about VG_(args_the_exename) which was believed to by florian · 10 years ago
  19. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  20. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  21. 7e5a9c2 This fixes the shadow validity setup of SP,IA and FPC. The current by cborntra · 11 years ago
  22. 0345188 arm64: rename guest_SP to guest_XSP so as to avoid a name clash with by sewardj · 11 years ago
  23. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  24. 3d24135 The value of AT_BASE should be the offset between where the ELF interpreter by tom · 11 years ago
  25. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
  26. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  27. 1a59a92 Clarify wording. by florian · 11 years ago
  28. 353d8b8 Followup to the renaming in VEX r2735. by florian · 11 years ago
  29. 4fa3d37 fix 321960 pthread_create() then alloca() causing invalid stack write errors by philippe · 11 years ago
  30. 50d6d21 Pay attention to PT_GNU_STACK when deciding what permissions to by tom · 11 years ago
  31. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 12 years ago
  32. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  33. 5d5f070 fix n-i-bz same as 303624 (fixed in 3.8.0), but for x86 android by philippe · 12 years ago
  34. c8b8214 Fix Char/HChar mixups and constness in m_initimg. by florian · 12 years ago
  35. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  36. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  37. 77c1185 Fix 303624 segmentation fault on Android 4.1 (e.g. on android emulator or Galaxy Nexus OMAP) by philippe · 12 years ago
  38. eeb0733 fix 302709 valgrind for ARM needs extra tls support for android emulator by philippe · 12 years ago
  39. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  40. ccb843b Tighten up initial guest/shodow state on s390x. by florian · 13 years ago
  41. 90ffbe3 x86: don't forget to initialise guest %es from the host %es when by sewardj · 13 years ago
  42. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  43. 6a1ec6b Duh, do r11879 correctly (Android doesn't have an auxv entry called AT_FPUCW.) by sewardj · 13 years ago
  44. c19a5b0 Android doesn't have an auxv entry called AT_FPUCW. by sewardj · 13 years ago
  45. 2a31239 Add support for PIC executables (e.g. firefox on Ubuntu 11) by adding by sewardj · 13 years ago
  46. 6c55ba0 setup_client_stack: use have_exename to consistently guard uses by sewardj · 13 years ago
  47. 6c591e1 by sewardj · 13 years ago
  48. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 14 years ago
  49. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  50. a3551be arm-linux: determine whether the host supports Neon by looking at our by sewardj · 14 years ago
  51. 9dcfdff Merge from branches/THUMB: track renaming of guest_R15 to guest_R15T. by sewardj · 14 years ago
  52. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  53. e9dd322 Add debug printing for the env-mashing machinery, to help investigate by sewardj · 15 years ago
  54. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  55. 9bb8119 Unmap the vdso as well as suppressing it by dropping the auxv by tom · 15 years ago
  56. 20a8a61 Support AT_EXECFN in the ELF auxv, filling it in with the path of by tom · 15 years ago
  57. c880930 Add support for AT_BASE_PLATFORM in the ELF auxv. by tom · 15 years ago
  58. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  59. 9c6533d Add support for AT_RANDOM to keep glibc happy when it is built by tom · 15 years ago
  60. 63ae69a Sync m_initimg with the DARWIN branch. by njn · 15 years ago
  61. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  62. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 16 years ago
  63. 9f20746 Updated copyright years. by njn · 16 years ago
  64. 6bf365c Changed the way files are installed. Instead of going into by njn · 16 years ago
  65. 91772d1 - Split up m_ume.c into m_ume/{main,elf,script}.c. This will make merging by njn · 16 years ago
  66. f093c8c Assert that the guest state size is a multiple of 16, not 8. by sewardj · 16 years ago
  67. 9c606bd by sewardj · 16 years ago
  68. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  69. 7cf4e6b by sewardj · 16 years ago
  70. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  71. 95d86c0 Improve handling of programs which require very large main thread by sewardj · 17 years ago
  72. d5c3f28 Print a nice message if allocation of the stack fails, rather than just by sewardj · 17 years ago
  73. 5bdfbd2 When allocating space for the client stack on Linux, take notice of by sewardj · 17 years ago
  74. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 18 years ago
  75. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  76. f9d2f9b Redo the interface to m_initimg (module for setting up the initial by sewardj · 18 years ago
  77. 2da4784 Merge r6102/6103: by sewardj · 18 years ago
  78. 17c1104 Move code that creates the initial Linux memory image (stack, env, by sewardj · 18 years ago