1. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  2. 44d2c2b Fixing incorrect case in putSyscallArgsIntoGuestState for __NR_syscall. by petarj · 12 years ago
  3. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  4. 13a5952 fix 284540 (optimise suppression matching) by philippe · 12 years ago
  5. 640d437 Add support for sys_shm_unlink on Darwin. Fixes #288298. by sewardj · 12 years ago
  6. 02e97e9 Back off from 32 alignment of various guest state bits. We don't by sewardj · 12 years ago
  7. bb5d4c6 Un-break the build on OSX < 10.8 following r12814 by sewardj · 12 years ago
  8. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  9. 6ccc9cf Back out r12466, which stopped non-MAP_FIXED mmaps by the client on by sewardj · 12 years ago
  10. 402d8bc Avoid asserting when a segment is mapped both rw and rx. by philippe · 12 years ago
  11. 0c0291a Remove --vex-iropt-precise-memory-exns, implement --vex-iropt-register-updates by philippe · 12 years ago
  12. d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
  13. dea70ce Fix compiler warning. by florian · 12 years ago
  14. 56ddd5b micro-optimisation in m_libcbase.c cmp functions by philippe · 12 years ago
  15. 2c5c05e Improve suppression matching performance when fun or obj is a simple string by philippe · 12 years ago
  16. 2baf753 Due to s390's dealings with invalid insns we need to do two things by florian · 12 years ago
  17. 78b83ae Apply first_ip_delta also when only one frame is requested for the back-trace. by florian · 12 years ago
  18. bb4f5da Pass first_ip_delta to VG_(record_depth_1_ExeContext) as the function by florian · 12 years ago
  19. 2c74189 Eliminate magic constant. Use VG_(clo_backtrace_size) instead. by florian · 12 years ago
  20. 8b73c6e Avoid checking for bitset initialization if futex_wait_bitset is meant to fail. by petarj · 12 years ago
  21. 4ab205b No need to list m_gdbserver.c twice in the Makefile.am. by sewardj · 12 years ago
  22. d7209de Localise "struct reg regs[]". by sewardj · 12 years ago
  23. 5e21d44 ppc64-linux _start: don't assume ._start_in_C_linux -- the function by sewardj · 12 years ago
  24. f0aedc4 If the compiler being used to build is clang, remember to add by sewardj · 12 years ago
  25. 77c1185 Fix 303624 segmentation fault on Android 4.1 (e.g. on android emulator or Galaxy Nexus OMAP) by philippe · 12 years ago
  26. 9994ed6 Small cleanup: use VG_TRACK (when possible) to call tool tracking functions by philippe · 12 years ago
  27. bb2b279 Un-break the build on MacOS, following r12742 (initial support for DWZ by sewardj · 12 years ago
  28. 31c7478 Add some missing syscall numbers for MIPS. by petarj · 12 years ago
  29. ede9caf Before printing a back-trace make sure that page containing the by florian · 12 years ago
  30. f7c9714 Initial support for DWZ compressed debuginfo -- don't crash, at least, by sewardj · 12 years ago
  31. 6f3f318 Fix ppCfiReg for s390 so --trace-cfi=yes no longer asserts. by florian · 12 years ago
  32. 0788a3f Fix loading of large Mach-O thin binaries. Bug #289470. by sewardj · 12 years ago
  33. b6bf12c Add ioctl wrappers for "Linux user input device". Fixes #296229. by sewardj · 12 years ago
  34. 54c45db Clean up the PDB reader somewhat, mostly in the area of biasing. by sewardj · 12 years ago
  35. 6b5625b Allow multiple rw and rx mappings in the ELF debuginfo reader. by sewardj · 12 years ago
  36. a1eed9d Wire up four more system calls on arm, based on patch by tom · 12 years ago
  37. a7b9dfc Add support for the SIOCSHWTSTAMP ioctl, based on a patch by tom · 12 years ago
  38. 751b55e Wire up dup3 on arm. Fixes BZ#299629. by tom · 12 years ago
  39. 3fc9929 Add support for the CDROM_GET_CAPABILITY ioctl based on patch by tom · 12 years ago
  40. 732b358 Allow an IFunc symbol to be merged with a non-IFunc symbol that by tom · 12 years ago
  41. eeb0733 fix 302709 valgrind for ARM needs extra tls support for android emulator by philippe · 12 years ago
  42. 36c2b8c Including additional header file to syswrap-linux.c to see VG_(get_SP). by petarj · 12 years ago
  43. 29e022d Add command line flag --trace-notabove which I've found handy. by florian · 12 years ago
  44. 0088888 Don't be spooked by DW_TAG_{structure,class,union}_type that has only by sewardj · 12 years ago
  45. 2fd883a Removing the warning about defined yet unused function on MIPS. by petarj · 12 years ago
  46. 7711f9e Increase allowed size of a back-trace to 500 frames. by florian · 12 years ago
  47. d663333 Remove an extraneous "extern". by sewardj · 12 years ago
  48. 13edb6a Correcting sys_shmdt wrapper for MIPS Linux. by petarj · 12 years ago
  49. 335d3c9 Adding MIPS-specific wrapper for syscall pipe. by petarj · 12 years ago
  50. 24a6072 Align VG_(threads)[] by bart · 12 years ago
  51. f5f6ed1 Fix 203877 and 301229 increase to 16Mb maximum allowed alignment for memalign() and posix_memalign by philippe · 12 years ago
  52. e947ce1 Add a hack (disabled by default) that attempts to unwind the stack on by sewardj · 12 years ago
  53. 14711e8 Have the inner Valgrind registering the interim_stack asap. by philippe · 12 years ago
  54. 0972443 Fix assert in gdbserver for watchpoints watching the same address by philippe · 12 years ago
  55. 0e3e768 Avoid unused warning for ptrace_write_memory in vgdb.c (only used on some platforms) by philippe · 12 years ago
  56. 1e4071e Fix typo/merge problem (replace s390x by mips32 in target.c) by philippe · 12 years ago
  57. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  58. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  59. 98763d5 m_machine: add new function VG_(machine_get_size_of_largest_guest_register) by sewardj · 12 years ago
  60. 2eecb74 Track the change to IRDirty guest state effect annotations introduced by sewardj · 12 years ago
  61. d39b022 Reduce size of an IRStmt from 40 bytes to 32 bytes on LP64 by florian · 12 years ago
  62. f9a16d4 Let valgrind check the tls argument if the appropriate flag is set by cborntra · 12 years ago
  63. 8414ab3 Fix false positive in sys_clone on amd64 when optional args are not given (e.g. child_tidptr) by philippe · 12 years ago
  64. b7a0e59 Add missing gdbserver xml files for shadow registers for ppc32 by philippe · 12 years ago
  65. 419d5f2 gdbserver: introduce support to show the AVX registers. by philippe · 12 years ago
  66. 349a391 Prepare for AVX support : restructure gdbsrv/target/valgrind-low/arch low by philippe · 12 years ago
  67. 65bdbe4 add some intial kvm ioctls (low hanging fruits). This gets rid of some valgrind by cborntra · 12 years ago
  68. d7f6033 Fix fallout from recent AVX commit (guest_XMMn no longer exist; by sewardj · 12 years ago
  69. 45fa9f4 Add initial support for Intel AVX instructions (Valgrind side). by sewardj · 12 years ago
  70. 6d6ddbc name_of_sched_event was missing some values and returning "??UNKNOWN??" instead. by philippe · 12 years ago
  71. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 12 years ago
  72. de065a0 Support DWARF version 4 DW_AT_high_pc constant form. #299053. by sewardj · 12 years ago
  73. d483f80 Avoid duplicate primary names when merging identical symbol table entries. by philippe · 12 years ago
  74. 80beb24 Improve m_redir.c debug trace by adding filename. by philippe · 12 years ago
  75. e3d028c Add ETF3 facility (valgrind bits). Part of fixing Bugzilla #289839. by florian · 12 years ago
  76. ee93cdb Correctly parse DW_FORM_ref_addr -- its format is different in Dwarf2 by sewardj · 12 years ago
  77. 93a6a8d add optional arg [aspacemgr] to v.info memory to show aspacemgr segments. by philippe · 12 years ago
  78. ee1a897 Add feature detection for amd64.avx, and (potentially) FMA. by sewardj · 12 years ago
  79. b7301c6 For --profile-flags=, weight the counts by the number of guest insns by sewardj · 12 years ago
  80. e25053c Disable debug printing w.r.t. sector unlinking. by sewardj · 12 years ago
  81. 4b50415 tchain optimisation for s390 (valgrind bits) by florian · 12 years ago
  82. 6e0015a Followup to r12527. Use 32-bit arithmetic to increment xindir by florian · 12 years ago
  83. 4e63b8e Be lenient if the machine model could not be determined. Assume it's by florian · 12 years ago
  84. 0daa4e3 Consolidate and update information about dependencies of by florian · 12 years ago
  85. d7a0cd6 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 12 years ago
  86. 96b3c20 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 12 years ago
  87. 5f55436 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 12 years ago
  88. bba6f31 Last optimisation for the day: change VG_(stats__n_xindirs) in such a by sewardj · 12 years ago
  89. 21b7ab2 Kludge around a compiler warning, and add explanatory comment. by sewardj · 12 years ago
  90. 68aba52 Set VEX_HWCAPS_S390X_STFLE if available. This should have been part of r12335. by florian · 12 years ago
  91. 93a9757 (post-tchain-merge cleanup): fix call to handle_syscall on x86-darwin. by sewardj · 12 years ago
  92. 972316d Fix assertion failure on x86-darwin following r12504 (pread fix) by sewardj · 12 years ago
  93. 0e5839b (post-tchain-merge cleanup): un-break the build on OSX by fixing up by sewardj · 12 years ago
  94. a5ed11e Comment update (was moved to t-chaining-notes.txt) by sewardj · 12 years ago
  95. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  96. 8c017ad Implement accept4 on ARM systems. by tom · 12 years ago
  97. e7aa433 Wire up epoll_create1 on ARM systems. by tom · 12 years ago
  98. 0c30a7b scheduler, ticket lock: Add memory barriers necessary to avoid a deadlock on PowerPC systems by bart · 12 years ago
  99. 9fdca56 add some .globl or used attribute to avoid link failures with gold linker + LTO by philippe · 12 years ago
  100. c42a5cc Change permission mask for FIFOs and shared memory to 0600 instead of 0666 by philippe · 12 years ago