]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2012-12-21  Florian Krohms390: Add support for storing DFP values (32/64 bit).
2012-12-21  Florian KrohmCompanion patch to VEX r2605. Adds a few testcases...
2012-12-21  Florian KrohmAdd support for these DFP insns:
2012-12-21  Julian SewardTeach Cachegrind about IRLoadG and IRStoreG.
2012-12-21  Florian KrohmRemove redundant code snippet.
2012-12-21  Florian KrohmFix mc_translate for Iop_D64toD32.
2012-12-21  Petar JovanovicMinor style improvement over r13190.
2012-12-20  Florian KrohmFix typos. Should really use __func__ instead.
2012-12-20  Petar JovanovicUse different incorrect value in pth_detached3
2012-12-20  Petar JovanovicIntroduce DISABLE_PTHREAD_SPINLOCK_INTERCEPT flag
2012-12-20  Florian Krohms390: Fix IR generation for DDTR and MDTR. These insns...
2012-12-20  Florian Krohms390: Fix disassembly for ADTRA, DDTRA, MDTRA, and...
2012-12-20  Florian Krohms390: Add thunk layout documentation for S390_CC_OP_DFP...
2012-12-19  Julian SewardHandle IRLoadG and IRStoreG.
2012-12-19  Julian SewardHook up a couple of ARM (encoded) load/store cases...
2012-12-19  Julian SewardConstant folder: enable Sub32(x,0) ==> x.
2012-12-19  Julian SewardIop_GetMSBs8x16: remove a copy-n-paste error introduced...
2012-12-19  Florian KrohmFix vbit tester for Iop_D32toD64 and Iop_D64toD32.
2012-12-19  Florian KrohmFix typeOfPrimop for Iop_D32toD64 and Iop_D64toD32.
2012-12-17  Julian SewardInstrumentation of guarded loads and stores: annotate...
2012-12-17  Julian SewardARM back end: handle IRDefaults in dirty helper calls.
2012-12-17  Julian SewardIR: add the ability to specify the call-didn't-happen...
2012-12-17  Julian SewardRemove a bit of debug printing.
2012-12-17  Julian SewardFix the configure check so that fair-sched works on...
2012-12-17  Julian SewardWith --stats=yes, also print TT/TC stats.
2012-12-17  Florian KrohmFix an operator precedence error found by BEAM.
2012-12-16  Florian KrohmFix an assert in s390 disassembly. Eliminate a few...
2012-12-16  Florian KrohmTeach vprintf_wrk about '*' as format width, in which...
2012-12-16  Julian SewardMostly complete code for instrumentation of origin...
2012-12-16  Tom HughesMake sure the stack pointer is properly aligned when...
2012-12-14  Julian SewardAdd a detailed comment re the situation with checking...
2012-12-14  Julian SewardMake memcheck/tests/stpncpy be dependent on the presenc...
2012-12-13  Julian SewardValgrind-side changes for new primop Iop_GetMSBs8x16...
2012-12-13  Julian SewardImplement 128-bit PMOVMSKB using a single new primop...
2012-12-13  Julian SewardUpdate somewhat.
2012-12-13  Julian SewardOn ARM: Don't be spooked by Puts to the translation...
2012-12-12  Julian SewardChange a bunch more Thumb load/store events to use...
2012-12-12  Julian SewardAdd test cases for the UMAAL instruction.
2012-12-12  Julian SewardSupport the UMAAL instruction. (n-i-bz). Based on...
2012-12-11  Florian KrohmFix cut'n paste error spotted by Mark Wielaard.
2012-12-11  Florian KrohmGeneralise S390_INSN_GZERO which only worked on the...
2012-12-09  Florian KrohmEliminate some lameness when writing out hwcaps.
2012-12-09  Florian KrohmClean up the code for facility detection.
2012-12-09  Florian KrohmMove definition of facility bits to libvex_s390x_common...
2012-12-09  Florian KrohmStop sending z10-ec nightly build messages to valgrind...
2012-12-09  Florian KrohmUpdate list of ignored files.
2012-12-09  Florian KrohmUse VEX types.
2012-12-08  Florian KrohmMake sys-openat test conditional upon the existence...
2012-12-08  Philippe WaroquiersFix 284540 and 307465
2012-12-07  Julian SewardAdd documentation for --extra-debuginfo-path=. Relates...
2012-12-07  Florian KrohmComplete the decoder. All published opcodes are now...
2012-12-07  Florian KrohmIdentify opcodes that are not handled by the decoder in
2012-12-06  Julian SewardFix some gcc complaints about unused variables in these...
2012-12-06  Julian SewardThe Signedness Police visit a couple of outlying system...
2012-12-06  Julian SewardFix a const issue in r13154.
2012-12-06  Julian SewardMake diagnostics for SIGILL more controllable (Valgrind...
2012-12-06  Julian SewardMake diagnostics for SIGILL more controllable (VEX...
2012-12-06  Julian SewardAdd an intercept for stpncpy. Fixes #309427.
2012-12-06  Julian SewardRe-enable XADD Gb,Eb. Fixes #307106. (Jakub Jelinek...
2012-12-06  Julian SewardAdd intercepts for wcscpy, wcscmp, wcsrchr and wcschr...
2012-12-06  Julian SewardUse correct %rcx bit in the AVX feature check. Fixes...
2012-12-06  Julian SewardWhen looking for a separate debug object, tolerate...
2012-12-06  Julian SewardFor sys-openat the dirfd argument should be ignored...
2012-12-06  Florian KrohmSynch opcode list with <binutils>/opcodes/s390-opc...
2012-12-06  Florian KrohmAccept blank lines in <binutils>/opcodes/s390-opc.txt.
2012-12-06  Florian KrohmFix golden log.
2012-12-05  Julian SewardUpdate with current bugs.
2012-12-05  Julian SewardAdd a new command line flag, --extra-debuginfo-path...
2012-12-05  Philippe Waroquiersfix 310424 --read-var-info does not properly describe...
2012-12-05  Philippe WaroquiersFix missing in EXTRA_DIST errors reported by check_make...
2012-12-05  Florian KrohmRecognise insns for zEC12 in the decoder.
2012-12-05  Florian KrohmUpdate opcode table: add new insns for zEC12
2012-12-04  Florian KrohmBeef up testcase. Announce fix.
2012-12-04  Florian KrohmIn the past, the implementation of STFLE returned the...
2012-12-03  Florian KrohmProbe host for conditional load/store facility.
2012-12-03  Florian KrohmUse "load on condition" insns, if availably, to implement
2012-12-03  Petar JovanovicCorrectly skip memcheck's getregset for MIPS.
2012-12-02  Florian KrohmUpdate opcode status. Announce fix for BZ #306035.
2012-12-02  Florian KrohmRefactor the code based on s390_irgen_LAA.
2012-12-02  Florian KrohmAdd testcase for LAA insn.
2012-12-02  Florian KrohmFix implementation of LAA for atomic update.
2012-12-02  Petar JovanovicSkip memcheck's getregset for MIPS.
2012-12-01  Florian KrohmFix typo.
2012-11-28  Philippe WaroquiersImprove FAQ section discussing statically linked lib
2012-11-26  Josef WeidendorferBefore LL, instrument outstanding helper calls.
2012-11-26  Julian Seward* make ARM word and unsigned byte load/stores use LoadG...
2012-11-26  Julian SewardMake a couple more load/store cases use IRLoadG/IRStore...
2012-11-25  Julian SewardInitial Memcheck support for instrumenting guarded...
2012-11-25  Julian SewardInitial front changes for ARM, to generate direct IR...
2012-11-25  Julian SewardARM back end changes, to support code generation for...
2012-11-25  Julian SewardAdd IR level definitions and associated iropt hackery...
2012-11-25  Julian SewardSwizzle external.
2012-11-25  Julian SewardMove this directory to the right place. Duh.
2012-11-25  Julian SewardMove this directory to the right place. Duh.
2012-11-25  Julian SewardCreate a copy of trunk r13138 to hold work on adding...
2012-11-25  Julian SewardCreate a copy of trunk r2567 to hold work on adding...
2012-11-25  Florian KrohmFormatting only change.
2012-11-24  Florian KrohmMake some function parameters pointer to const.
2012-11-24  Florian KrohmFix some casts that removed const-ness as pointed out by
2012-11-23  Florian KrohmChanges to allow compilation with -Wwrite-strings....
next