]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2015-04-22  Carl LoveUpdate NEWS file with bix for bugzilla 346474.
2015-04-22  Carl LoveAdd support for the TEXASRU register. This register...
2015-04-22  Carl LoveAdd support for the TEXASRU register. This register...
2015-04-22  Mark WielaardEnable rt_sigpending syscall on ppc64 linux.
2015-04-22  Florian KrohmRename VG_(am_is_bogus_client_stack_pointer) to
2015-04-22  Florian KrohmFix a silly bug.
2015-04-22  Bart Van AsscheNEWS: Add entry for bug #346416 / trunk r15123
2015-04-21  Philippe WaroquiersAnnounce in NEWS the optimisation done for helgrind...
2015-04-21  Philippe WaroquiersAdd some stats to helgrind stats:
2015-04-21  Philippe WaroquiersMove a comment useful to the caller to the .h, rather...
2015-04-21  Philippe WaroquiersDo RCEC_GC when approaching the max nr of RCEC, not...
2015-04-21  Carl LoveUpdate the NEWS file with the fixes for bugzillas 34569...
2015-04-21  Carl LoveUpdate the expected output file none/tests/ppc64/jm_int...
2015-04-21  Bart Van AsscheAdd support for LL_IOC_PATH2FID and LL_IOC_GETPARENT...
2015-04-21  Julian SewardAdd spec rules for EQ, MI, PL, GT and LE after COPY...
2015-04-21  Christian Borntraegerincrease function size even more (see r15095). On s390...
2015-04-20  Carl LoveAdd support for the lbarx, lharx, stbcx and sthcs instr...
2015-04-20  Carl LoveFix for an error in the stq, stqcx, lqarx and lq instru...
2015-04-20  Philippe WaroquiersThis patch changes the policy that does the GC of OldRe...
2015-04-20  Florian KrohmUse the proper function.
2015-04-20  Florian KrohmRemove SysRes::_valEx from common code as it is specifi...
2015-04-20  Florian KrohmRemove function sr_ResHI from Linux specific code.
2015-04-20  Florian KrohmUpdate tilegx's do_clone function adopting the stack...
2015-04-19  Philippe WaroquiersEnsure we print the memory statistics with the default...
2015-04-19  Philippe WaroquiersFor ppc64, use the endianess of the running program...
2015-04-19  Philippe Waroquiersfix 346307 fuse filesystem syscall deadlocks
2015-04-18  Florian KrohmRemove a few unneeded header files.
2015-04-18  Florian KrohmFix a comment.
2015-04-18  Florian KrohmFactor out the 'extend' function. We only need one...
2015-04-18  Florian KrohmAdd missing header file.
2015-04-18  Carl LoveForgot to add the new files in memcheck/tests/ppc32...
2015-04-17  Carl LoveAdd support for the lbarx, lharx, stbcx and sthcs instr...
2015-04-17  Carl LoveAdd support for the lbarx, lharx, stbcx and sthcs instr...
2015-04-17  Philippe WaroquiersFix statistics about ctxt_rcec :
2015-04-17  Florian KrohmFollowup to r15101. Remove pointless cast. The castee...
2015-04-16  Carl LoveThe vbpermq for Powerpc64 big endian has the same issue...
2015-04-16  Carl LoveThe following regression tests failures occur on PPC64...
2015-04-16  Carl LoveFix the compiler warning about casting the arguments...
2015-04-15  Florian KrohmFix function call: 1st argument is the thread id.
2015-04-15  Philippe WaroquiersFollowing fix done in tilegx host in vex: r3130, reenab...
2015-04-15  Florian KrohmUpdate list of ignored files.
2015-04-15  Zhi-Gang LiuTo address memcheck/tests/leak-segv-jmp test failure...
2015-04-15  Zhi-Gang LiuAdd TILEGX arch. specific syscall #245, __NR_cacheflush
2015-04-15  Zhi-Gang LiuAdd Iop_Add8, Iop_Add16 and other 8 or 16 bit ALU Iop
2015-04-15  Zhi-Gang LiuFix the bigcode test failure for TILEGX
2015-04-15  Zhi-Gang LiuAddress minor issues in Julian's last review.
2015-04-15  Zhi-Gang LiuRemoved "extern"
2015-04-15  Zhi-Gang LiuRemoved #if __tilegx__ ... #endif in guest_tilegx_toIR.c
2015-04-15  Zhi-Gang LiuFix the evCheck assertion for TileGX
2015-04-15  Zhi-Gang LiuAdd 'allexec.c' in "none/tests/tilegx"
2015-04-15  Zhi-Gang LiuRemove allecec.c from none/tests/tilegx
2015-04-14  Florian KrohmFollowup to r14974. That revision oversimplified a...
2015-04-13  Julian SewardMake the version checking for Apple LLVM a bit less...
2015-04-13  Julian SewardUn-break the Darwin build after r15078. Patch from...
2015-04-13  Julian SewardRemove unused function "lshift".
2015-04-11  Florian KrohmUpdate list of ignored files.
2015-04-11  Philippe WaroquiersVEX side for revision 15084 (multi arch testing)
2015-04-11  Philippe WaroquiersAdd 2 tests none/tests/libvex_test and libvexmultiarch_test
2015-04-11  Philippe WaroquiersRemove useless arguments in sparsewa, that were inherit...
2015-04-10  Philippe WaroquiersHave the event map GC use the same approach as the...
2015-04-10  Philippe WaroquiersUpdate expected result for leak-segv-jmp, following...
2015-04-10  Julian SewardAdd a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera...
2015-04-10  Julian SewardAdd a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera...
2015-04-09  Philippe WaroquiersFix a typo in the example given in the comment
2015-04-09  Philippe WaroquiersAdd missing stdout.exp file
2015-04-09  Carl LoveADD AT_DCACHEBSIZE and AT_HWCAP2 support for POWER PC
2015-04-08  Florian KrohmAssorted cleanups: remove magic constants and unneeded...
2015-04-08  Florian KrohmConsolidate shell script testcases without interpreter.
2015-04-07  Florian KrohmCertain kernels on s390 provide extra read permissions...
2015-04-07  Julian Sewardx86 front and back ends: track vex r3120, which changed...
2015-04-07  Julian SewardTrack vex r3120, that changed the type of Iop_Sqrt64x2...
2015-04-07  Julian Sewardamd64 front and back ends: track the change of type...
2015-04-06  Florian KrohmFollowup to r14898 which changes the storage of segment...
2015-04-06  Julian Sewardarm64: remove redundant comment on test cases for FSQRT...
2015-04-06  Julian Sewardarm64: enable test cases for
2015-04-06  Julian Sewardarm64: implement FSQRT 2d_2d, 4s_4s, 2s_2s
2015-04-06  Julian SewardMemcheck: add support for recently added IROps:
2015-04-06  Julian Sewardarm64: enable test cases for
2015-04-06  Julian Sewardarm64: add support for the following insns. This compl...
2015-04-06  Florian KrohmThe linux launcher showed some odd behaviour. When...
2015-04-06  Florian KrohmIgnore generated files.
2015-04-04  Florian KrohmTweak STATIC_ASSERT such that there is no warning about...
2015-04-04  Florian KrohmTweak STATIC_ASSERT such that there is no warning about...
2015-04-03  Florian KrohmNew directory: none/tests/scripts
2015-04-02  Florian KrohmAdd testcase for BZ 231357.
2015-04-02  Florian KrohmWhen skipping white space after #! to find the interpreter
2015-04-01  Philippe WaroquiersAdd a test that triggers sector recycling
2015-04-01  Philippe WaroquiersAdd the standard end of the file marker used elsewhere
2015-04-01  Philippe WaroquiersCommit the VEX makefile changes needed to have the...
2015-04-01  Philippe WaroquiersImprove comments, add the copyright notice
2015-04-01  Florian KrohmFix function sr_EQ which compares two SysRes values...
2015-04-01  Philippe WaroquiersFix infinite loop in sector recycling introduced by...
2015-04-01  Florian KrohmAnnounce fix for 231257. A pretty old BZ. We must have...
2015-04-01  Rhys KiddFix Darwin: -v does not show kernel version
2015-03-31  Philippe WaroquiersThis patch reduces the size of all tools by about 2MB...
2015-03-31  Florian KrohmUpdate list of ignored files.
2015-03-31  Philippe WaroquiersFurther reduction of the size of the sector TTE tables
2015-03-30  Philippe WaroquiersFix a typo
2015-03-30  Julian SewardUn-break the build following vex r3110. Thanks to...
2015-03-30  Julian Sewardarm64: enable test cases for
next