1. 15ebee4 Added missing extern keywords. Patch provided by Daniel Richard G. - closes #275536. by bart · 13 years ago
  2. d0174ca Updated Subversion ignore list. by bart · 13 years ago
  3. 73787c1 gdbserver: (#214909 c 91) by sewardj · 13 years ago
  4. 997546c gdbserver: (#214909 c 82) by sewardj · 13 years ago
  5. d142f99 gdbserver: misc fixes (#214909 c 77) by sewardj · 13 years ago
  6. f071e5e drd/tests/pth_detached.c: eliminated thread_arg[] array and introduced PTHREAD_STACK_MIN. by bart · 13 years ago
  7. 99d6134 gdbserver: Fixes for ARM-Thumb (#214909 c 76) by sewardj · 13 years ago
  8. 36f3c79 Better checking for command line options that should be either 'yes' by sewardj · 13 years ago
  9. 02b89e8 s390x: add test cases for STCK{,E,F} instructions. See #271779. by sewardj · 13 years ago
  10. af6505f Enable sys_pwrite64 on ppc64-linux. Fixes #272955. by sewardj · 13 years ago
  11. 4629a73 Add entry w.r.t. the s390x port. (Florian Krohm <britzel@acm.org> and by sewardj · 13 years ago
  12. 439842a Update expected outputs. by sewardj · 13 years ago
  13. 03ca90b Make this test much more independent of glibc, and update outputs accordingly. by sewardj · 13 years ago
  14. 777db6c Reorder tests poking around in the x86 instruction stream (sigh) by sewardj · 13 years ago
  15. fa253e1 Suppressed compiler warnings triggered by none/tests/amd64/fxtract.c too. by bart · 13 years ago
  16. 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
  17. 536081d Silence compiler warnings triggered by certain regression tests programs and that we are not interested in. by bart · 13 years ago
  18. 8e21631 Added configure tests for the compiler flags -Wno-nonnull and -Wno-overflow. by bart · 13 years ago
  19. 9a4fe64 Removed "prereq: test -e gdb" again from those tests that do not invoke the script gdbserver_tests/gdb. by bart · 13 years ago
  20. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  21. 6730c8f Updated Subversion ignore list. by bart · 13 years ago
  22. 09e22c6 gdbserver tests: only create the gdbserver_tests/gdb soft link if ./configure found gdb. by bart · 13 years ago
  23. 226284f Skip gdbserver tests if ./configure did not find gdb. by bart · 13 years ago
  24. a1a5abb gdbserver_tests/t.c: Fixed two occurrences of the same typo. by bart · 13 years ago
  25. 76ba8e5 Remove old exp-ptrcheck tests which were never used. by sewardj · 13 years ago
  26. 90794f5 Delete exp-sgcheck tests that are redundant following the removal of the by sewardj · 13 years ago
  27. d8c12f1 * fixed two bugs reported by the IBM BEAM checker: by sewardj · 13 years ago
  28. 775b23e Fixed bug 272661 by weidendo · 13 years ago
  29. bb515c3 Fix bug 267383 by weidendo · 13 years ago
  30. d2f95a0 Rename 'exp-ptrcheck' to 'exp-sgcheck' and hope this does not cause by sewardj · 13 years ago
  31. 889a6ae When reading Dwarf3 variable type and location information, print a by sewardj · 13 years ago
  32. 3848827 Update the manual following removal of heap-check functionality. by sewardj · 13 years ago
  33. 061f079 Fix bugs catched by BEAM by weidendo · 13 years ago
  34. f5b019f Remove heap checking from exp-ptrcheck, leaving only the ability to by sewardj · 13 years ago
  35. eefeeb7 Improvements for testing and compilation breakage for the GDB server by sewardj · 13 years ago
  36. 627c649 Handle executables created by the Xcode 3.2.x linker. These contain by sewardj · 13 years ago
  37. dd2932b Back out r11705, which was an attempt to make reading of line number by sewardj · 13 years ago
  38. 824b397 VG_(mkstemp): fix infinite loop in the case where /tmp isn't by sewardj · 13 years ago
  39. 4ee9c56 Tidying up of branch-predict hint macros LIKELY/UNLIKELY. Fixes by sewardj · 13 years ago
  40. 3602907 Fix link flags so that 'vgdb' can be built on x86-darwin. by sewardj · 13 years ago
  41. 3c4fa9f memcheck: Fixed a bug in the address ranges reported in an error message. Closes #272615. by bart · 13 years ago
  42. ad15ace read_dwarf2_lineblock: debug printing fix (no functional change) by sewardj · 13 years ago
  43. 82f8bfd ppc{32,64}-linux: mark VG_MINIMAL_LONGJMP as noreturn, since it is, by sewardj · 13 years ago
  44. 9242870 Updated Subversion ignore list. by bart · 13 years ago
  45. 95d1248 Follow-up for r11729: make the gdbserver regression tests pass again. by bart · 13 years ago
  46. 667c677 Fixed one bug in gdbserver_tests/t.c and several compiler warnings triggered by the gdbserver test programs. by bart · 13 years ago
  47. dccb778 Added Subversion ignore list for directory gdbserver_tests. by bart · 13 years ago
  48. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  49. 9943003 mkLazyN: fix incorrect type decl for 'mergeTy64', as spotted by IBM's by sewardj · 13 years ago
  50. 03e7d27 scalarts_limitations_fail_NORETURN: fix a format string error by sewardj · 13 years ago
  51. 6c55ba0 setup_client_stack: use have_exename to consistently guard uses by sewardj · 13 years ago
  52. d7adca7 calling format_message: when passing frameNo == -1, also pass by sewardj · 13 years ago
  53. dd9508c handle_maybe_load_notifier: assert when symbol == NULL rather than by sewardj · 13 years ago
  54. dc41309 VG_(env_unsetenv), VG_(env_clone): add assertions so as to cause by sewardj · 13 years ago
  55. b51c926 arm-linux: Set _start symbol alignment and type. Bug 266035 comment 1. by sewardj · 13 years ago
  56. 7a2cc3c DRD: fix issues reported by the IBM static analysis tool. by bart · 13 years ago
  57. 98b56b6 s390x : misc cleanups by sewardj · 13 years ago
  58. 9a51e78 syswrap/Linux: trace ioctl() calls only once / do not report two-argument by bart · 13 years ago
  59. 4778c66 Change the TT_FAST hash function for from "insn_address >> 2" to by sewardj · 13 years ago
  60. 11684aa Change the default (minimum) client malloc alignment from 8 to 16 by sewardj · 13 years ago
  61. 4fb3dc9 Fix no-arg ioctls on Darwin. by rjwalsh · 13 years ago
  62. 1c6f6ab s390x: fpr - gpr transfer facility -- valgrind side fixes, by sewardj · 13 years ago
  63. 9f4e472 Fix bogus asm constraints in jm-insns.c. Fixes #263919. by sewardj · 13 years ago
  64. 6ae0095 Add alternative expected output cases for more recent glibcs (eg, by sewardj · 13 years ago
  65. 2762a73 Fix a bunch of printf format-string warnings when compiling this "-m64". by sewardj · 13 years ago
  66. 635c773 Fix a type mismatch that gcc-4.6 warns about. by sewardj · 13 years ago
  67. 29f0811 Remove some unused code that gcc-4.6 warns about. by sewardj · 13 years ago
  68. f068f19 Fix a couple of bogus asm constraints observed when trying to build by sewardj · 13 years ago
  69. 6d06b39 Fix a couple of warnings when building the regtests. by sewardj · 13 years ago
  70. 06938af Make reading of line number info from LLVM-2.9-generated Dwarf3 work. by sewardj · 13 years ago
  71. e7a5082 Change a bunch of < > style includes to " " style. by sewardj · 13 years ago
  72. 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 13 years ago
  73. b0475e1 Fix bogus .size directives which are now rejected by binutils 2.21. by sewardj · 13 years ago
  74. 9b80ebb Un-break configure check for VSX (a POWER7 extension). Fixes #271042. by sewardj · 13 years ago
  75. da07b41 Mark this as executable. Followup for #267630. by sewardj · 13 years ago
  76. f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 13 years ago
  77. 6d62a0e Followup fix for r11693: add a file that was missed. by sewardj · 13 years ago
  78. 2c3f2ea s390x: reconsider "long displacement" requirement -- hwcaps detection by sewardj · 13 years ago
  79. 852c640 Test cases for #270082 (s390x: Make sure to point the PSW address to by sewardj · 13 years ago
  80. d50650d s390x: rewrite some testcases. To make my testing and debugging life by sewardj · 13 years ago
  81. de2b6fc timerfd-syscall regression test: Allow even more scheduler variation. by bart · 13 years ago
  82. f952035 Get rid of shadowing causing a perl warning. Minor fallout from r11686. by sewardj · 13 years ago
  83. 38a2859 Make MacOS builds work again following fixes for #259977 (revs 11687,8,9) by sewardj · 13 years ago
  84. 2a88a01 Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  85. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  86. 6c591e1 by sewardj · 13 years ago
  87. 08f5a27 On OSX, post-process the tool executables to adjust the Mach-O headers by sewardj · 13 years ago
  88. aba3533 Testcases for s390x conditional load and store. See #269209. by sewardj · 13 years ago
  89. 669b910 Add s390x-esque test for folding Iop_And16. From #268513 comment 3. by sewardj · 13 years ago
  90. 36a229f Made the line numbers in exp-ptrcheck/tests/partial.c and the regression test output match again. by bart · 13 years ago
  91. f976f6c by bart · 13 years ago
  92. 26288e4 Also consider libpthread when testing for functions. Removed test for floor(). by bart · 13 years ago
  93. 65a9d26 Updated Subversion ignore list. by bart · 13 years ago
  94. 8053c51 Generalized Subversion ignore lists. by bart · 13 years ago
  95. 39ff33a Fix yet another gcc-4.6 assigned-to-but-not-used warning. by sewardj · 13 years ago
  96. 07ac424 timerfd-syscall regression test: Allow even more scheduler variation. by bart · 13 years ago
  97. 66304e2 Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  98. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  99. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  100. d5ea6f5 Use two separate assembler argument bindings for loading or storing by tom · 13 years ago