- d8c12f1 * fixed two bugs reported by the IBM BEAM checker: by sewardj · 14 years ago
- 775b23e Fixed bug 272661 by weidendo · 14 years ago
- bb515c3 Fix bug 267383 by weidendo · 14 years ago
- d2f95a0 Rename 'exp-ptrcheck' to 'exp-sgcheck' and hope this does not cause by sewardj · 14 years ago
- 889a6ae When reading Dwarf3 variable type and location information, print a by sewardj · 14 years ago
- 3848827 Update the manual following removal of heap-check functionality. by sewardj · 14 years ago
- 061f079 Fix bugs catched by BEAM by weidendo · 14 years ago
- f5b019f Remove heap checking from exp-ptrcheck, leaving only the ability to by sewardj · 14 years ago
- eefeeb7 Improvements for testing and compilation breakage for the GDB server by sewardj · 14 years ago
- 627c649 Handle executables created by the Xcode 3.2.x linker. These contain by sewardj · 14 years ago
- dd2932b Back out r11705, which was an attempt to make reading of line number by sewardj · 14 years ago
- 824b397 VG_(mkstemp): fix infinite loop in the case where /tmp isn't by sewardj · 14 years ago
- 4ee9c56 Tidying up of branch-predict hint macros LIKELY/UNLIKELY. Fixes by sewardj · 14 years ago
- 3602907 Fix link flags so that 'vgdb' can be built on x86-darwin. by sewardj · 14 years ago
- 3c4fa9f memcheck: Fixed a bug in the address ranges reported in an error message. Closes #272615. by bart · 14 years ago
- ad15ace read_dwarf2_lineblock: debug printing fix (no functional change) by sewardj · 14 years ago
- 82f8bfd ppc{32,64}-linux: mark VG_MINIMAL_LONGJMP as noreturn, since it is, by sewardj · 14 years ago
- 9242870 Updated Subversion ignore list. by bart · 14 years ago
- 95d1248 Follow-up for r11729: make the gdbserver regression tests pass again. by bart · 14 years ago
- 667c677 Fixed one bug in gdbserver_tests/t.c and several compiler warnings triggered by the gdbserver test programs. by bart · 14 years ago
- dccb778 Added Subversion ignore list for directory gdbserver_tests. by bart · 14 years ago
- 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 14 years ago
- 9943003 mkLazyN: fix incorrect type decl for 'mergeTy64', as spotted by IBM's by sewardj · 14 years ago
- 03e7d27 scalarts_limitations_fail_NORETURN: fix a format string error by sewardj · 14 years ago
- 6c55ba0 setup_client_stack: use have_exename to consistently guard uses by sewardj · 14 years ago
- d7adca7 calling format_message: when passing frameNo == -1, also pass by sewardj · 14 years ago
- dd9508c handle_maybe_load_notifier: assert when symbol == NULL rather than by sewardj · 14 years ago
- dc41309 VG_(env_unsetenv), VG_(env_clone): add assertions so as to cause by sewardj · 14 years ago
- b51c926 arm-linux: Set _start symbol alignment and type. Bug 266035 comment 1. by sewardj · 14 years ago
- 7a2cc3c DRD: fix issues reported by the IBM static analysis tool. by bart · 14 years ago
- 98b56b6 s390x : misc cleanups by sewardj · 14 years ago
- 9a51e78 syswrap/Linux: trace ioctl() calls only once / do not report two-argument by bart · 14 years ago
- 4778c66 Change the TT_FAST hash function for from "insn_address >> 2" to by sewardj · 14 years ago
- 11684aa Change the default (minimum) client malloc alignment from 8 to 16 by sewardj · 14 years ago
- 4fb3dc9 Fix no-arg ioctls on Darwin. by rjwalsh · 14 years ago
- 1c6f6ab s390x: fpr - gpr transfer facility -- valgrind side fixes, by sewardj · 14 years ago
- 9f4e472 Fix bogus asm constraints in jm-insns.c. Fixes #263919. by sewardj · 14 years ago
- 6ae0095 Add alternative expected output cases for more recent glibcs (eg, by sewardj · 14 years ago
- 2762a73 Fix a bunch of printf format-string warnings when compiling this "-m64". by sewardj · 14 years ago
- 635c773 Fix a type mismatch that gcc-4.6 warns about. by sewardj · 14 years ago
- 29f0811 Remove some unused code that gcc-4.6 warns about. by sewardj · 14 years ago
- f068f19 Fix a couple of bogus asm constraints observed when trying to build by sewardj · 14 years ago
- 6d06b39 Fix a couple of warnings when building the regtests. by sewardj · 14 years ago
- 06938af Make reading of line number info from LLVM-2.9-generated Dwarf3 work. by sewardj · 14 years ago
- e7a5082 Change a bunch of < > style includes to " " style. by sewardj · 14 years ago
- 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 14 years ago
- b0475e1 Fix bogus .size directives which are now rejected by binutils 2.21. by sewardj · 14 years ago
- 9b80ebb Un-break configure check for VSX (a POWER7 extension). Fixes #271042. by sewardj · 14 years ago
- da07b41 Mark this as executable. Followup for #267630. by sewardj · 14 years ago
- f34eb49 Add support for IBM Power ISA 2.06 -- stage 1. Valgrind-side changes by sewardj · 14 years ago
- 6d62a0e Followup fix for r11693: add a file that was missed. by sewardj · 14 years ago
- 2c3f2ea s390x: reconsider "long displacement" requirement -- hwcaps detection by sewardj · 14 years ago
- 852c640 Test cases for #270082 (s390x: Make sure to point the PSW address to by sewardj · 14 years ago
- d50650d s390x: rewrite some testcases. To make my testing and debugging life by sewardj · 14 years ago
- de2b6fc timerfd-syscall regression test: Allow even more scheduler variation. by bart · 14 years ago
- f952035 Get rid of shadowing causing a perl warning. Minor fallout from r11686. by sewardj · 14 years ago
- 38a2859 Make MacOS builds work again following fixes for #259977 (revs 11687,8,9) by sewardj · 14 years ago
- 2a88a01 Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 14 years ago
- 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 14 years ago
- 6c591e1 by sewardj · 14 years ago
- 08f5a27 On OSX, post-process the tool executables to adjust the Mach-O headers by sewardj · 14 years ago
- aba3533 Testcases for s390x conditional load and store. See #269209. by sewardj · 14 years ago
- 669b910 Add s390x-esque test for folding Iop_And16. From #268513 comment 3. by sewardj · 14 years ago
- 36a229f Made the line numbers in exp-ptrcheck/tests/partial.c and the regression test output match again. by bart · 14 years ago
- f976f6c by bart · 14 years ago
- 26288e4 Also consider libpthread when testing for functions. Removed test for floor(). by bart · 14 years ago
- 65a9d26 Updated Subversion ignore list. by bart · 14 years ago
- 8053c51 Generalized Subversion ignore lists. by bart · 14 years ago
- 39ff33a Fix yet another gcc-4.6 assigned-to-but-not-used warning. by sewardj · 14 years ago
- 07ac424 timerfd-syscall regression test: Allow even more scheduler variation. by bart · 14 years ago
- 66304e2 Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 14 years ago
- d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 14 years ago
- c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 14 years ago
- d5ea6f5 Use two separate assembler argument bindings for loading or storing by tom · 14 years ago
- 6647d52 Fix generated assembler which writes the result to memory to correctly by tom · 14 years ago
- 039f7e1 Fix broken inline assembly preventing compilation on RHEL6. by sewardj · 14 years ago
- d12c4a5 Fix broken inline asm in these tests. Fixes #256726. by sewardj · 14 years ago
- d28cc96 Intercept strlen in ld.so on x86. Fixes #266961. by sewardj · 14 years ago
- 1b6def8 Add a test case for non-overwriting of CC_NDEP in shifts by zero. by sewardj · 14 years ago
- 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 14 years ago
- e874042 Test separately whether g++ and/or gcc support built-in functions for atomic by bart · 14 years ago
- 5c6b7dc Add support for sys_ptrace. Fixes #269079. by sewardj · 14 years ago
- e61a628 Definitions relating to ptrace: replace bogus x86 versions with by sewardj · 14 years ago
- 8ef7224 Test improvements for FLOGR. Part of #268715. (Florian Krohm, britzel@acm.org) by sewardj · 14 years ago
- a28b4ae Updated Subversion ignore list. by bart · 14 years ago
- 14fcbc1 Linux/ppc: Added support for the ppoll() system call. by bart · 14 years ago
- fd35d49 When handling client munmaps and mprotects with r=0 & w=0, actually by sewardj · 14 years ago
- 1ec16d1 Removed an obsolete configure test. by bart · 14 years ago
- 0d2b897 Replaced a Unicode character by an ASCII character in a source code comment. by bart · 14 years ago
- 78f09d2 Moved two Linux-specific syscalls to the linux subdirectory. by bart · 14 years ago
- 0399e86 Updated Subversion ignore list. by bart · 14 years ago
- 5e882ff Fixed a recently introduced compiler warning. by bart · 14 years ago
- 4fa0464 Un-break drd/tests/tc23_bogus_condwait. by bart · 14 years ago
- 7ad0751 Yet another attempt to make the timerfd-syscall test reliable. by bart · 14 years ago
- 76fcb5a Replaced busy-waiting by waiting on a condition variable. by bart · 14 years ago
- b251399 Fix compile warnings (missing prototypes for malloc, or some such). by sewardj · 14 years ago
- 98d0212 Some fixes for the faultstatus testcase. Fixes #253206. by sewardj · 14 years ago
- a0a145e Build fix for older s390x-linux assemblers. Fixes #264800. by sewardj · 14 years ago
- 922304f Updated modeline and copyright statement in DRD source files. by bart · 14 years ago
- c303d06 Avoid that small time variations make the timerfd-syscall regression test fail. by bart · 14 years ago