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