| 2013-01-21 |
Florian Krohm | Fix two asserts that Coverity's checker diagnosed as... |
commit | commitdiff | tree | snapshot |
| 2013-01-21 |
Florian Krohm | xen: Add a missing break to the handling of XEN_DOMCTL_... |
commit | commitdiff | tree | snapshot |
| 2013-01-21 |
Florian Krohm | In mc_translate a NULL guard expression is sometimes... |
commit | commitdiff | tree | snapshot |
| 2013-01-21 |
Petar Jovanovic | mips: fix link_tool_exe_linux issue for different mips... |
commit | commitdiff | tree | snapshot |
| 2013-01-20 |
Petar Jovanovic | mips: fixing issues spotted by a static code analysis... |
commit | commitdiff | tree | snapshot |
| 2013-01-20 |
Petar Jovanovic | mips: additional test case for fix in VEX r2648 |
commit | commitdiff | tree | snapshot |
| 2013-01-20 |
Petar Jovanovic | mips: fix for mips-disassembler when branch is at block... |
commit | commitdiff | tree | snapshot |
| 2013-01-20 |
Philippe Waroquiers | Add documentation for VALGRIND_MONITOR_COMMAND client... |
commit | commitdiff | tree | snapshot |
| 2013-01-20 |
Philippe Waroquiers | Implement --merge-recursive-frames + provide VALGRIND_M... |
commit | commitdiff | tree | snapshot |
| 2013-01-20 |
Julian Seward | Fold out an expression which is always False. Spotted... |
commit | commitdiff | tree | snapshot |
| 2013-01-20 |
Julian Seward | Remove a bit of dead code, spotted by Florian using... |
commit | commitdiff | tree | snapshot |
| 2013-01-20 |
Florian Krohm | Improve the tree builder in IR optimisation. Allow... |
commit | commitdiff | tree | snapshot |
| 2013-01-20 |
Florian Krohm | s390: Fix a type mixup spotted by IBM's BEAM checker. |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Philippe Waroquiers | Fix buffer overrun due to copy paste from x86 to amd64. |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Bart Van Assche | xen: add a missing break to the handling of XEN_DOMCTL_... |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Philippe Waroquiers | Fix warning in perm_malloc (reported by Florian) |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Florian Krohm | Fix a comment. Spotted by Maran. |
commit | commitdiff | tree | snapshot |
| 2013-01-19 |
Florian Krohm | Fix statement order. Found by Coverity's checker. |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Julian Seward | Import from memcheck land, a less ludicrously inefficient |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Julian Seward | Add an implementation of memset() that costs half as... |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Philippe Waroquiers | Implement a more efficient allocation of small blocks... |
commit | commitdiff | tree | snapshot |
| 2013-01-18 |
Philippe Waroquiers | Add a vg_alignof macro |
commit | commitdiff | tree | snapshot |
| 2013-01-17 |
Philippe Waroquiers | Change the size of the hash table used to cache IP... |
commit | commitdiff | tree | snapshot |
| 2013-01-17 |
Julian Seward | Merge, from branches/COMEM, revisions 13139 to 13235. |
commit | commitdiff | tree | snapshot |
| 2013-01-17 |
Julian Seward | Merge, from branches/COMEM, revisions 2568 to 2641. |
commit | commitdiff | tree | snapshot |
| 2013-01-16 |
Julian Seward | mips32 equivalent to r2636: fix up the mips32 back... |
commit | commitdiff | tree | snapshot |
| 2013-01-16 |
Philippe Waroquiers | Small comment fix: .h specifies "all frames", implement... |
commit | commitdiff | tree | snapshot |
| 2013-01-16 |
Julian Seward | Fix up the s390 back end to be in sync with infrastruct... |
commit | commitdiff | tree | snapshot |
| 2013-01-16 |
Julian Seward | ppc32/64 equivalents to r2636: fix up the ppc back... |
commit | commitdiff | tree | snapshot |
| 2013-01-16 |
Julian Seward | x86 equivalent to r2636: fix up the x86 back end to... |
commit | commitdiff | tree | snapshot |
| 2013-01-16 |
Julian Seward | Get rid of a pointless assert, and let the isel fail... |
commit | commitdiff | tree | snapshot |
| 2013-01-16 |
Florian Krohm | Fix two memory leaks. Spotted by Coverity. |
commit | commitdiff | tree | snapshot |
| 2013-01-15 |
Philippe Waroquiers | Improve error handling when vgdb cannot read process... |
commit | commitdiff | tree | snapshot |
| 2013-01-15 |
Julian Seward | Fix up the amd64 back end to be in sync with infrastruc... |
commit | commitdiff | tree | snapshot |
| 2013-01-15 |
Julian Seward | Comment-only changes. |
commit | commitdiff | tree | snapshot |
| 2013-01-15 |
Florian Krohm | Announce bug fix. |
commit | commitdiff | tree | snapshot |
| 2013-01-15 |
Florian Krohm | Remove const qualifier from function return type. |
commit | commitdiff | tree | snapshot |
| 2013-01-15 |
Florian Krohm | Fix a few compiler warnings on Darwin. |
commit | commitdiff | tree | snapshot |
| 2013-01-15 |
Florian Krohm | Minor code cleanup. These cases cannot occur. |
commit | commitdiff | tree | snapshot |
| 2013-01-14 |
Tom Hughes | Test file mode correctly in vmsplice wrapper. |
commit | commitdiff | tree | snapshot |
| 2013-01-14 |
Tom Hughes | Accept glibc 2.17 as valid. |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Philippe Waroquiers | Comment only changes |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Philippe Waroquiers | no recording of execontext for track origin in brk... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Philippe Waroquiers | Avoid to record execontext used for origin tracking... |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Florian Krohm | Fix a comment and add one. |
commit | commitdiff | tree | snapshot |
| 2013-01-13 |
Florian Krohm | s390: Support insns to convert between DFP values and... |
commit | commitdiff | tree | snapshot |
| 2013-01-12 |
Florian Krohm | Add memcheck support for the IROps added in VEX r2631. |
commit | commitdiff | tree | snapshot |
| 2013-01-12 |
Florian Krohm | Add 12 IROps for converting betwen DFP values and signe... |
commit | commitdiff | tree | snapshot |
| 2013-01-12 |
Philippe Waroquiers | Implement --keep-stacktraces=alloc|free|alloc-and-free... |
commit | commitdiff | tree | snapshot |
| 2013-01-11 |
Philippe Waroquiers | output the nr of IP in the stacktrace header produced... |
commit | commitdiff | tree | snapshot |
| 2013-01-10 |
Philippe Waroquiers | update a test following revision 13220 |
commit | commitdiff | tree | snapshot |
| 2013-01-10 |
Philippe Waroquiers | Addition of GDB server monitor command 'v.info execonte... |
commit | commitdiff | tree | snapshot |
| 2013-01-10 |
Florian Krohm | s390: Add ecag.stdout.exp-zec12 to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
| 2013-01-10 |
Florian Krohm | s390: bug fix. DFP rounding mode mixup. |
commit | commitdiff | tree | snapshot |
| 2013-01-09 |
Christian Borntraeger | add ecag exp file for zec12 |
commit | commitdiff | tree | snapshot |
| 2013-01-08 |
Philippe Waroquiers | remove useless undef of MYBUF_LEN |
commit | commitdiff | tree | snapshot |
| 2013-01-08 |
Julian Seward | Companion fix to r2629: removal of specifiable default... |
commit | commitdiff | tree | snapshot |
| 2013-01-08 |
Julian Seward | Get rid of selectable default (return) values in condit... |
commit | commitdiff | tree | snapshot |
| 2013-01-07 |
Julian Seward | Remove unused function. |
commit | commitdiff | tree | snapshot |
| 2013-01-03 |
Carl Love | The call to set the rounding mode for DFP iops: Iop_Add... |
commit | commitdiff | tree | snapshot |
| 2013-01-01 |
Florian Krohm | s390: Add testcases for DFP "shift significant" insns. |
commit | commitdiff | tree | snapshot |
| 2013-01-01 |
Florian Krohm | s390: Add support for DFP "shift significant" insns. |
commit | commitdiff | tree | snapshot |
| 2012-12-30 |
Florian Krohm | Improve handling of dirty helper calls when building... |
commit | commitdiff | tree | snapshot |
| 2012-12-28 |
Florian Krohm | s390: Add testcase for "test data class/group" insns. |
commit | commitdiff | tree | snapshot |
| 2012-12-28 |
Julian Seward | Improvements to the built-in profiling infrastructure: |
commit | commitdiff | tree | snapshot |
| 2012-12-28 |
Julian Seward | Show the guest->host code expansion ratio when debug... |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Florian Krohm | Indentation only change. |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Florian Krohm | s390: Add testcases for ESDTR and EXDTR. |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Florian Krohm | s390: Support the "test data class/group" and "extract... |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Florian Krohm | valgrind-side support for Iop_ExtractSigD64 and Iop_Ext... |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Florian Krohm | New IROps: Iop_ExtractSigD64 and Iop_ExtractSigD128... |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Julian Seward | Teach DRD about IRLoadG and IRStoreG. Includes small... |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Julian Seward | is_stack_access: don't iterate over possibly non-existe... |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Florian Krohm | Update list of ignored files. |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Florian Krohm | Remove Makefile-icc which has been broken for a long... |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Julian Seward | Teach Helgrind about IRLoadG and IRStoreG. |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Julian Seward | Teach Callgrind about IRLoadG and IRStoreG. |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Florian Krohm | vbit-tester: In test_ternary_op return number of tests... |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Florian Krohm | s390: Do not waste a register when assigning a constant... |
commit | commitdiff | tree | snapshot |
| 2012-12-27 |
Florian Krohm | s390: Remove a forgotten debug print statement. |
commit | commitdiff | tree | snapshot |
| 2012-12-26 |
Florian Krohm | Remove a fixme. |
commit | commitdiff | tree | snapshot |
| 2012-12-26 |
Florian Krohm | valgrind side changes to support Iop_CmpExpD64 and... |
commit | commitdiff | tree | snapshot |
| 2012-12-26 |
Florian Krohm | s390x: Support "compare biased exponent" insns CEDTR... |
commit | commitdiff | tree | snapshot |
| 2012-12-24 |
Florian Krohm | Avoid compiler warning on ppc32. |
commit | commitdiff | tree | snapshot |
| 2012-12-24 |
Bart Van Assche | none/tests/process_vm_readv_writev: Avoid that compilat... |
commit | commitdiff | tree | snapshot |
| 2012-12-24 |
Bart Van Assche | drd/tests/pth_cond_destroy_busy: Correct expected output |
commit | commitdiff | tree | snapshot |
| 2012-12-24 |
Bart Van Assche | drd/tests/pth_cond_destroy_busy: Add |
commit | commitdiff | tree | snapshot |
| 2012-12-24 |
Bart Van Assche | drd: Handle pthread_cond_destroy() failure properly |
commit | commitdiff | tree | snapshot |
| 2012-12-24 |
Florian Krohm | Fix VEX standalone build with Makefile-gcc. This has... |
commit | commitdiff | tree | snapshot |
| 2012-12-24 |
Florian Krohm | Updated for s390_defs.h. |
commit | commitdiff | tree | snapshot |
| 2012-12-24 |
Florian Krohm | s390: New file s390_defs.h to contain definitions that are |
commit | commitdiff | tree | snapshot |
| 2012-12-23 |
Florian Krohm | s390: Add testcases for CDTR, CXTR, LDETR. LXDTR, LEDTR... |
commit | commitdiff | tree | snapshot |
| 2012-12-23 |
Florian Krohm | s390: Simplify the optimisation for PUTs to tracked... |
commit | commitdiff | tree | snapshot |
| 2012-12-22 |
Florian Krohm | s390: Reduce the size of an s390_insn from 48 bytes... |
commit | commitdiff | tree | snapshot |
| 2012-12-22 |
Florian Krohm | s390: Fix a silly mistake causing an infinite loop. |
commit | commitdiff | tree | snapshot |
| 2012-12-22 |
Florian Krohm | s390: Generalise S390_INSN_GADD which only worked on... |
commit | commitdiff | tree | snapshot |
| 2012-12-22 |
Florian Krohm | s390: Fix an assert. |
commit | commitdiff | tree | snapshot |
| 2012-12-21 |
Florian Krohm | s390: Rename s390_conv_t to s390_bfp_conv_t. Purely... |
commit | commitdiff | tree | snapshot |
| 2012-12-21 |
Florian Krohm | s390: Distinguish between conversion to/from IRCmpFxxRe... |
commit | commitdiff | tree | snapshot |
| 2012-12-21 |
Florian Krohm | Define IRCmpD64Result and IRCmpD128Result. |
commit | commitdiff | tree | snapshot |
| next |