| 2012-02-21 |
Julian Seward | Add test cases for MPSADBW. See #294048. |
commit | commitdiff | tree | snapshot |
| 2012-02-21 |
Julian Seward | Implementation of SSE 4.1 MPSADBW instruction. Fixes... |
commit | commitdiff | tree | snapshot |
| 2012-02-21 |
Julian Seward | Don't claim to support 3dnow or 3dnowext on the baselin... |
commit | commitdiff | tree | snapshot |
| 2012-02-21 |
Julian Seward | x86: don't forget to initialise guest %es from the... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Julian Seward | ARM/Thumb only: fix a bug in which stack unwinding... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Florian Krohm | With the change in VEX r2258 the guest IA will now... |
commit | commitdiff | tree | snapshot |
| 2012-02-20 |
Florian Krohm | Improve code generation on s390x for assignment of... |
commit | commitdiff | tree | snapshot |
| 2012-02-17 |
Julian Seward | Update status and build instructions for ICS (Android... |
commit | commitdiff | tree | snapshot |
| 2012-02-17 |
Julian Seward | Accept DMB (mcr 15, 0, rT, c7, c10, 5) for any rT ... |
commit | commitdiff | tree | snapshot |
| 2012-02-16 |
Julian Seward | Add test cases for PHMINPOSUW (SSE 4.1). See #287301. |
commit | commitdiff | tree | snapshot |
| 2012-02-16 |
Julian Seward | Implement PHMINPOSUW (SSE 4.1). Fixes #287301. |
commit | commitdiff | tree | snapshot |
| 2012-02-16 |
Julian Seward | Re-enable RET $imm16 following insn decoding framework... |
commit | commitdiff | tree | snapshot |
| 2012-02-16 |
Julian Seward | Add test cases for 16 bit PCMPxSTRx variants. See... |
commit | commitdiff | tree | snapshot |
| 2012-02-16 |
Julian Seward | Add support for some 16-bit PCMPxSTRx variants. Prior... |
commit | commitdiff | tree | snapshot |
| 2012-02-16 |
Julian Seward | Adds 16 and 32 bit fnsave/frstor, and 0x66 prefix on... |
commit | commitdiff | tree | snapshot |
| 2012-02-16 |
Julian Seward | Re-enable CLFLUSH in the new decoding framework. Fixes... |
commit | commitdiff | tree | snapshot |
| 2012-02-16 |
Julian Seward | Broadens the range on INT imm8 values that SIGSEGV... |
commit | commitdiff | tree | snapshot |
| 2012-02-15 |
Philippe Waroquiers | * compare vgdb-error with n_errs_shown, not with n_errs... |
commit | commitdiff | tree | snapshot |
| 2012-02-15 |
Julian Seward | Add a spec rule for HI after SUB. This turns up quite... |
commit | commitdiff | tree | snapshot |
| 2012-02-15 |
Florian Krohm | Announce bug fix. |
commit | commitdiff | tree | snapshot |
| 2012-02-15 |
Florian Krohm | Add some VEX sanity checks for ppc64 unhandled instruct... |
commit | commitdiff | tree | snapshot |
| 2012-02-15 |
Florian Krohm | Use LC_ALL=C for a controlled environment. |
commit | commitdiff | tree | snapshot |
| 2012-02-15 |
Florian Krohm | Wire up a few more syscalls. |
commit | commitdiff | tree | snapshot |
| 2012-02-15 |
Florian Krohm | In fold_Expr use a switch instead of an if-chain for... |
commit | commitdiff | tree | snapshot |
| 2012-02-14 |
Philippe Waroquiers | * fix Bug 290655 - Add support for AESKEYGENASSIST... |
commit | commitdiff | tree | snapshot |
| 2012-02-14 |
Philippe Waroquiers | * fix Bug 290655 - Add support for AESKEYGENASSIST... |
commit | commitdiff | tree | snapshot |
| 2012-02-14 |
Julian Seward | Change the garbage collection policy for the secondary... |
commit | commitdiff | tree | snapshot |
| 2012-02-13 |
Bart Van Assche | Update Subversion ignore list |
commit | commitdiff | tree | snapshot |
| 2012-02-13 |
Bart Van Assche | nightly build: Run nightly build also if only VEX has... |
commit | commitdiff | tree | snapshot |
| 2012-02-13 |
Florian Krohm | This patch is a follow-up to r2244 which fixed bugzilla... |
commit | commitdiff | tree | snapshot |
| 2012-02-10 |
Tom Hughes | Only mark data which has actually been filled in by... |
commit | commitdiff | tree | snapshot |
| 2012-02-10 |
Tom Hughes | Improve messages for mmsg calls. |
commit | commitdiff | tree | snapshot |
| 2012-02-10 |
Tom Hughes | Correct system call name. |
commit | commitdiff | tree | snapshot |
| 2012-02-10 |
Tom Hughes | It turns out sendmmsg also updates the msg_len fields. |
commit | commitdiff | tree | snapshot |
| 2012-02-10 |
Tom Hughes | Add support for the sendmmsg and recvmmsg system calls... |
commit | commitdiff | tree | snapshot |
| 2012-02-10 |
Tom Hughes | Add support for some SCSI ioctls. Patch from Jakub... |
commit | commitdiff | tree | snapshot |
| 2012-02-10 |
Tom Hughes | Add support for process_vm_readv and process_vm_writev... |
commit | commitdiff | tree | snapshot |
| 2012-02-09 |
Tom Hughes | Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl... |
commit | commitdiff | tree | snapshot |
| 2012-02-09 |
Tom Hughes | Implement the getcpu vsyscall on amd64 by forwarding... |
commit | commitdiff | tree | snapshot |
| 2012-02-09 |
Tom Hughes | Wire up getcpu on amd64. Patch from Lénaïc Huard to... |
commit | commitdiff | tree | snapshot |
| 2012-02-09 |
Tom Hughes | Update linux system call lists. |
commit | commitdiff | tree | snapshot |
| 2012-02-08 |
Philippe Waroquiers | mc_main.c statistics has hard-coded logic to compute |
commit | commitdiff | tree | snapshot |
| 2012-02-04 |
Florian Krohm | Add testcases for TR, TRE, TRTT, TROT, TRTO insns. |
commit | commitdiff | tree | snapshot |
| 2012-02-04 |
Florian Krohm | Implement TR, TRE, TRTT, TROT, TRTO insns. |
commit | commitdiff | tree | snapshot |
| 2012-02-04 |
Florian Krohm | Add z10 EC build. |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
Philippe Waroquiers | fix 290974 vgdb must align pages to VKI_SHMLBA (16KB... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
Bart Van Assche | Rework r12363 |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
Bart Van Assche | drd/tests/sigalrm: Report thread creation failure |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
Bart Van Assche | drd: Avoid that an assertion failure is triggered if... |
commit | commitdiff | tree | snapshot |
| 2012-02-01 |
Bart Van Assche | debug info reader: Add support for rvalue references... |
commit | commitdiff | tree | snapshot |
| 2012-01-31 |
Bart Van Assche | <valgrind/valgrind.h>: Fix for Intel C/C++ compiler... |
commit | commitdiff | tree | snapshot |
| 2012-01-30 |
Bart Van Assche | Make -d (enable debug logging) work on Fedora 16 /... |
commit | commitdiff | tree | snapshot |
| 2012-01-29 |
Florian Krohm | Add testcase for bugzilla #287260. Testcase by M.Welinder |
commit | commitdiff | tree | snapshot |
| 2012-01-29 |
Florian Krohm | Rewrite algebraic transformations for binary operators. |
commit | commitdiff | tree | snapshot |
| 2012-01-28 |
Bart Van Assche | none/tests/x86/bug125959-x86 language conformance fix... |
commit | commitdiff | tree | snapshot |
| 2012-01-26 |
Philippe Waroquiers | (fixes bug 289939 wish: complete monitor cmd 'leak_chec... |
commit | commitdiff | tree | snapshot |
| 2012-01-25 |
Bart Van Assche | drd: Remove drd/drd_list.h again because of its GPLv2... |
commit | commitdiff | tree | snapshot |
| 2012-01-25 |
Bart Van Assche | Fix a copy/paste error |
commit | commitdiff | tree | snapshot |
| 2012-01-24 |
Bart Van Assche | drd: Add command-line option --ptrace-addr. |
commit | commitdiff | tree | snapshot |
| 2012-01-24 |
Bart Van Assche | drd: Use macros and inline functions for list manipulation |
commit | commitdiff | tree | snapshot |
| 2012-01-24 |
Bart Van Assche | drd: Avoid that the changes from r12351 trigger a race... |
commit | commitdiff | tree | snapshot |
| 2012-01-23 |
Bart Van Assche | drd, semaphore implementation: Only wake the associated... |
commit | commitdiff | tree | snapshot |
| 2012-01-22 |
Bart Van Assche | drd: Source code refactoring - use DRD_(thread_get_vc... |
commit | commitdiff | tree | snapshot |
| 2012-01-22 |
Bart Van Assche | drd: Source code refactoring - use DRD_(thread_get_vc... |
commit | commitdiff | tree | snapshot |
| 2012-01-21 |
Bart Van Assche | drd: Rename DRD_STOP_TRACE_VAR() into DRD_STOP_TRACING_... |
commit | commitdiff | tree | snapshot |
| 2012-01-20 |
Julian Seward | Merge, from AVX branch, everything up to and including... |
commit | commitdiff | tree | snapshot |
| 2012-01-20 |
Bart Van Assche | drd/tests/fp_race_xml: Filter out thread number and... |
commit | commitdiff | tree | snapshot |
| 2012-01-19 |
Bart Van Assche | drd: Fix a race condition in the pthread_create() inter... |
commit | commitdiff | tree | snapshot |
| 2012-01-18 |
Florian Krohm | Revert accidental check in (part of r2240). |
commit | commitdiff | tree | snapshot |
| 2012-01-18 |
Florian Krohm | Revert r2238. In 64-bit mode the length is in bits... |
commit | commitdiff | tree | snapshot |
| 2012-01-18 |
Bart Van Assche | drd: Generalize a suppression pattern |
commit | commitdiff | tree | snapshot |
| 2012-01-18 |
Bart Van Assche | drd: Switch to new pool allocator |
commit | commitdiff | tree | snapshot |
| 2012-01-18 |
Bart Van Assche | Pool allocator: change the semantics of VG_(releasePA... |
commit | commitdiff | tree | snapshot |
| 2012-01-17 |
Philippe Waroquiers | Add a perf test to measure the speed (and memory) of... |
commit | commitdiff | tree | snapshot |
| 2012-01-17 |
Philippe Waroquiers | Fixes 282230 group allocator for small fixed size... |
commit | commitdiff | tree | snapshot |
| 2012-01-17 |
Florian Krohm | Improve configure for SSE 4.2 detection. Fixes #271438 |
commit | commitdiff | tree | snapshot |
| 2012-01-16 |
Florian Krohm | Announce fix for #270796. Also keep the bug list sorted. |
commit | commitdiff | tree | snapshot |
| 2012-01-16 |
Florian Krohm | Remove broken support for TS insn in s390 port. The |
commit | commitdiff | tree | snapshot |
| 2012-01-16 |
Bart Van Assche | debug info reader: Add support for DW_TAG_unspecified_t... |
commit | commitdiff | tree | snapshot |
| 2012-01-16 |
Bart Van Assche | drd: Remove prefix from local variable names |
commit | commitdiff | tree | snapshot |
| 2012-01-16 |
Bart Van Assche | debug info reader: rearrange the source code such that... |
commit | commitdiff | tree | snapshot |
| 2012-01-15 |
Florian Krohm | Followup to r2237. The length is in bits 32:63 only... |
commit | commitdiff | tree | snapshot |
| 2012-01-15 |
Florian Krohm | Add support for the s390's TROO insn. These are the... |
commit | commitdiff | tree | snapshot |
| 2012-01-15 |
Florian Krohm | Add support for the s390's TROO insn. These are the... |
commit | commitdiff | tree | snapshot |
| 2012-01-15 |
Bart Van Assche | Update Subversion ignore lists |
commit | commitdiff | tree | snapshot |
| 2012-01-15 |
Bart Van Assche | drd: Make it easier to enable the debug statements... |
commit | commitdiff | tree | snapshot |
| 2012-01-15 |
Bart Van Assche | drd: Set up red zone before the first instruction of... |
commit | commitdiff | tree | snapshot |
| 2012-01-15 |
Bart Van Assche | drd: Refactor functions for starting / stopping to... |
commit | commitdiff | tree | snapshot |
| 2012-01-15 |
Bart Van Assche | drd: Reformat three comment blocks |
commit | commitdiff | tree | snapshot |
| 2012-01-14 |
Philippe Waroquiers | Added a new parameter to the memcheck 'leak_check'... |
commit | commitdiff | tree | snapshot |
| 2012-01-13 |
Philippe Waroquiers | Valgrind gdbserver can open/close connections multiple... |
commit | commitdiff | tree | snapshot |
| 2012-01-11 |
Bart Van Assche | configure.in: Make compiler version check more robust |
commit | commitdiff | tree | snapshot |
| 2012-01-08 |
Philippe Waroquiers | * Use the arg name forClient to document the calls... |
commit | commitdiff | tree | snapshot |
| 2012-01-04 |
Florian Krohm | Add a comment about setting aside a register for VG_... |
commit | commitdiff | tree | snapshot |
| 2012-01-02 |
Florian Krohm | Terminate comment correctly. |
commit | commitdiff | tree | snapshot |
| 2011-12-30 |
Florian Krohm | Fix accounting for MC_(realloc). It was inconsistent... |
commit | commitdiff | tree | snapshot |
| 2011-12-29 |
Dirk Mueller | add support for glibc 2.15 |
commit | commitdiff | tree | snapshot |
| 2011-12-27 |
Philippe Waroquiers | Avoid buffer overrun in percentify call. |
commit | commitdiff | tree | snapshot |
| 2011-12-27 |
Bart Van Assche | Spelling fix |
commit | commitdiff | tree | snapshot |
| 2011-12-27 |
Philippe Waroquiers | Small doc changes: |
commit | commitdiff | tree | snapshot |
| next |