]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2006-03-09  Julian SewardAdd a couple of missing cases. Function wrapping is...
2006-03-09  Julian SewardRecord list of MPI-2 entry points, laboriously extracte...
2006-03-09  Julian SewardAdd a 'quiet' option to make it shut up except for...
2006-03-09  Julian SewardThe mpicc being tested needs to be able to link stuff...
2006-03-09  Julian SewardMPI checks: use AC_TRY_COMPILE correctly, so as to...
2006-03-08  Julian SewardMore MPICH build fixes.
2006-03-08  Julian SewardAdd showCombiner and move showTy to a better place.
2006-03-08  Julian SewardNew wrapper, and an MPICH build fix.
2006-03-08  Julian SewardMPI build system refinements: just base everything...
2006-03-08  Julian SewardOops, missed out of r5724.
2006-03-08  Julian SewardRegression test for memcheck's SET/GET_VBITS client...
2006-03-08  Julian SewardReinstate the SET/GET_VBITS client requests.
2006-03-08  Julian Sewardwalk_type: handle all remaining MPI1 combiners ({H...
2006-03-07  Julian SewardUpdate.
2006-03-07  Julian SewardAdd an amd64 test program for 'fxtract' - just a copy...
2006-03-07  Julian SewardMove the helper function for x86 'fxtract' to g_generic...
2006-03-07  Julian SewardImplement fnstsw.
2006-03-06  Julian SewardA test for fcmovnu.
2006-03-06  Julian SewardTest for fcmovnu.
2006-03-06  Julian SewardFix debug printing.
2006-03-06  Julian SewardImplement fcmovnu.
2006-03-06  Julian SewardImplement 3DNow! prefetch insn (prefetch, prefetchw...
2006-03-06  Julian SewardHandle byte-size 'xadd reg,mem'. Also, don't bomb...
2006-03-06  Julian SewardUpdate.
2006-03-04  Julian SewardFix a type-size subtlety.
2006-03-03  Julian SewardMore futzing with the machinery for traversing datatypes.
2006-03-03  Julian Sewardget_abit_and_vbyte/get_abit can be a significant bottle...
2006-03-03  Julian SewardBeginnings of proper MPI user type-walking code.
2006-03-02  Julian SewardDetect/select 'mpicc' (from --with-mpicc=) and use...
2006-03-02  Julian SewardBuild system hacks to build and install the MPI wrapper...
2006-03-02  Julian SewardUpdate
2006-03-01  Julian SewardA simple test of m{f,t}ocrf.
2006-03-01  Julian SewardImplement mtocrf/mfocrf.
2006-02-27  Dirk Muellerdox update
2006-02-27  Dirk Muellerupdate ubuntu suppression (based on patch by David...
2006-02-24  Nicholas NethercoteMinor readability change.
2006-02-24  Julian SewardUpdate.
2006-02-23  Julian SewardUndo r5667 (reinstate 3_0_BUGSTATUS.txt)
2006-02-22  Dirk Muellerupdate suppressions (10.1-ppc)
2006-02-22  Dirk Muellerupdate suppression
2006-02-22  Dirk Muellersyscall number updates
2006-02-22  Dirk Muellerupdate syscall numbers (against 2.6.16rc2)
2006-02-22  Dirk Muellerbackport status updates
2006-02-22  Dirk Muellervarious syscall wrappings needed for SUSE 10.1
2006-02-22  Dirk Muelleruninteresting here
2006-02-21  Dirk Muellerupdate suppression
2006-02-21  Julian SewardFix CPU feature identification for ppc32/64 - add more...
2006-02-19  Julian SewardMinor wibbles.
2006-02-18  Julian SewardArse. Move this to the right place.
2006-02-18  Julian SewardFirst try at an MPI wrappers library. Currently the...
2006-02-18  Julian SewardAdd a missing case.
2006-02-15  Tom HughesUpdate bug status.
2006-02-15  Tom HughesRestore RIP on return from a signal handler on amd64...
2006-02-15  Tom HughesFix the tkill system call wrapper and enable it on...
2006-02-14  Julian SewardApparently on SLES9 the dynamic linker is called (sonam...
2006-02-14  Julian SewardA few more syscalls.
2006-02-14  Julian SewardTrawled v-users/bugzilla-mail and added entries.
2006-02-14  Julian SewardEnsure memory acquired from sys_brk() really is zeroed...
2006-02-13  Julian SewardFix boundary conditions relating to stack permissions...
2006-02-13  Julian SewardWhen setting the initial permissions of the area below...
2006-02-13  Julian Seward'make dist' fix
2006-02-13  Julian SewardUpdate Limitations section following recent ppc hackery.
2006-02-12  Julian SewardYet another ppc test program, which duplicates jm-insns...
2006-02-12  Julian SewardRestore %EIP from the info passed to the handler (ucont...
2006-02-12  Julian SewardExtend stack-permissions-change fast-case machinery...
2006-02-12  Tom HughesFix typo.
2006-02-11  Tom HughesMore bug status updates.
2006-02-11  Tom HughesDocument fixes.
2006-02-11  Tom HughesAdd missing VKI_ prefixes.
2006-02-11  Tom HughesImplement the vm86 and vm86old system calls based on...
2006-02-11  Julian SewardEnable enough syscalls to make self-hosting work on...
2006-02-11  Tom HughesImplement a few extra ioctls based on patch from Eric...
2006-02-10  Julian SewardAnother ppc related suppression (Dave Nomura).
2006-02-10  Julian SewardDon't use -gstabs on ppc64-linux, as it doesn't work...
2006-02-10  Julian SewardFix minor anomaly pointed out by icc9.
2006-02-10  Robert WalshDenestification.
2006-02-09  Julian SewardTeach the Dwarf2 line-info reader how to handle so...
2006-02-09  Julian SewardEnable sys_getrusage.
2006-02-09  Julian SewardHandle main thread stacks up to 16MB.
2006-02-09  Julian SewardFix erroneous hardwired redirect spec.
2006-02-09  Julian SewardGet rid of general case in mkLazy3 and instead add...
2006-02-09  Julian SewardOops, stuff that should have been part of r1573 (4...
2006-02-08  Julian SewardEnable rounding checks for fmadd/fmsub et al.
2006-02-08  Julian SewardTrack vex r1573 (introduction of 4-arg IR primops for...
2006-02-08  Julian SewardRedo the way FP multiply-accumulate insns are done...
2006-02-07  Julian SewardAdd regression tests for the twi and tdi instructions...
2006-02-07  Julian SewardSynthesise and deliver SIGTRAP to clients when requeste...
2006-02-07  Julian SewardWord size fixes for twi/tdi (is trickier than it looks...
2006-02-07  Julian Sewardppc32/64: handle twi/tdi (conditional trap) instructions
2006-02-06  Julian SewardThis causes problems on setups where ld.so is mapped...
2006-02-06  Julian Sewardfre: observe the current rounding mode
2006-02-06  Julian SewardRedo x86g_calculate_FXTRACT to only use integer arithmetic.
2006-02-06  Julian SewardSet fpscr back to a known state after running generated...
2006-02-06  Julian SewardSet fpscr back to a known state after running generated...
2006-02-06  Julian SewardTest program aimed at exercising x87 insns a bit on...
2006-02-06  Julian SewardRegtest for a double -> unsigned int conversion that...
2006-02-06  Julian SewardAdd a program for checking behaviour of ppc floating...
2006-02-06  Julian SewardComment-only changes
2006-02-05  Julian SewardFixups following recent FP rounding mode changes.
2006-02-04  Julian SewardAdd a check for fsincos.
next