1. 24a6072 Align VG_(threads)[] by bart · 12 years ago
  2. f5f6ed1 Fix 203877 and 301229 increase to 16Mb maximum allowed alignment for memalign() and posix_memalign by philippe · 12 years ago
  3. e947ce1 Add a hack (disabled by default) that attempts to unwind the stack on by sewardj · 12 years ago
  4. 14711e8 Have the inner Valgrind registering the interim_stack asap. by philippe · 12 years ago
  5. 0972443 Fix assert in gdbserver for watchpoints watching the same address by philippe · 12 years ago
  6. 0e3e768 Avoid unused warning for ptrace_write_memory in vgdb.c (only used on some platforms) by philippe · 12 years ago
  7. 1e4071e Fix typo/merge problem (replace s390x by mips32 in target.c) by philippe · 12 years ago
  8. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  9. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  10. 98763d5 m_machine: add new function VG_(machine_get_size_of_largest_guest_register) by sewardj · 12 years ago
  11. 2eecb74 Track the change to IRDirty guest state effect annotations introduced by sewardj · 12 years ago
  12. d39b022 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
  13. f9a16d4 Let valgrind check the tls argument if the appropriate flag is set by cborntra · 12 years ago
  14. 8414ab3 Fix false positive in sys_clone on amd64 when optional args are not given (e.g. child_tidptr) by philippe · 12 years ago
  15. b7a0e59 Add missing gdbserver xml files for shadow registers for ppc32 by philippe · 12 years ago
  16. 419d5f2 gdbserver: introduce support to show the AVX registers. by philippe · 12 years ago
  17. 349a391 Prepare for AVX support : restructure gdbsrv/target/valgrind-low/arch low by philippe · 12 years ago
  18. 65bdbe4 add some intial kvm ioctls (low hanging fruits). This gets rid of some valgrind by cborntra · 12 years ago
  19. d7f6033 Fix fallout from recent AVX commit (guest_XMMn no longer exist; by sewardj · 12 years ago
  20. 45fa9f4 Add initial support for Intel AVX instructions (Valgrind side). by sewardj · 12 years ago
  21. 6d6ddbc name_of_sched_event was missing some values and returning "??UNKNOWN??" instead. by philippe · 13 years ago
  22. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 13 years ago
  23. de065a0 Support DWARF version 4 DW_AT_high_pc constant form. #299053. by sewardj · 13 years ago
  24. d483f80 Avoid duplicate primary names when merging identical symbol table entries. by philippe · 13 years ago
  25. 80beb24 Improve m_redir.c debug trace by adding filename. by philippe · 13 years ago
  26. e3d028c Add ETF3 facility (valgrind bits). Part of fixing Bugzilla #289839. by florian · 13 years ago
  27. ee93cdb Correctly parse DW_FORM_ref_addr -- its format is different in Dwarf2 by sewardj · 13 years ago
  28. 93a6a8d add optional arg [aspacemgr] to v.info memory to show aspacemgr segments. by philippe · 13 years ago
  29. ee1a897 Add feature detection for amd64.avx, and (potentially) FMA. by sewardj · 13 years ago
  30. b7301c6 For --profile-flags=, weight the counts by the number of guest insns by sewardj · 13 years ago
  31. e25053c Disable debug printing w.r.t. sector unlinking. by sewardj · 13 years ago
  32. 4b50415 tchain optimisation for s390 (valgrind bits) by florian · 13 years ago
  33. 6e0015a Followup to r12527. Use 32-bit arithmetic to increment xindir by florian · 13 years ago
  34. 4e63b8e Be lenient if the machine model could not be determined. Assume it's by florian · 13 years ago
  35. 0daa4e3 Consolidate and update information about dependencies of by florian · 13 years ago
  36. d7a0cd6 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 13 years ago
  37. 96b3c20 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 13 years ago
  38. 5f55436 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 13 years ago
  39. bba6f31 Last optimisation for the day: change VG_(stats__n_xindirs) in such a by sewardj · 13 years ago
  40. 21b7ab2 Kludge around a compiler warning, and add explanatory comment. by sewardj · 13 years ago
  41. 68aba52 Set VEX_HWCAPS_S390X_STFLE if available. This should have been part of r12335. by florian · 13 years ago
  42. 93a9757 (post-tchain-merge cleanup): fix call to handle_syscall on x86-darwin. by sewardj · 13 years ago
  43. 972316d Fix assertion failure on x86-darwin following r12504 (pread fix) by sewardj · 13 years ago
  44. 0e5839b (post-tchain-merge cleanup): un-break the build on OSX by fixing up by sewardj · 13 years ago
  45. a5ed11e Comment update (was moved to t-chaining-notes.txt) by sewardj · 13 years ago
  46. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 13 years ago
  47. 8c017ad Implement accept4 on ARM systems. by tom · 13 years ago
  48. e7aa433 Wire up epoll_create1 on ARM systems. by tom · 13 years ago
  49. 0c30a7b scheduler, ticket lock: Add memory barriers necessary to avoid a deadlock on PowerPC systems by bart · 13 years ago
  50. 9fdca56 add some .globl or used attribute to avoid link failures with gold linker + LTO by philippe · 13 years ago
  51. c42a5cc Change permission mask for FIFOs and shared memory to 0600 instead of 0666 by philippe · 13 years ago
  52. 8050bb7 patch fixing 297991: mmap changing a file descriptor current position by philippe · 13 years ago
  53. 8fb1b13 Fix 297992 Support systems missing WIFCONTINUED (e.g. pre-2.6.10 Linux) by philippe · 13 years ago
  54. cce48f8 Android's libc includes advertise a "malloc_usable_size", but the by sewardj · 13 years ago
  55. bb4827b fix off by one in string by philippe · 13 years ago
  56. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 13 years ago
  57. 471d6b3 Fix incorrect use of VG_(addToXA). (Tom Tromey <tromey@redhat.com>) by sewardj · 13 years ago
  58. a2af13d Comment-only fix. (Tom Tromey <tromey@redhat.com>) by sewardj · 13 years ago
  59. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 13 years ago
  60. 5ba075a Fixes for capabilities checking w.r.t. Power DFP instructions by sewardj · 13 years ago
  61. c961d36 gcc-4.7.0 complains about some __attribute__((always_inline)) here, by sewardj · 13 years ago
  62. 62d2b62 Fix #ifdef vs { mismatch in r12471, that broke compilation on MacOS. by sewardj · 13 years ago
  63. a3d8c67 Further fix 297078 : implement conversion between vki and gdb real time sig nr. by philippe · 13 years ago
  64. 886fde3 Fix bug 297078 gdbserver signal handling problems caused by diff vki nr/gdb nr and by philippe · 13 years ago
  65. ef49323 Add a nasty kludge in the handling of mmap on Darwin. Does not apply by sewardj · 13 years ago
  66. 9d061d0 Fix up debug printing -- no functional change. by sewardj · 13 years ago
  67. 3410383 Keep the stack properly 16 aligned when delivering signals on x86-darwin. by sewardj · 13 years ago
  68. 06728c8 Keep the stack properly 16-aligned when delivering signals on by sewardj · 13 years ago
  69. 625c3e7 Fill in missing signal handling macros for amd64-darwin. by sewardj · 13 years ago
  70. 161404e Darwin: Fix a copy/paste error that was introduced in r12458 by bart · 13 years ago
  71. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 13 years ago
  72. 9c1a505 Support sys_fallocate on arm-linux. by sewardj · 13 years ago
  73. ede2d6c (for x86 and amd64): Change the type of the shadow regs for floating point registers by philippe · 13 years ago
  74. 561b832 Change the type of the shadow regs for floating point registers by florian · 13 years ago
  75. e2b8aa4 Add s390x register decsription to vgdb. This enables examination by florian · 13 years ago
  76. f1e1aa6 Fix leak in debuginfo.c by philippe · 13 years ago
  77. 72faf10 Allows to run regression tests in an outer/inner setup. by philippe · 13 years ago
  78. d4f5aac Finally understood why an outer on inner on a 32 bit application by philippe · 13 years ago
  79. 3f6e9d9 Suppress race reports on ticket lock state variables by bart · 13 years ago
  80. 92e2c64 Suppress race reports on VG_(threads)[tid].os_state.exitcode by bart · 13 years ago
  81. 9e3a08f Use ANNOTATE_BENIGN_RACE_SIZED() to suppress race reports on owner_lwpid by bart · 13 years ago
  82. 27233e9 When analyzing Valgrind with drd, suppress uninteresting race reports on VG_(threads)[].status by bart · 13 years ago
  83. a2340a5 Suppress uninteresting race reports on sema->owner_lwpid by bart · 13 years ago
  84. 6919736 Ah, the joys of applying patches by hand. Redo r12424 but get the by sewardj · 13 years ago
  85. d9dbbc9 x86-darwin: _start: keep the stack 16-aligned. Fixes #295428. by sewardj · 13 years ago
  86. e139a46 MacOS only: VG_(get_changed_segments) callback by sewardj · 13 years ago
  87. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 13 years ago
  88. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 13 years ago
  89. 4bad593 Fix leak of range_list (see below an example) in readdwarf3.c. by philippe · 13 years ago
  90. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 13 years ago
  91. aba260b Handle prlimit64 the same way we do getrlimit and setrlimit, with by tom · 13 years ago
  92. 0e1cac9 After a fork, gdbserver_init can be called again. by philippe · 13 years ago
  93. d9df0ea Fix leak found by running memcheck/tests/varinfo[1-6].vgtest by philippe · 13 years ago
  94. e318d0b Increase the size of buffers used for showing names when --trace-flags= is set. by sewardj · 13 years ago
  95. 43dcb39 Android only: make the debuginfo mapping hack more flexible. by sewardj · 13 years ago
  96. 7d69fd9 Fix some memory leaks found by running memcheck on annotated memcheck. by philippe · 13 years ago
  97. ccb843b Tighten up initial guest/shodow state on s390x. by florian · 13 years ago
  98. 75a5f78 Fix buffer overflow bug when building the target file. by philippe · 13 years ago
  99. 5528e5e Revision 12396 (replacing pkglib_DATA by vglib_DATA) missed by philippe · 13 years ago
  100. eb83f6c Implement malloc_size for the vg_default_zone on Darwin. by sewardj · 13 years ago