| 2015-04-22 |
Carl Love | Update NEWS file with bix for bugzilla 346474. |
commit | commitdiff | tree | snapshot |
| 2015-04-22 |
Carl Love | Add support for the TEXASRU register. This register... |
commit | commitdiff | tree | snapshot |
| 2015-04-22 |
Carl Love | Add support for the TEXASRU register. This register... |
commit | commitdiff | tree | snapshot |
| 2015-04-22 |
Mark Wielaard | Enable rt_sigpending syscall on ppc64 linux. |
commit | commitdiff | tree | snapshot |
| 2015-04-22 |
Florian Krohm | Rename VG_(am_is_bogus_client_stack_pointer) to |
commit | commitdiff | tree | snapshot |
| 2015-04-22 |
Florian Krohm | Fix a silly bug. |
commit | commitdiff | tree | snapshot |
| 2015-04-22 |
Bart Van Assche | NEWS: Add entry for bug #346416 / trunk r15123 |
commit | commitdiff | tree | snapshot |
| 2015-04-21 |
Philippe Waroquiers | Announce in NEWS the optimisation done for helgrind... |
commit | commitdiff | tree | snapshot |
| 2015-04-21 |
Philippe Waroquiers | Add some stats to helgrind stats: |
commit | commitdiff | tree | snapshot |
| 2015-04-21 |
Philippe Waroquiers | Move a comment useful to the caller to the .h, rather... |
commit | commitdiff | tree | snapshot |
| 2015-04-21 |
Philippe Waroquiers | Do RCEC_GC when approaching the max nr of RCEC, not... |
commit | commitdiff | tree | snapshot |
| 2015-04-21 |
Carl Love | Update the NEWS file with the fixes for bugzillas 34569... |
commit | commitdiff | tree | snapshot |
| 2015-04-21 |
Carl Love | Update the expected output file none/tests/ppc64/jm_int... |
commit | commitdiff | tree | snapshot |
| 2015-04-21 |
Bart Van Assche | Add support for LL_IOC_PATH2FID and LL_IOC_GETPARENT... |
commit | commitdiff | tree | snapshot |
| 2015-04-21 |
Julian Seward | Add spec rules for EQ, MI, PL, GT and LE after COPY... |
commit | commitdiff | tree | snapshot |
| 2015-04-21 |
Christian Borntraeger | increase function size even more (see r15095). On s390... |
commit | commitdiff | tree | snapshot |
| 2015-04-20 |
Carl Love | Add support for the lbarx, lharx, stbcx and sthcs instr... |
commit | commitdiff | tree | snapshot |
| 2015-04-20 |
Carl Love | Fix for an error in the stq, stqcx, lqarx and lq instru... |
commit | commitdiff | tree | snapshot |
| 2015-04-20 |
Philippe Waroquiers | This patch changes the policy that does the GC of OldRe... |
commit | commitdiff | tree | snapshot |
| 2015-04-20 |
Florian Krohm | Use the proper function. |
commit | commitdiff | tree | snapshot |
| 2015-04-20 |
Florian Krohm | Remove SysRes::_valEx from common code as it is specifi... |
commit | commitdiff | tree | snapshot |
| 2015-04-20 |
Florian Krohm | Remove function sr_ResHI from Linux specific code. |
commit | commitdiff | tree | snapshot |
| 2015-04-20 |
Florian Krohm | Update tilegx's do_clone function adopting the stack... |
commit | commitdiff | tree | snapshot |
| 2015-04-19 |
Philippe Waroquiers | Ensure we print the memory statistics with the default... |
commit | commitdiff | tree | snapshot |
| 2015-04-19 |
Philippe Waroquiers | For ppc64, use the endianess of the running program... |
commit | commitdiff | tree | snapshot |
| 2015-04-19 |
Philippe Waroquiers | fix 346307 fuse filesystem syscall deadlocks |
commit | commitdiff | tree | snapshot |
| 2015-04-18 |
Florian Krohm | Remove a few unneeded header files. |
commit | commitdiff | tree | snapshot |
| 2015-04-18 |
Florian Krohm | Fix a comment. |
commit | commitdiff | tree | snapshot |
| 2015-04-18 |
Florian Krohm | Factor out the 'extend' function. We only need one... |
commit | commitdiff | tree | snapshot |
| 2015-04-18 |
Florian Krohm | Add missing header file. |
commit | commitdiff | tree | snapshot |
| 2015-04-18 |
Carl Love | Forgot to add the new files in memcheck/tests/ppc32... |
commit | commitdiff | tree | snapshot |
| 2015-04-17 |
Carl Love | Add support for the lbarx, lharx, stbcx and sthcs instr... |
commit | commitdiff | tree | snapshot |
| 2015-04-17 |
Carl Love | Add support for the lbarx, lharx, stbcx and sthcs instr... |
commit | commitdiff | tree | snapshot |
| 2015-04-17 |
Philippe Waroquiers | Fix statistics about ctxt_rcec : |
commit | commitdiff | tree | snapshot |
| 2015-04-17 |
Florian Krohm | Followup to r15101. Remove pointless cast. The castee... |
commit | commitdiff | tree | snapshot |
| 2015-04-16 |
Carl Love | The vbpermq for Powerpc64 big endian has the same issue... |
commit | commitdiff | tree | snapshot |
| 2015-04-16 |
Carl Love | The following regression tests failures occur on PPC64... |
commit | commitdiff | tree | snapshot |
| 2015-04-16 |
Carl Love | Fix the compiler warning about casting the arguments... |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Florian Krohm | Fix function call: 1st argument is the thread id. |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Philippe Waroquiers | Following fix done in tilegx host in vex: r3130, reenab... |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Florian Krohm | Update list of ignored files. |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Zhi-Gang Liu | To address memcheck/tests/leak-segv-jmp test failure... |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Zhi-Gang Liu | Add TILEGX arch. specific syscall #245, __NR_cacheflush |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Zhi-Gang Liu | Add Iop_Add8, Iop_Add16 and other 8 or 16 bit ALU Iop |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Zhi-Gang Liu | Fix the bigcode test failure for TILEGX |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Zhi-Gang Liu | Address minor issues in Julian's last review. |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Zhi-Gang Liu | Removed "extern" |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Zhi-Gang Liu | Removed #if __tilegx__ ... #endif in guest_tilegx_toIR.c |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Zhi-Gang Liu | Fix the evCheck assertion for TileGX |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Zhi-Gang Liu | Add 'allexec.c' in "none/tests/tilegx" |
commit | commitdiff | tree | snapshot |
| 2015-04-15 |
Zhi-Gang Liu | Remove allecec.c from none/tests/tilegx |
commit | commitdiff | tree | snapshot |
| 2015-04-14 |
Florian Krohm | Followup to r14974. That revision oversimplified a... |
commit | commitdiff | tree | snapshot |
| 2015-04-13 |
Julian Seward | Make the version checking for Apple LLVM a bit less... |
commit | commitdiff | tree | snapshot |
| 2015-04-13 |
Julian Seward | Un-break the Darwin build after r15078. Patch from... |
commit | commitdiff | tree | snapshot |
| 2015-04-13 |
Julian Seward | Remove unused function "lshift". |
commit | commitdiff | tree | snapshot |
| 2015-04-11 |
Florian Krohm | Update list of ignored files. |
commit | commitdiff | tree | snapshot |
| 2015-04-11 |
Philippe Waroquiers | VEX side for revision 15084 (multi arch testing) |
commit | commitdiff | tree | snapshot |
| 2015-04-11 |
Philippe Waroquiers | Add 2 tests none/tests/libvex_test and libvexmultiarch_test |
commit | commitdiff | tree | snapshot |
| 2015-04-11 |
Philippe Waroquiers | Remove useless arguments in sparsewa, that were inherit... |
commit | commitdiff | tree | snapshot |
| 2015-04-10 |
Philippe Waroquiers | Have the event map GC use the same approach as the... |
commit | commitdiff | tree | snapshot |
| 2015-04-10 |
Philippe Waroquiers | Update expected result for leak-segv-jmp, following... |
commit | commitdiff | tree | snapshot |
| 2015-04-10 |
Julian Seward | Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera... |
commit | commitdiff | tree | snapshot |
| 2015-04-10 |
Julian Seward | Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera... |
commit | commitdiff | tree | snapshot |
| 2015-04-09 |
Philippe Waroquiers | Fix a typo in the example given in the comment |
commit | commitdiff | tree | snapshot |
| 2015-04-09 |
Philippe Waroquiers | Add missing stdout.exp file |
commit | commitdiff | tree | snapshot |
| 2015-04-09 |
Carl Love | ADD AT_DCACHEBSIZE and AT_HWCAP2 support for POWER PC |
commit | commitdiff | tree | snapshot |
| 2015-04-08 |
Florian Krohm | Assorted cleanups: remove magic constants and unneeded... |
commit | commitdiff | tree | snapshot |
| 2015-04-08 |
Florian Krohm | Consolidate shell script testcases without interpreter. |
commit | commitdiff | tree | snapshot |
| 2015-04-07 |
Florian Krohm | Certain kernels on s390 provide extra read permissions... |
commit | commitdiff | tree | snapshot |
| 2015-04-07 |
Julian Seward | x86 front and back ends: track vex r3120, which changed... |
commit | commitdiff | tree | snapshot |
| 2015-04-07 |
Julian Seward | Track vex r3120, that changed the type of Iop_Sqrt64x2... |
commit | commitdiff | tree | snapshot |
| 2015-04-07 |
Julian Seward | amd64 front and back ends: track the change of type... |
commit | commitdiff | tree | snapshot |
| 2015-04-06 |
Florian Krohm | Followup to r14898 which changes the storage of segment... |
commit | commitdiff | tree | snapshot |
| 2015-04-06 |
Julian Seward | arm64: remove redundant comment on test cases for FSQRT... |
commit | commitdiff | tree | snapshot |
| 2015-04-06 |
Julian Seward | arm64: enable test cases for |
commit | commitdiff | tree | snapshot |
| 2015-04-06 |
Julian Seward | arm64: implement FSQRT 2d_2d, 4s_4s, 2s_2s |
commit | commitdiff | tree | snapshot |
| 2015-04-06 |
Julian Seward | Memcheck: add support for recently added IROps: |
commit | commitdiff | tree | snapshot |
| 2015-04-06 |
Julian Seward | arm64: enable test cases for |
commit | commitdiff | tree | snapshot |
| 2015-04-06 |
Julian Seward | arm64: add support for the following insns. This compl... |
commit | commitdiff | tree | snapshot |
| 2015-04-06 |
Florian Krohm | The linux launcher showed some odd behaviour. When... |
commit | commitdiff | tree | snapshot |
| 2015-04-06 |
Florian Krohm | Ignore generated files. |
commit | commitdiff | tree | snapshot |
| 2015-04-04 |
Florian Krohm | Tweak STATIC_ASSERT such that there is no warning about... |
commit | commitdiff | tree | snapshot |
| 2015-04-04 |
Florian Krohm | Tweak STATIC_ASSERT such that there is no warning about... |
commit | commitdiff | tree | snapshot |
| 2015-04-03 |
Florian Krohm | New directory: none/tests/scripts |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
Florian Krohm | Add testcase for BZ 231357. |
commit | commitdiff | tree | snapshot |
| 2015-04-02 |
Florian Krohm | When skipping white space after #! to find the interpreter |
commit | commitdiff | tree | snapshot |
| 2015-04-01 |
Philippe Waroquiers | Add a test that triggers sector recycling |
commit | commitdiff | tree | snapshot |
| 2015-04-01 |
Philippe Waroquiers | Add the standard end of the file marker used elsewhere |
commit | commitdiff | tree | snapshot |
| 2015-04-01 |
Philippe Waroquiers | Commit the VEX makefile changes needed to have the... |
commit | commitdiff | tree | snapshot |
| 2015-04-01 |
Philippe Waroquiers | Improve comments, add the copyright notice |
commit | commitdiff | tree | snapshot |
| 2015-04-01 |
Florian Krohm | Fix function sr_EQ which compares two SysRes values... |
commit | commitdiff | tree | snapshot |
| 2015-04-01 |
Philippe Waroquiers | Fix infinite loop in sector recycling introduced by... |
commit | commitdiff | tree | snapshot |
| 2015-04-01 |
Florian Krohm | Announce fix for 231257. A pretty old BZ. We must have... |
commit | commitdiff | tree | snapshot |
| 2015-04-01 |
Rhys Kidd | Fix Darwin: -v does not show kernel version |
commit | commitdiff | tree | snapshot |
| 2015-03-31 |
Philippe Waroquiers | This patch reduces the size of all tools by about 2MB... |
commit | commitdiff | tree | snapshot |
| 2015-03-31 |
Florian Krohm | Update list of ignored files. |
commit | commitdiff | tree | snapshot |
| 2015-03-31 |
Philippe Waroquiers | Further reduction of the size of the sector TTE tables |
commit | commitdiff | tree | snapshot |
| 2015-03-30 |
Philippe Waroquiers | Fix a typo |
commit | commitdiff | tree | snapshot |
| 2015-03-30 |
Julian Seward | Un-break the build following vex r3110. Thanks to... |
commit | commitdiff | tree | snapshot |
| 2015-03-30 |
Julian Seward | arm64: enable test cases for |
commit | commitdiff | tree | snapshot |
| next |