1. 7862701 This patch is the first installment of the cache info reorganisation. by florian · 12 years ago
  2. 199c15b Allow a null pointer as the second argument to capget. by tom · 12 years ago
  3. 41ad7e7 Implement a fake /proc/self/auxv file for linux systems. by tom · 12 years ago
  4. 3fad65b Unbreak build on ppc64 (error: ‘EmWarn_PPC64_redir_underflow’ undeclared) by philippe · 12 years ago
  5. 639e1f8 Add include file. by florian · 12 years ago
  6. 40628fa Implement some extra DW_OPs - more constants and some unary operators. by tom · 12 years ago
  7. f6716dd Rename CfiOp to CfiBinop in preparation for adding unary operators. by tom · 12 years ago
  8. 79fb231 When processing DW_OP_plus_uconst make sure we record an add, not by tom · 12 years ago
  9. 896fe20 Enable wrappers for sys_settimeofday and sys_stime on MIPS. by petarj · 12 years ago
  10. 0950120 Be more flexible by allowing the compile command to be prefixed, by florian · 12 years ago
  11. 17d3a44 Setup correct minimum malloc'd block size for MIPS. by petarj · 12 years ago
  12. 5122e77 Enable pre-wrapper for sys_shutdown for MIPS. by petarj · 12 years ago
  13. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  14. 9228067 Restore unwind regs structure if VG_(use_CF_info) fails on MIPS. by petarj · 12 years ago
  15. 6834783 drd: Suppress race reports on .got sections too by bart · 12 years ago
  16. ed8b0f6 "Fix" stack bounds check when compiled by Clang 4.0. Fix from Andrew by sewardj · 12 years ago
  17. e968591 Fix an uninitialised variable found be BEAM. by florian · 12 years ago
  18. db3f3e6 Guard against negative symbol sizes in ELF symbol tables, which by sewardj · 12 years ago
  19. 370bc77 s390: Detect floating point extension facility. Update s390-features.c by florian · 12 years ago
  20. bb913cd Add a tester for V-bit propagation through IROps. by florian · 12 years ago
  21. 87a25cf s390: Add zEC12 machine model. Fix spelling for some older models. by florian · 12 years ago
  22. 833ffd0 On s390: detect presence of stckf hardware facility. by florian · 12 years ago
  23. 2e49741 Followup patch to r12899, purely mechanical. Rename: by florian · 12 years ago
  24. 3aab0ad Fix skipping of block forms when this code is compiled by gcc 4.8 -- it by sewardj · 12 years ago
  25. c1d946e Fix up range checking in ML_(addLineInfo). Avoids assertion failure by sewardj · 12 years ago
  26. e694d77 Fix POST(posix_spawn) on Darwin so it marks the returned pid as defined. by sewardj · 12 years ago
  27. c529a08 fix 301281 valgrind hangs on OS X when the process calls system() by philippe · 12 years ago
  28. 6dda089 fix n-i-bz vgdb ptrace calls wrong on mips, causing blocked syscalls to fail by philippe · 12 years ago
  29. f938b7b Fix 301281 valgrind hangs on OS X when the process calls system() by philippe · 12 years ago
  30. 6caac71 On Darwin, use __NR_poll_nocancel rather than __NR_poll, as per the by sewardj · 12 years ago
  31. 2d75ea2 Fix n-i-bz shmat of a segment > 4Gb does not work by philippe · 12 years ago
  32. 5b240c2 Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
  33. 5db7a79 Add support for the tee and vmsplice system calls. BZ#304561. by tom · 12 years ago
  34. 260c648 Add a couple of useful examples to the --help text for --soname-synonyms. by sewardj · 12 years ago
  35. e808f81 Change script to also handle IBM's copyright notice. Update copyright notices. by florian · 12 years ago
  36. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  37. 44d2c2b Fixing incorrect case in putSyscallArgsIntoGuestState for __NR_syscall. by petarj · 12 years ago
  38. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  39. 13a5952 fix 284540 (optimise suppression matching) by philippe · 12 years ago
  40. 640d437 Add support for sys_shm_unlink on Darwin. Fixes #288298. by sewardj · 12 years ago
  41. 02e97e9 Back off from 32 alignment of various guest state bits. We don't by sewardj · 12 years ago
  42. bb5d4c6 Un-break the build on OSX < 10.8 following r12814 by sewardj · 12 years ago
  43. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  44. 6ccc9cf Back out r12466, which stopped non-MAP_FIXED mmaps by the client on by sewardj · 12 years ago
  45. 402d8bc Avoid asserting when a segment is mapped both rw and rx. by philippe · 12 years ago
  46. 0c0291a Remove --vex-iropt-precise-memory-exns, implement --vex-iropt-register-updates by philippe · 12 years ago
  47. d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
  48. dea70ce Fix compiler warning. by florian · 12 years ago
  49. 56ddd5b micro-optimisation in m_libcbase.c cmp functions by philippe · 12 years ago
  50. 2c5c05e Improve suppression matching performance when fun or obj is a simple string by philippe · 12 years ago
  51. 2baf753 Due to s390's dealings with invalid insns we need to do two things by florian · 12 years ago
  52. 78b83ae Apply first_ip_delta also when only one frame is requested for the back-trace. by florian · 12 years ago
  53. bb4f5da Pass first_ip_delta to VG_(record_depth_1_ExeContext) as the function by florian · 12 years ago
  54. 2c74189 Eliminate magic constant. Use VG_(clo_backtrace_size) instead. by florian · 12 years ago
  55. 8b73c6e Avoid checking for bitset initialization if futex_wait_bitset is meant to fail. by petarj · 12 years ago
  56. 4ab205b No need to list m_gdbserver.c twice in the Makefile.am. by sewardj · 12 years ago
  57. d7209de Localise "struct reg regs[]". by sewardj · 12 years ago
  58. 5e21d44 ppc64-linux _start: don't assume ._start_in_C_linux -- the function by sewardj · 12 years ago
  59. f0aedc4 If the compiler being used to build is clang, remember to add by sewardj · 12 years ago
  60. 77c1185 Fix 303624 segmentation fault on Android 4.1 (e.g. on android emulator or Galaxy Nexus OMAP) by philippe · 12 years ago
  61. 9994ed6 Small cleanup: use VG_TRACK (when possible) to call tool tracking functions by philippe · 12 years ago
  62. bb2b279 Un-break the build on MacOS, following r12742 (initial support for DWZ by sewardj · 12 years ago
  63. 31c7478 Add some missing syscall numbers for MIPS. by petarj · 12 years ago
  64. ede9caf Before printing a back-trace make sure that page containing the by florian · 12 years ago
  65. f7c9714 Initial support for DWZ compressed debuginfo -- don't crash, at least, by sewardj · 12 years ago
  66. 6f3f318 Fix ppCfiReg for s390 so --trace-cfi=yes no longer asserts. by florian · 12 years ago
  67. 0788a3f Fix loading of large Mach-O thin binaries. Bug #289470. by sewardj · 12 years ago
  68. b6bf12c Add ioctl wrappers for "Linux user input device". Fixes #296229. by sewardj · 12 years ago
  69. 54c45db Clean up the PDB reader somewhat, mostly in the area of biasing. by sewardj · 12 years ago
  70. 6b5625b Allow multiple rw and rx mappings in the ELF debuginfo reader. by sewardj · 12 years ago
  71. a1eed9d Wire up four more system calls on arm, based on patch by tom · 12 years ago
  72. a7b9dfc Add support for the SIOCSHWTSTAMP ioctl, based on a patch by tom · 12 years ago
  73. 751b55e Wire up dup3 on arm. Fixes BZ#299629. by tom · 12 years ago
  74. 3fc9929 Add support for the CDROM_GET_CAPABILITY ioctl based on patch by tom · 12 years ago
  75. 732b358 Allow an IFunc symbol to be merged with a non-IFunc symbol that by tom · 12 years ago
  76. eeb0733 fix 302709 valgrind for ARM needs extra tls support for android emulator by philippe · 12 years ago
  77. 36c2b8c Including additional header file to syswrap-linux.c to see VG_(get_SP). by petarj · 12 years ago
  78. 29e022d Add command line flag --trace-notabove which I've found handy. by florian · 12 years ago
  79. 0088888 Don't be spooked by DW_TAG_{structure,class,union}_type that has only by sewardj · 12 years ago
  80. 2fd883a Removing the warning about defined yet unused function on MIPS. by petarj · 12 years ago
  81. 7711f9e Increase allowed size of a back-trace to 500 frames. by florian · 12 years ago
  82. d663333 Remove an extraneous "extern". by sewardj · 12 years ago
  83. 13edb6a Correcting sys_shmdt wrapper for MIPS Linux. by petarj · 12 years ago
  84. 335d3c9 Adding MIPS-specific wrapper for syscall pipe. by petarj · 12 years ago
  85. 24a6072 Align VG_(threads)[] by bart · 12 years ago
  86. f5f6ed1 Fix 203877 and 301229 increase to 16Mb maximum allowed alignment for memalign() and posix_memalign by philippe · 12 years ago
  87. e947ce1 Add a hack (disabled by default) that attempts to unwind the stack on by sewardj · 12 years ago
  88. 14711e8 Have the inner Valgrind registering the interim_stack asap. by philippe · 12 years ago
  89. 0972443 Fix assert in gdbserver for watchpoints watching the same address by philippe · 12 years ago
  90. 0e3e768 Avoid unused warning for ptrace_write_memory in vgdb.c (only used on some platforms) by philippe · 12 years ago
  91. 1e4071e Fix typo/merge problem (replace s390x by mips32 in target.c) by philippe · 12 years ago
  92. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  93. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  94. 98763d5 m_machine: add new function VG_(machine_get_size_of_largest_guest_register) by sewardj · 12 years ago
  95. 2eecb74 Track the change to IRDirty guest state effect annotations introduced by sewardj · 12 years ago
  96. d39b022 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
  97. f9a16d4 Let valgrind check the tls argument if the appropriate flag is set by cborntra · 12 years ago
  98. 8414ab3 Fix false positive in sys_clone on amd64 when optional args are not given (e.g. child_tidptr) by philippe · 12 years ago
  99. b7a0e59 Add missing gdbserver xml files for shadow registers for ppc32 by philippe · 12 years ago
  100. 419d5f2 gdbserver: introduce support to show the AVX registers. by philippe · 12 years ago