2017-03-13 |
Petar Jovanovic | mips: emulate LL/SC w/ guest_LLaddr and guest_LLdata |
commit | commitdiff | tree |
2017-03-11 |
Philippe Waroquiers | Add missing break for the DRM ioctl operations that... |
commit | commitdiff | tree |
2017-03-10 |
Carl Love | PowerPC: Fix incorrect register pair check for lxv... |
commit | commitdiff | tree |
2017-03-10 |
Carl Love | PowerPC: Fix incorrect register pair check for lxv... |
commit | commitdiff | tree |
2017-03-08 |
Petar Jovanovic | mips: do not unmap vDSO |
commit | commitdiff | tree |
2017-03-06 |
Julian Seward | Finished importing new bugs and made a first pass throu... |
commit | commitdiff | tree |
2017-03-06 |
Julian Seward | Update. Slowly working through huge bug backlog. |
commit | commitdiff | tree |
2017-03-02 |
Mark Wielaard | Fix two safe_to_deref/sizeof mismatches in sys_sigactio... |
commit | commitdiff | tree |
2017-03-01 |
Ivo Raisr | Minor refactoring for assignedOnce_Stmt(). |
commit | commitdiff | tree |
2017-03-01 |
Julian Seward | Update. |
commit | commitdiff | tree |
2017-02-27 |
Ivo Raisr | Fix incorrect variable type (IRTemp->IRType) |
commit | commitdiff | tree |
2017-02-26 |
Ivo Raisr | Introduce macro ASSUME_ALIGNED and use it in vki-linux.h. |
commit | commitdiff | tree |
2017-02-24 |
Ivo Raisr | Follow up to SVN r16253 (fix expected output of gdbserv... |
commit | commitdiff | tree |
2017-02-21 |
Julian Seward | Push some spec rules for amd64 that have been sitting... |
commit | commitdiff | tree |
2017-02-20 |
Carl Love | Patch submitted by Will Schmidt for PPC64. |
commit | commitdiff | tree |
2017-02-20 |
Ivo Raisr | Follow up to SVN r16251 |
commit | commitdiff | tree |
2017-02-20 |
Ivo Raisr | Fix sr_EQ() comparison on Solaris syscall failure |
commit | commitdiff | tree |
2017-02-19 |
Philippe Waroquiers | modifty sleepers to have easier evaluation of interacti... |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | Update NEWS with bug numbers of recently implemented... |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | Remove arm64 specific (unused) setup_child () and assig... |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: mark not implemented syscalls as such |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable sethostname syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable getcpu syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable kcmp syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable clock_adjtime syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable fanotify_mark syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable fanotify_init syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable rt_tgsigqueueinfo syscall (generic... |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable move_pages syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable request_key syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable tkill syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable sched_rr_get_interval syscall (generic... |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable delete_module syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable get_robust_list syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable unshare syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable sync_file_range syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: enable pivot_root syscall (generic wrapper) |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: remove bogus syscall part |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | aarch64: add missing syscalls into table |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | fix order of timer_* syscalls on aarch64 - bug #371225 |
commit | commitdiff | tree |
2017-02-18 |
Mark Wielaard | Bug 376611 - ppc64 and arm64 don't know about prlimit64... |
commit | commitdiff | tree |
2017-02-16 |
Ivo Raisr | Solaris: Add syscall wrapper for fast trap getlgrp(6) |
commit | commitdiff | tree |
2017-02-15 |
Ivo Raisr | Solaris: include <sys/lgrp_user_impl.h> only on newer... |
commit | commitdiff | tree |
2017-02-14 |
Ivo Raisr | Solaris: Add additional subcodes for lgrpsys(180) syscall |
commit | commitdiff | tree |
2017-02-14 |
Ivo Raisr | Solaris: Add syscall wrapper for lgrpsys(180) |
commit | commitdiff | tree |
2017-02-13 |
Petar Jovanovic | add none/tests/linux/clonev to svn:ignore list |
commit | commitdiff | tree |
2017-02-13 |
Petar Jovanovic | mips64: do correct 32-bit comparison for Iop_CmpNE32 |
commit | commitdiff | tree |
2017-02-11 |
Tom Hughes | Add comment about HINT instructions. |
commit | commitdiff | tree |
2017-02-11 |
Tom Hughes | Document BZ#376279 |
commit | commitdiff | tree |
2017-02-11 |
Tom Hughes | Handle unknown HINT instructions on aarch64 by ignoring... |
commit | commitdiff | tree |
2017-02-11 |
Tom Hughes | Fix non-mips build breakage from VEX r3300 |
commit | commitdiff | tree |
2017-02-10 |
Petar Jovanovic | mips: rewrite mips_irgen_load_and_add32|64 and code... |
commit | commitdiff | tree |
2017-02-08 |
Julian Seward | am_munmap_both_wrk: safely initialise out-param for... |
commit | commitdiff | tree |
2017-02-03 |
Petar Jovanovic | fix leak-segv-jmp test for platforms with 64K pagesize |
commit | commitdiff | tree |
2017-02-03 |
Petar Jovanovic | add suppression for helgrind/tests/tc22_exit_w_lock |
commit | commitdiff | tree |
2017-02-02 |
Petar Jovanovic | Add PROT_READ flag to mmap, as Valgrind needs to be... |
commit | commitdiff | tree |
2017-01-31 |
Petar Jovanovic | force old implementation of std::string for leak_cpp_in... |
commit | commitdiff | tree |
2017-01-31 |
Ivo Raisr | Fix +1 error in get_elf_symbol_info() when computing... |
commit | commitdiff | tree |
2017-01-30 |
Petar Jovanovic | mips: implement calculation for static TLS |
commit | commitdiff | tree |
2017-01-29 |
Philippe Waroquiers | Samll changes on xtree leak event short names |
commit | commitdiff | tree |
2017-01-27 |
Petar Jovanovic | Adding new filter to memcheck/tests/filter_stderr |
commit | commitdiff | tree |
2017-01-27 |
Petar Jovanovic | mips: fix target_get_drv() function |
commit | commitdiff | tree |
2017-01-27 |
Petar Jovanovic | mips32: add support for ptrace syscall |
commit | commitdiff | tree |
2017-01-25 |
Ivo Raisr | Document limitation of --log-file when a program forks. |
commit | commitdiff | tree |
2017-01-21 |
Philippe Waroquiers | xtree: use "UnknownFile???" and "UnknownFn???" instead... |
commit | commitdiff | tree |
2017-01-21 |
Philippe Waroquiers | Similar to xtree memory, give a user msg with the xtree... |
commit | commitdiff | tree |
2017-01-21 |
Philippe Waroquiers | Fix --help for --xtree-leak-file |
commit | commitdiff | tree |
2017-01-21 |
Philippe Waroquiers | xtree leak. |
commit | commitdiff | tree |
2017-01-21 |
Philippe Waroquiers | Allow memcheck to output the leak results as a callgrin... |
commit | commitdiff | tree |
2017-01-20 |
Julian Seward | x86: Recognize the SS segment prefix on x86. Bug 34413... |
commit | commitdiff | tree |
2017-01-20 |
Philippe Waroquiers | Small comment fix: point at the correct file name |
commit | commitdiff | tree |
2017-01-20 |
Julian Seward | x86-linux: Initialize x86 system GDT on first use.... |
commit | commitdiff | tree |
2017-01-19 |
Julian Seward | Connect the v8 FP and SIMD tests to the build system. |
commit | commitdiff | tree |
2017-01-18 |
Julian Seward | Implement: |
commit | commitdiff | tree |
2017-01-16 |
Julian Seward | Implement V{MAX,MIN}NM{.F32 d_d_d, .F32 q_q_q}. |
commit | commitdiff | tree |
2017-01-16 |
Julian Seward | dis_neon_data_3same: don't silently accept invalid... |
commit | commitdiff | tree |
2017-01-15 |
Julian Seward | Implement VRINTX.F64.F64 d_d, VRINTX.F32.F32 s_s. |
commit | commitdiff | tree |
2017-01-13 |
Julian Seward | Add support for Iop_MaxNumF64, Iop_MinNumF64, Iop_MaxNu... |
commit | commitdiff | tree |
2017-01-13 |
Julian Seward | Implement |
commit | commitdiff | tree |
2017-01-13 |
Petar Jovanovic | mips64: update exp file for test_math |
commit | commitdiff | tree |
2017-01-13 |
Julian Seward | Implement: |
commit | commitdiff | tree |
2017-01-12 |
Julian Seward | Implement VRINT{A,N,P,M}.F64 d_d, VRINT{A,N,P,M}.F32... |
commit | commitdiff | tree |
2017-01-12 |
Ivo Raisr | Fix a bug when --log-file output isn't split when a... |
commit | commitdiff | tree |
2017-01-12 |
Julian Seward | Implement ARMv8 VSEL<c>.F64 d_d_d, VSEL<c>.F32 s_s_s. |
commit | commitdiff | tree |
2017-01-11 |
Philippe Waroquiers | Do not capture the free stacktrace in memcheck, unless... |
commit | commitdiff | tree |
2017-01-11 |
Julian Seward | Make this compile for both ARM and Thumb encodings, |
commit | commitdiff | tree |
2017-01-11 |
Ivo Raisr | Fix comments in m_trampoline.S for amd64/Solaris redirs. |
commit | commitdiff | tree |
2017-01-10 |
Josef Weidendorfer | Add a format marker to callgrind files |
commit | commitdiff | tree |
2017-01-10 |
Philippe Waroquiers | xtree: CALLED_FLF must be called only up to ips[0]... |
commit | commitdiff | tree |
2017-01-10 |
Julian Seward | Add test cases for 32-bit v8 FP and SIMD insns. |
commit | commitdiff | tree |
2017-01-10 |
Julian Seward | Fix assertion failure in decode_V8_instruction. Fixes... |
commit | commitdiff | tree |
2017-01-06 |
Philippe Waroquiers | xtree: minor updates to documentation, comments and... |
commit | commitdiff | tree |
2017-01-03 |
Ivo Raisr | Add Solaris specific notes on running regression tests |
commit | commitdiff | tree |
2016-12-23 |
Ivo Raisr | Update NEWS for recent VEX commit r3288. |
commit | commitdiff | tree |
2016-12-23 |
Ivo Raisr | const IRExpr arguments for matchIRExpr() |
commit | commitdiff | tree |
2016-12-21 |
Petar Jovanovic | mips: fix "cast-equal" warnings in coredump-elf.c |
commit | commitdiff | tree |
2016-12-16 |
Ivo Raisr | Rename BBPTR to GSPTR as it denotes guest state pointer... |
commit | commitdiff | tree |
2016-12-16 |
Ivo Raisr | Rename BBPTR to GSPTR as it denotes guest state pointer... |
commit | commitdiff | tree |
2016-12-16 |
Petar Jovanovic | mips: remove some old cruft from clone functions |
commit | commitdiff | tree |
2016-12-11 |
Philippe Waroquiers | Add missing EXTRA_DIST clonev.stdout.exp |
commit | commitdiff | tree |
next |