]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2011-05-17  Bart Van Asschedrd/tests/pth_detached.c: eliminated thread_arg[] array...
2011-05-17  Julian Sewardgdbserver: Fixes for ARM-Thumb (#214909 c 76)
2011-05-17  Julian SewardBetter checking for command line options that should...
2011-05-17  Julian Sewards390x: add test cases for STCK{,E,F} instructions....
2011-05-17  Julian SewardEnable sys_pwrite64 on ppc64-linux. Fixes #272955.
2011-05-17  Julian SewardAdd entry w.r.t. the s390x port. (Florian Krohm <britz...
2011-05-17  Julian SewardUpdate expected outputs.
2011-05-17  Julian SewardMake this test much more independent of glibc, and...
2011-05-16  Julian SewardReorder tests poking around in the x86 instruction...
2011-05-15  Bart Van AsscheSuppressed compiler warnings triggered by none/tests...
2011-05-15  Bart Van Asschegdbserver_tests/make_local_links: made invocation of...
2011-05-15  Bart Van AsscheSilence compiler warnings triggered by certain regressi...
2011-05-15  Bart Van AsscheAdded configure tests for the compiler flags -Wno-nonnu...
2011-05-15  Bart Van AsscheRemoved "prereq: test -e gdb" again from those tests...
2011-05-15  Bart Van AsscheGet rid of the remaining "set but not used" warnings...
2011-05-15  Bart Van AsscheUpdated Subversion ignore list.
2011-05-15  Bart Van Asschegdbserver tests: only create the gdbserver_tests/gdb...
2011-05-15  Bart Van AsscheSkip gdbserver tests if ./configure did not find gdb.
2011-05-15  Bart Van Asschegdbserver_tests/t.c: Fixed two occurrences of the same...
2011-05-12  Julian SewardRemove old exp-ptrcheck tests which were never used.
2011-05-12  Julian SewardDelete exp-sgcheck tests that are redundant following...
2011-05-11  Julian Seward* fixed two bugs reported by the IBM BEAM checker:
2011-05-11  Josef WeidendorferFixed bug 272661
2011-05-11  Josef WeidendorferFix bug 267383
2011-05-11  Julian SewardRename 'exp-ptrcheck' to 'exp-sgcheck' and hope this...
2011-05-11  Julian SewardWhen reading Dwarf3 variable type and location informat...
2011-05-11  Julian SewardUpdate the manual following removal of heap-check funct...
2011-05-11  Josef WeidendorferFix bugs catched by BEAM
2011-05-11  Julian SewardRemove heap checking from exp-ptrcheck, leaving only...
2011-05-10  Julian SewardImprovements for testing and compilation breakage for...
2011-05-10  Julian SewardHandle executables created by the Xcode 3.2.x linker...
2011-05-09  Julian SewardBack out r11705, which was an attempt to make reading...
2011-05-09  Julian SewardVG_(mkstemp): fix infinite loop in the case where ...
2011-05-09  Julian SewardTidying up of branch-predict hint macros LIKELY/UNLIKEL...
2011-05-09  Julian SewardFix link flags so that 'vgdb' can be built on x86-darwin.
2011-05-09  Bart Van Asschememcheck: Fixed a bug in the address ranges reported...
2011-05-09  Julian Sewardread_dwarf2_lineblock: debug printing fix (no functiona...
2011-05-09  Julian Sewardppc{32,64}-linux: mark VG_MINIMAL_LONGJMP as noreturn...
2011-05-08  Bart Van AsscheUpdated Subversion ignore list.
2011-05-08  Bart Van AsscheFollow-up for r11729: make the gdbserver regression...
2011-05-08  Bart Van AsscheFixed one bug in gdbserver_tests/t.c and several compil...
2011-05-08  Bart Van AsscheAdded Subversion ignore list for directory gdbserver_tests.
2011-05-06  Julian SewardImplement a GDB server in Valgrind. See #214909.
2011-05-04  Julian SewardmkLazyN: fix incorrect type decl for 'mergeTy64', as...
2011-05-04  Julian Sewardscalarts_limitations_fail_NORETURN: fix a format string...
2011-05-04  Julian Sewardsetup_client_stack: use have_exename to consistently...
2011-05-04  Julian Sewardcalling format_message: when passing frameNo == -1...
2011-05-04  Julian Sewardhandle_maybe_load_notifier: assert when symbol == NULL...
2011-05-04  Julian SewardVG_(env_unsetenv), VG_(env_clone): add assertions so...
2011-05-03  Julian Sewardarm-linux: Set _start symbol alignment and type. Bug...
2011-04-30  Bart Van AsscheDRD: fix issues reported by the IBM static analysis...
2011-04-28  Julian Sewards390x : misc cleanups
2011-04-28  Bart Van Asschesyswrap/Linux: trace ioctl() calls only once / do not...
2011-04-28  Julian SewardChange the TT_FAST hash function for from "insn_address...
2011-04-27  Julian SewardChange the default (minimum) client malloc alignment...
2011-04-27  Robert WalshFix no-arg ioctls on Darwin.
2011-04-27  Julian Sewards390x: fpr - gpr transfer facility -- valgrind side...
2011-04-27  Julian SewardFix bogus asm constraints in jm-insns.c. Fixes #263919.
2011-04-27  Julian SewardAdd alternative expected output cases for more recent...
2011-04-27  Julian SewardFix a bunch of printf format-string warnings when compi...
2011-04-26  Julian SewardFix a type mismatch that gcc-4.6 warns about.
2011-04-26  Julian SewardRemove some unused code that gcc-4.6 warns about.
2011-04-26  Julian SewardFix a couple of bogus asm constraints observed when...
2011-04-21  Julian SewardFix a couple of warnings when building the regtests.
2011-04-21  Julian SewardMake reading of line number info from LLVM-2.9-generate...
2011-04-20  Julian SewardChange a bunch of < > style includes to " " style.
2011-04-18  Bart Van AsscheLinux/syswrap: add support for USBDEVFS_RESET (patch...
2011-04-15  Julian SewardFix bogus .size directives which are now rejected by...
2011-04-15  Julian SewardUn-break configure check for VSX (a POWER7 extension...
2011-04-15  Julian SewardMark this as executable. Followup for #267630.
2011-04-15  Julian SewardAdd support for IBM Power ISA 2.06 -- stage 1. Valgrin...
2011-04-13  Julian SewardFollowup fix for r11693: add a file that was missed.
2011-04-13  Julian Sewards390x: reconsider "long displacement" requirement ...
2011-04-13  Julian SewardTest cases for #270082 (s390x: Make sure to point the...
2011-04-13  Julian Sewards390x: rewrite some testcases. To make my testing...
2011-04-12  Bart Van Asschetimerfd-syscall regression test: Allow even more schedu...
2011-04-11  Julian SewardGet rid of shadowing causing a perl warning. Minor...
2011-04-11  Julian SewardMake MacOS builds work again following fixes for #259977
2011-04-11  Julian SewardAdd an alternative implementation of VG_MINIMAL_{SET...
2011-04-11  Julian SewardAdd an alternative implementation of VG_MINIMAL_{SET...
2011-04-11  Julian SewardCreate new module m_libcsetjmp, which wraps up uses of
2011-04-06  Julian SewardOn OSX, post-process the tool executables to adjust...
2011-04-05  Julian SewardTestcases for s390x conditional load and store. See...
2011-04-05  Julian SewardAdd s390x-esque test for folding Iop_And16. From ...
2011-04-04  Bart Van AsscheMade the line numbers in exp-ptrcheck/tests/partial...
2011-04-03  Bart Van Asschegit-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682
2011-04-03  Bart Van AsscheAlso consider libpthread when testing for functions...
2011-03-30  Bart Van AsscheUpdated Subversion ignore list.
2011-03-30  Bart Van AsscheGeneralized Subversion ignore lists.
2011-03-29  Julian SewardFix yet another gcc-4.6 assigned-to-but-not-used warning.
2011-03-29  Bart Van Asschetimerfd-syscall regression test: Allow even more schedu...
2011-03-28  Julian SewardRemove a bunch more warnings generated by gcc-4.6 about...
2011-03-28  Julian SewardRemove a bunch more warnings generated by gcc-4.6 about...
2011-03-28  Julian SewardFix up most but not all warnings generated by gcc-4...
2011-03-28  Tom HughesUse two separate assembler argument bindings for loadin...
2011-03-28  Tom HughesFix generated assembler which writes the result to...
2011-03-28  Julian SewardFix broken inline assembly preventing compilation on...
2011-03-28  Julian SewardFix broken inline asm in these tests. Fixes #256726.
2011-03-28  Julian SewardIntercept strlen in ld.so on x86. Fixes #266961.
2011-03-26  Julian SewardAdd a test case for non-overwriting of CC_NDEP in shift...
next