- bf37ae8 Reduce nr of lines produced by laog gc --stats=yes by philippe · 10 years ago
- 021228c Properly guard exp-bbv/tests/x86/ on OS X. Partial fix for BZ#344416 (at least reduces required hacks). by rhyskidd · 10 years ago
- a1ac2f4 This patch reduces the memory needed for a VtsTE by 25% (one word) by philippe · 10 years ago
- d4dc5fc This patch adds a function that allows to directly properly size an xarray by philippe · 10 years ago
- c29cf01 Properly guard drd/tests/thread_name with HAVE_PTHREAD_BARRIER. Partial fix for BZ#344416 (at least reduces required hacks). by rhyskidd · 10 years ago
- a6cece9 Fix aspacem segment mismatch: seen with none/tests/bigcode bz#345824 by rhyskidd · 10 years ago
- 76e04ec Fix regression test compile issue on OS X platform, introduced in r15113. n-i-bz by rhyskidd · 10 years ago
- 7571271 Remove a few embarassing comments. by florian · 10 years ago
- 71a04ea Rename write variable to avoid a warning: by philippe · 10 years ago
- 4ecd483 Fix the namespace of the functions dealing with segment names. by florian · 10 years ago
- 5690824 DW_CFA_def_cfa_expression: don't push the CFA on the stack before by sewardj · 10 years ago
- b69060f Add a HOWTO on how to build and install aarch64-linux on QEMU, by sewardj · 10 years ago
- 0910203 Fix intermittent build error on aarch64-linux caused by inadequate by sewardj · 10 years ago
- 981abb5 Issue an error message if then brk segment overflows. by florian · 10 years ago
- 9dc3156 Use error exit code when bailing out. by florian · 10 years ago
- efa71c5 Update. by sewardj · 10 years ago
- 1ee59aa Back out most of r15145 which reports bug fixes for various altivec insns. by florian · 10 years ago
- 61e63ac Fix fallout from r15138: build error on Darwin due to renamed function. by florian · 10 years ago
- 737548c Remove magic constant. Use LibVEX_GUEST_STATE_ALIGN instead. by florian · 10 years ago
- ca92cdf Follow up on VEX r3144 and remove VexGuestTILEGXStateAlignment. by florian · 10 years ago
- e8ffbc2 Fix an outdated comment as pointed out in BZ #211256. by florian · 10 years ago
- c0574f1 Update. Mostly ppc insns that appear to have been fixed by florian · 10 years ago
- 81de065 Fix BZ #342683. Based on patch by Ivo Raisr. by florian · 10 years ago
- 7cbe068 Fix the writev / readv wrappers. Do not read the array pointed to by florian · 10 years ago
- 883315a Replace adler32 by sdbm_hash in m_deduppoolalloc.c by philippe · 10 years ago
- 47124e9 Give statistics about RCEC helgrind hash table chains. by philippe · 10 years ago
- a2aaa40 Check for any client stack segment. Rule out valgrind segments. by florian · 10 years ago
- 8510d00 Add some internal documentation for 'svn ignore' maintenance; by philippe · 10 years ago
- 7d4a28b Fix an assertion in the address space manager. BZ #345887. by florian · 10 years ago
- 197af9f Update list of ignored files. by florian · 10 years ago
- 256a6da There is an ABI change in how the PPC64 gcc compiler handles 128 bit arguments by carll · 10 years ago
- 7981f42 Update NEWS file with bix for bugzilla 346474. by carll · 10 years ago
- 7cd6d83 Add support for the TEXASRU register. This register contains information on by carll · 10 years ago
- 2ca1f26 Enable rt_sigpending syscall on ppc64 linux. by mjw · 10 years ago
- 8f3cd17 Rename VG_(am_is_bogus_client_stack_pointer) to by florian · 10 years ago
- d57686f Fix a silly bug. by florian · 10 years ago
- 67422dd NEWS: Add entry for bug #346416 / trunk r15123 by bart · 10 years ago
- 3ed9236 Announce in NEWS the optimisation done for helgrind big applications by philippe · 10 years ago
- d005b2c Add some stats to helgrind stats: by philippe · 10 years ago
- 68c6293 Move a comment useful to the caller to the .h, rather than keeping it in the .c by philippe · 10 years ago
- e0829e0 Do RCEC_GC when approaching the max nr of RCEC, not when reaching it. by philippe · 10 years ago
- d407d94 Update the NEWS file with the fixes for bugzillas 345695, 346267, and 346324. by carll · 10 years ago
- 395c2c7 Update the expected output file none/tests/ppc64/jm_int_isa_2_07.stdout.exp by carll · 10 years ago
- 2010b15 Add support for LL_IOC_PATH2FID and LL_IOC_GETPARENT Lustre ioctls by bart · 10 years ago
- a2677f1 increase function size even more (see r15095). On s390 this testcase by cborntra · 10 years ago
- d609660 Add support for the lbarx, lharx, stbcx and sthcs instructions. by carll · 10 years ago
- cabdbb5 This patch changes the policy that does the GC of OldRef and RCEC by philippe · 10 years ago
- 72dabf4 Use the proper function. by florian · 10 years ago
- 9c120ae Remove SysRes::_valEx from common code as it is specific to mips. by florian · 10 years ago
- 596b3fe Remove function sr_ResHI from Linux specific code. by florian · 10 years ago
- 71e322f Update tilegx's do_clone function adopting the stack bound changes by florian · 10 years ago
- 5af6658 Ensure we print the memory statistics with the default verbosity, by philippe · 10 years ago
- 203a35d For ppc64, use the endianess of the running program, rather by philippe · 10 years ago
- d7aa40d fix 346307 fuse filesystem syscall deadlocks by philippe · 10 years ago
- faaf860 Remove a few unneeded header files. by florian · 10 years ago
- 5b5ca27 Fix a comment. by florian · 10 years ago
- 01fcf6a Factor out the 'extend' function. We only need one version for Linux and by florian · 10 years ago
- 6c1470a Add missing header file. by florian · 10 years ago
- 0c3074e Forgot to add the new files in memcheck/tests/ppc32 and memcheck/tests/ppc32. by carll · 10 years ago
- a89b046 Add support for the lbarx, lharx, stbcx and sthcs instructions. by carll · 10 years ago
- 06bc23a Fix statistics about ctxt_rcec : by philippe · 10 years ago
- 42a0800 Followup to r15101. Remove pointless cast. The castee already has that type. by florian · 10 years ago
- 8647af7 Fix the compiler warning about casting the arguments to the functions by carll · 10 years ago
- d0deb9d Fix function call: 1st argument is the thread id. by florian · 10 years ago
- cb46d25 Following fix done in tilegx host in vex: r3130, reenable tilegx as host by philippe · 10 years ago
- 5f13312 Update list of ignored files. by florian · 10 years ago
- e27c8cd To address memcheck/tests/leak-segv-jmp test failure for TILEGX by zliu · 10 years ago
- f81fbe4 Add TILEGX arch. specific syscall #245, __NR_cacheflush By:Zhi-Gang Liu by zliu · 10 years ago
- 261fbcb Fix the bigcode test failure for TILEGX By: Zhi-Gang Liu by zliu · 10 years ago
- 62cee7a Address minor issues in Julian's last review. For TILEGX only. By: Zhi-Gang Liu by zliu · 10 years ago
- 548863e by zliu · 10 years ago
- 03aba74 Remove allecec.c from none/tests/tilegx by zliu · 10 years ago
- 4465bd5 Followup to r14974. That revision oversimplified a condition, part by florian · 10 years ago
- 807521e Make the version checking for Apple LLVM a bit less strict. by sewardj · 10 years ago
- ac73429 Un-break the Darwin build after r15078. Patch from Mark Pauley by sewardj · 10 years ago
- a8f142f Update list of ignored files. by florian · 10 years ago
- ffcfa7a Add 2 tests none/tests/libvex_test and libvexmultiarch_test by philippe · 10 years ago
- 40648e2 Remove useless arguments in sparsewa, that were inheritated from WordFM by philippe · 10 years ago
- 158404e Have the event map GC use the same approach as the other GC by philippe · 10 years ago
- e2fd3d2 Update expected result for leak-segv-jmp, following TileGX addition of by philippe · 10 years ago
- 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 10 years ago
- 5370de0 Add missing stdout.exp file by philippe · 10 years ago
- 52b284b ADD AT_DCACHEBSIZE and AT_HWCAP2 support for POWER PC by carll · 10 years ago
- ff4a084 Assorted cleanups: remove magic constants and unneeded header file. Update by florian · 10 years ago
- 1fe64fd Consolidate shell script testcases without interpreter. by florian · 10 years ago
- 954d6bb Certain kernels on s390 provide extra read permissions on executable by florian · 10 years ago
- 7222f64 Track vex r3120, that changed the type of Iop_Sqrt64x2 and Iop_Sqrt32x4. by sewardj · 10 years ago
- 346ee2f Followup to r14898 which changes the storage of segment names by by florian · 10 years ago
- 677b6f5 arm64: remove redundant comment on test cases for FSQRT 2d_2d, 4s_4s, 2s_2s by sewardj · 10 years ago
- 251e180 arm64: enable test cases for FSQRT 2d_2d, 4s_4s, 2s_2s by sewardj · 10 years ago
- 1f4b1eb Memcheck: add support for recently added IROps: by sewardj · 10 years ago
- a09a725 arm64: enable test cases for by sewardj · 10 years ago
- 695dde8 The linux launcher showed some odd behaviour. When given a shell script by florian · 10 years ago
- 99da145 Ignore generated files. by florian · 10 years ago
- ea73483 Tweak STATIC_ASSERT such that there is no warning about an unused by florian · 10 years ago
- 0a6d897 New directory: none/tests/scripts Move corresponding testcases there. by florian · 10 years ago
- 8d22844 Add testcase for BZ 231357. by florian · 10 years ago
- e4a4c57 When skipping white space after #! to find the interpreter by florian · 10 years ago
- 3815259 Add a test that triggers sector recycling by philippe · 10 years ago
- d7065d5 Commit the VEX makefile changes needed to have the libvexmultiarch by philippe · 10 years ago