1. 7a9ff4c Add rough list of bugs that have been fixed since 3.6.1 (74, + 3 n-i-bz, by sewardj · 13 years ago
  2. aebbf1c Try to handle LL caches which are of size 50% above a power of 2 (eg, by sewardj · 13 years ago
  3. ca7cf38 Add cpuid cache values from Intel SDM 5/11 by weidendo · 13 years ago
  4. ad8a591 Teach cachegrind/callgrind how to parse the cache description by tom · 13 years ago
  5. 7c0f639 Use the precomputed sets_min_1 value consistently when masking by tom · 13 years ago
  6. 50bd6bf Fix perf_event open on s390. by tom · 13 years ago
  7. 9fd3c51 Fix some warnings I introduced in r11804. by tom · 13 years ago
  8. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  9. 22c2caa Update system call lists to match current kernel source. by tom · 13 years ago
  10. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  11. b0473e9 Add a simple but (to me, at least) useful thing, if (0)'d by default, by sewardj · 13 years ago
  12. bb748cb Define _GNU_SOURCE for access to CLONE_XXX flags with gibc 2.14 headers. by tom · 13 years ago
  13. eb16f33 Fix the computation of debuginfo bias values, in the case where the by sewardj · 13 years ago
  14. cc07741 Add glibc 2.14 support. Patch from Dmitry Djachenko <dimhen@gmail.com>. by tom · 13 years ago
  15. bbfcb26 find_nsegment_idx: double size of the lookup cache in an attempt by sewardj · 13 years ago
  16. 6dbcc63 Add a fourth --smc-check= variant, --smc-check=all-non-file. This by sewardj · 13 years ago
  17. 2d6e6e7 Mention the "3.x" Linux kernel version explicitly in the kernel version configure message by bart · 13 years ago
  18. 0419e51 Make Valgrind build on Linux kernel 3.0 and beyond. Closes #274926. An official by bart · 13 years ago
  19. feb1566 Followup fix to r11794 (generalise processing of PT_LOAD entries): by sewardj · 13 years ago
  20. 2b74f45 ML_(read_elf_debug_info): when processing PT_LOAD entries from the by sewardj · 13 years ago
  21. fc5ff1f On arm-linux, give gcc "-mcpu=cortex-a8" so as to persuade it to by sewardj · 13 years ago
  22. de92fef Add file missing from r11791 due to insufficient coffee. by sewardj · 13 years ago
  23. 7629180 More gdbserver test fixes, from #214909 c 101: by sewardj · 13 years ago
  24. 452e89a Handle ELF objects with two .eh_frame sections. This fixes a problem by sewardj · 13 years ago
  25. 52805ff Un-break all non x86/amd64 targets following r11786, duh. by sewardj · 13 years ago
  26. 729fca5 Un-break Darwin build following r2155/r11786 -- use dual-entry by sewardj · 13 years ago
  27. aeff9fd Remove a load from the s390x dispatcher loop, as per r11781. by sewardj · 13 years ago
  28. 1274027 Give the amd64-linux and x86-linux dispatchers two entry points, not one, by sewardj · 13 years ago
  29. d4da361 dispatch-x86-linux.S: by sewardj · 13 years ago
  30. c060fe8 Undo bogus comment changes committed in r11783. by sewardj · 13 years ago
  31. 155ffd6 Test for guest-state-pointer changes by checking its lowest bit. by sewardj · 13 years ago
  32. 80e88b0 Fix ppc64-linux build following introduction of IRStmt_Mark::delta in vex r2153. by sewardj · 13 years ago
  33. dc4f2e7 Remove another memory reference from the arm dispatcher loop, by using by sewardj · 13 years ago
  34. 40f7954 Get rid of a bunch of loads in the arm dispatcher inner loops, and by sewardj · 13 years ago
  35. 6b7357b Further fixes for GDB server on Thumb code: by sewardj · 13 years ago
  36. 53304a5 DRD: eliminate two redundant global variable definitions. See also #273536. by bart · 13 years ago
  37. 2dafc54 Define pass_signals[] only once such that Valgrind can be built with -fno-common. This is a modified version of the second patch attached to #273536. by bart · 13 years ago
  38. 6b25437 Follow-up for r11770: added missing 'void' keyword. by bart · 13 years ago
  39. ce03b75 Reverted r11774 because it didn't make sense. by bart · 13 years ago
  40. 15ebee4 Added missing extern keywords. Patch provided by Daniel Richard G. - closes #275536. by bart · 13 years ago
  41. d0174ca Updated Subversion ignore list. by bart · 13 years ago
  42. 73787c1 gdbserver: (#214909 c 91) by sewardj · 13 years ago
  43. 997546c gdbserver: (#214909 c 82) by sewardj · 13 years ago
  44. d142f99 gdbserver: misc fixes (#214909 c 77) by sewardj · 13 years ago
  45. f071e5e drd/tests/pth_detached.c: eliminated thread_arg[] array and introduced PTHREAD_STACK_MIN. by bart · 13 years ago
  46. 99d6134 gdbserver: Fixes for ARM-Thumb (#214909 c 76) by sewardj · 13 years ago
  47. 36f3c79 Better checking for command line options that should be either 'yes' by sewardj · 13 years ago
  48. 02b89e8 s390x: add test cases for STCK{,E,F} instructions. See #271779. by sewardj · 13 years ago
  49. af6505f Enable sys_pwrite64 on ppc64-linux. Fixes #272955. by sewardj · 13 years ago
  50. 4629a73 Add entry w.r.t. the s390x port. (Florian Krohm <britzel@acm.org> and by sewardj · 13 years ago
  51. 439842a Update expected outputs. by sewardj · 13 years ago
  52. 03ca90b Make this test much more independent of glibc, and update outputs accordingly. by sewardj · 13 years ago
  53. 777db6c Reorder tests poking around in the x86 instruction stream (sigh) by sewardj · 13 years ago
  54. fa253e1 Suppressed compiler warnings triggered by none/tests/amd64/fxtract.c too. by bart · 13 years ago
  55. a4f9ae2 gdbserver_tests/make_local_links: made invocation of "head" POSIX-compliant since on some distros only the POSIX-compliant invocation is accepted. by bart · 13 years ago
  56. 536081d Silence compiler warnings triggered by certain regression tests programs and that we are not interested in. by bart · 13 years ago
  57. 8e21631 Added configure tests for the compiler flags -Wno-nonnull and -Wno-overflow. by bart · 13 years ago
  58. 9a4fe64 Removed "prereq: test -e gdb" again from those tests that do not invoke the script gdbserver_tests/gdb. by bart · 13 years ago
  59. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  60. 6730c8f Updated Subversion ignore list. by bart · 13 years ago
  61. 09e22c6 gdbserver tests: only create the gdbserver_tests/gdb soft link if ./configure found gdb. by bart · 13 years ago
  62. 226284f Skip gdbserver tests if ./configure did not find gdb. by bart · 13 years ago
  63. a1a5abb gdbserver_tests/t.c: Fixed two occurrences of the same typo. by bart · 13 years ago
  64. 76ba8e5 Remove old exp-ptrcheck tests which were never used. by sewardj · 13 years ago
  65. 90794f5 Delete exp-sgcheck tests that are redundant following the removal of the by sewardj · 13 years ago
  66. d8c12f1 * fixed two bugs reported by the IBM BEAM checker: by sewardj · 13 years ago
  67. 775b23e Fixed bug 272661 by weidendo · 13 years ago
  68. bb515c3 Fix bug 267383 by weidendo · 13 years ago
  69. d2f95a0 Rename 'exp-ptrcheck' to 'exp-sgcheck' and hope this does not cause by sewardj · 13 years ago
  70. 889a6ae When reading Dwarf3 variable type and location information, print a by sewardj · 13 years ago
  71. 3848827 Update the manual following removal of heap-check functionality. by sewardj · 13 years ago
  72. 061f079 Fix bugs catched by BEAM by weidendo · 13 years ago
  73. f5b019f Remove heap checking from exp-ptrcheck, leaving only the ability to by sewardj · 13 years ago
  74. eefeeb7 Improvements for testing and compilation breakage for the GDB server by sewardj · 13 years ago
  75. 627c649 Handle executables created by the Xcode 3.2.x linker. These contain by sewardj · 13 years ago
  76. dd2932b Back out r11705, which was an attempt to make reading of line number by sewardj · 13 years ago
  77. 824b397 VG_(mkstemp): fix infinite loop in the case where /tmp isn't by sewardj · 13 years ago
  78. 4ee9c56 Tidying up of branch-predict hint macros LIKELY/UNLIKELY. Fixes by sewardj · 13 years ago
  79. 3602907 Fix link flags so that 'vgdb' can be built on x86-darwin. by sewardj · 13 years ago
  80. 3c4fa9f memcheck: Fixed a bug in the address ranges reported in an error message. Closes #272615. by bart · 13 years ago
  81. ad15ace read_dwarf2_lineblock: debug printing fix (no functional change) by sewardj · 13 years ago
  82. 82f8bfd ppc{32,64}-linux: mark VG_MINIMAL_LONGJMP as noreturn, since it is, by sewardj · 13 years ago
  83. 9242870 Updated Subversion ignore list. by bart · 13 years ago
  84. 95d1248 Follow-up for r11729: make the gdbserver regression tests pass again. by bart · 13 years ago
  85. 667c677 Fixed one bug in gdbserver_tests/t.c and several compiler warnings triggered by the gdbserver test programs. by bart · 13 years ago
  86. dccb778 Added Subversion ignore list for directory gdbserver_tests. by bart · 13 years ago
  87. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  88. 9943003 mkLazyN: fix incorrect type decl for 'mergeTy64', as spotted by IBM's by sewardj · 13 years ago
  89. 03e7d27 scalarts_limitations_fail_NORETURN: fix a format string error by sewardj · 13 years ago
  90. 6c55ba0 setup_client_stack: use have_exename to consistently guard uses by sewardj · 13 years ago
  91. d7adca7 calling format_message: when passing frameNo == -1, also pass by sewardj · 13 years ago
  92. dd9508c handle_maybe_load_notifier: assert when symbol == NULL rather than by sewardj · 13 years ago
  93. dc41309 VG_(env_unsetenv), VG_(env_clone): add assertions so as to cause by sewardj · 13 years ago
  94. b51c926 arm-linux: Set _start symbol alignment and type. Bug 266035 comment 1. by sewardj · 13 years ago
  95. 7a2cc3c DRD: fix issues reported by the IBM static analysis tool. by bart · 13 years ago
  96. 98b56b6 s390x : misc cleanups by sewardj · 13 years ago
  97. 9a51e78 syswrap/Linux: trace ioctl() calls only once / do not report two-argument by bart · 13 years ago
  98. 4778c66 Change the TT_FAST hash function for from "insn_address >> 2" to by sewardj · 13 years ago
  99. 11684aa Change the default (minimum) client malloc alignment from 8 to 16 by sewardj · 13 years ago
  100. 4fb3dc9 Fix no-arg ioctls on Darwin. by rjwalsh · 13 years ago