2014-11-29 |
Florian Krohm | Fix up the error processing in VG_(expand_file_name... |
commit | commitdiff | tree |
2014-11-28 |
Florian Krohm | Add an early-clobber constraint. Otherwise, it will... |
commit | commitdiff | tree |
2014-11-26 |
Petar Jovanovic | mips64: add test cases for Cavium BBIT032 and BBIT132 |
commit | commitdiff | tree |
2014-11-26 |
Mark Wielaard | Bug 341238. Recognize GCC5/DWARFv5 DW_LANG constants... |
commit | commitdiff | tree |
2014-11-26 |
Bart Van Assche | drd: Add a consistency check |
commit | commitdiff | tree |
2014-11-25 |
Julian Seward | Add a file tracking the 3.10.x merge status. |
commit | commitdiff | tree |
2014-11-25 |
Julian Seward | Update. |
commit | commitdiff | tree |
2014-11-25 |
Julian Seward | Add test cases for RORV x_x_x, w_w_w. |
commit | commitdiff | tree |
2014-11-25 |
Julian Seward | Add test cases for CLS x_x, w_w. |
commit | commitdiff | tree |
2014-11-25 |
Julian Seward | Back out r14781, which was unintended. |
commit | commitdiff | tree |
2014-11-25 |
Julian Seward | arm64: implement "BRK #imm16". |
commit | commitdiff | tree |
2014-11-24 |
Florian Krohm | Change the testcase to not depend on the type of 'this... |
commit | commitdiff | tree |
2014-11-24 |
Philippe Waroquiers | Change pub_tool_addrinfo.h AddrInfo and VG_(describe_ad... |
commit | commitdiff | tree |
2014-11-24 |
Florian Krohm | As the BEAM checker correctly points out, the condition... |
commit | commitdiff | tree |
2014-11-24 |
Julian Seward | Enable sys_flock on arm64-linux. |
commit | commitdiff | tree |
2014-11-22 |
Florian Krohm | Announce fix for BZ #269360. |
commit | commitdiff | tree |
2014-11-22 |
Julian Seward | Update. |
commit | commitdiff | tree |
2014-11-20 |
Julian Seward | isBogusAtom: handle missing case Ico_F32. |
commit | commitdiff | tree |
2014-11-20 |
Julian Seward | Update mysteriously out-of-date fp_and_simd.stdout... |
commit | commitdiff | tree |
2014-11-20 |
Julian Seward | Add test cases for {S,U}CVTF fixedpt-to-fp. |
commit | commitdiff | tree |
2014-11-19 |
Philippe Waroquiers | Fix typos in a comment |
commit | commitdiff | tree |
2014-11-19 |
Julian Seward | Add test cases for VFPv4 VFNMA, VFNMS added in vex... |
commit | commitdiff | tree |
2014-11-19 |
Julian Seward | Add a lot more intercepts. Very crude. I am sure... |
commit | commitdiff | tree |
2014-11-19 |
Julian Seward | OSX 10.10: intercept memchr in libsystem_platform.dylib. |
commit | commitdiff | tree |
2014-11-19 |
Julian Seward | Fix up the wrapper for getdirentries64 a bit so as... |
commit | commitdiff | tree |
2014-11-19 |
Florian Krohm | Use unsigned long int instead of unsigned long long... |
commit | commitdiff | tree |
2014-11-18 |
Florian Krohm | Announce fix of BZ #155125. As of r14685 I think. |
commit | commitdiff | tree |
2014-11-17 |
Julian Seward | Enable test cases for r2993, viz: |
commit | commitdiff | tree |
2014-11-16 |
Florian Krohm | Comment only changes. |
commit | commitdiff | tree |
2014-11-15 |
Julian Seward | Add test cases for all remaining AArch64 ARMv8 SIMD... |
commit | commitdiff | tree |
2014-11-15 |
Julian Seward | Add even more suppressions for Yosemite. |
commit | commitdiff | tree |
2014-11-15 |
Julian Seward | * add a logging mechanism to show repeated messages... |
commit | commitdiff | tree |
2014-11-14 |
Florian Krohm | Pass buffer size to VG_(elapsed_wallclock_time) so... |
commit | commitdiff | tree |
2014-11-14 |
Florian Krohm | Minor non-functional cleanups. |
commit | commitdiff | tree |
2014-11-14 |
Florian Krohm | m_compiler.c was added to noinst_HEADERS but should... |
commit | commitdiff | tree |
2014-11-14 |
Julian Seward | Implement missing heap-intercept function "dh_malloc_us... |
commit | commitdiff | tree |
2014-11-13 |
Florian Krohm | Audit two buffer sizes. |
commit | commitdiff | tree |
2014-11-13 |
Florian Krohm | Merge revisions 14445 and 14446 from the BUF_REMOVAL... |
commit | commitdiff | tree |
2014-11-13 |
Julian Seward | * add syscall wrappers for some new OSX 10.10 specific... |
commit | commitdiff | tree |
2014-11-13 |
Julian Seward | Update suppressions for OSX 10.10. |
commit | commitdiff | tree |
2014-11-13 |
Mark Wielaard | Bug 340922 arm64: unhandled getgroups/setgroups syscalls. |
commit | commitdiff | tree |
2014-11-12 |
Philippe Waroquiers | Follow up 14714: use a real malloc cost centre instead... |
commit | commitdiff | tree |
2014-11-12 |
Philippe Waroquiers | Implement Option --error-markers=<begin>,<end> |
commit | commitdiff | tree |
2014-11-11 |
Florian Krohm | Merge r14340,14346-14348,14352,14354-14355 from the... |
commit | commitdiff | tree |
2014-11-11 |
Julian Seward | Interceot _platform_strncmp also on OSX 10.10. |
commit | commitdiff | tree |
2014-11-11 |
Julian Seward | PRE(mach_msg) on OSX 10.10 64-bit: replace failing... |
commit | commitdiff | tree |
2014-11-10 |
Florian Krohm | Remove unneeded macro definition. |
commit | commitdiff | tree |
2014-11-10 |
Tom Hughes | Add support for the getrandom system call. BZ#340788. |
commit | commitdiff | tree |
2014-11-10 |
Julian Seward | MacOSX 10.10: Resolve "UNKNOWN attrlist flags 0:0x10000... |
commit | commitdiff | tree |
2014-11-09 |
Florian Krohm | Fix a bug spotted by IBM's BEAM checker in VG_(describe... |
commit | commitdiff | tree |
2014-11-09 |
Florian Krohm | Change VG_(mkstemp) such that |
commit | commitdiff | tree |
2014-11-09 |
Tom Hughes | Update system call lists. |
commit | commitdiff | tree |
2014-11-07 |
Philippe Waroquiers | Comment only changes. |
commit | commitdiff | tree |
2014-11-07 |
Julian Seward | Add some Mac OSX 10.10 specific wrappers. |
commit | commitdiff | tree |
2014-11-07 |
Julian Seward | Enable suppressions for zlib false positives on OSX... |
commit | commitdiff | tree |
2014-11-07 |
Julian Seward | Add a no-op wrapper for a new-in-10.10 syscall: getattr... |
commit | commitdiff | tree |
2014-11-06 |
Florian Krohm | Merge revisions 14366 and 14367 from the BUF_REMOVAL... |
commit | commitdiff | tree |
2014-11-06 |
Florian Krohm | Merge revisions 14344 and 14345 from the BUF_REMOVAL... |
commit | commitdiff | tree |
2014-11-06 |
Julian Seward | Adds initial support for new syscalls on MacOS X 10... |
commit | commitdiff | tree |
2014-11-06 |
Julian Seward | On MacOS X 10.10, when postprocessing tool executables... |
commit | commitdiff | tree |
2014-11-06 |
Julian Seward | On MacOS X 10.10, provide a dummy definition for vouche... |
commit | commitdiff | tree |
2014-11-06 |
Julian Seward | Build system changes to enable building on MacOS X... |
commit | commitdiff | tree |
2014-11-05 |
Julian Seward | Fix symbol name typo (correct: DARWIN_VERS wrong:... |
commit | commitdiff | tree |
2014-11-05 |
Josef Weidendorfer | Compile (arm). Fix typo from r14664 |
commit | commitdiff | tree |
2014-11-05 |
Julian Seward | Back out the darwin-specific part of r14683, since... |
commit | commitdiff | tree |
2014-11-04 |
Philippe Waroquiers | Unmask all signals in vgdb, as the process that launche... |
commit | commitdiff | tree |
2014-11-04 |
Julian Seward | Adds initial support for AArch64 (arm64) on Android... |
commit | commitdiff | tree |
2014-11-04 |
Julian Seward | PRE(sys_openat): when checking whether ARG1 == VKI_AT_F... |
commit | commitdiff | tree |
2014-11-04 |
Mark Wielaard | Bug 340632 arm64: unhandled instruction fcvtas |
commit | commitdiff | tree |
2014-11-04 |
Florian Krohm | Merge r14339 from BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-11-04 |
Mark Wielaard | Bug 340630 arm64: fchmod (52) and fchown (55) syscalls... |
commit | commitdiff | tree |
2014-11-03 |
Florian Krohm | Merge r14308 from the BUF_REMOVAL branch to trunk |
commit | commitdiff | tree |
2014-11-03 |
Julian Seward | Add tests for all SIMD FP instructions, except int... |
commit | commitdiff | tree |
2014-11-01 |
Philippe Waroquiers | fix 338995 shmat with hugepages (SHM_HUGETLB) fails... |
commit | commitdiff | tree |
2014-11-01 |
Philippe Waroquiers | Fix 333051 mmap of huge pages fails due to incorrect... |
commit | commitdiff | tree |
2014-11-01 |
Julian Seward | Rearrange the test case generators to be exactly in... |
commit | commitdiff | tree |
2014-10-31 |
Julian Seward | Update. |
commit | commitdiff | tree |
2014-10-31 |
Julian Seward | Add test cases and expected outputs for |
commit | commitdiff | tree |
2014-10-30 |
Florian Krohm | Merge revisions 14222, 14268, and 14270 from the BUF_RE... |
commit | commitdiff | tree |
2014-10-30 |
Julian Seward | Bug 340236 - 4 unhandled syscalls on aarch64/arm64: |
commit | commitdiff | tree |
2014-10-30 |
Julian Seward | Bug 340028 - unhandled syscalls for arm64 (msync, pread... |
commit | commitdiff | tree |
2014-10-30 |
Julian Seward | Bug 339940 - (arm64/aarch64) unhandled syscall: 83... |
commit | commitdiff | tree |
2014-10-29 |
Florian Krohm | Configury and Makefile tweaks to support compilation... |
commit | commitdiff | tree |
2014-10-29 |
Florian Krohm | New file m_compiler.c |
commit | commitdiff | tree |
2014-10-28 |
Florian Krohm | Merge revision 14309 from BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-10-28 |
Florian Krohm | When traversing VG_(args_for_client) there is no need... |
commit | commitdiff | tree |
2014-10-28 |
Florian Krohm | Fix some grammatical weirness which was reported in... |
commit | commitdiff | tree |
2014-10-27 |
Florian Krohm | Merge revisions 14356-14358 from the BUF_REMOVAL branch... |
commit | commitdiff | tree |
2014-10-27 |
Florian Krohm | Merge revisions 14255, 14293, and 14294 from the BUF_RE... |
commit | commitdiff | tree |
2014-10-27 |
Julian Seward | Enable test cases for |
commit | commitdiff | tree |
2014-10-26 |
Florian Krohm | Merge r14289 from the BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-10-26 |
Florian Krohm | Merge r14288 from the BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-10-25 |
Florian Krohm | Merge r14202 from the BUF_REMOVAL branch to trunk. |
commit | commitdiff | tree |
2014-10-24 |
Florian Krohm | Use AC_GCC_WARNING_COND to figure out whether the compiler |
commit | commitdiff | tree |
2014-10-23 |
Julian Seward | Add --resync-filter to the --help output. |
commit | commitdiff | tree |
2014-10-23 |
Julian Seward | Darwin only: add a filter mechanism that aims to remove... |
commit | commitdiff | tree |
2014-10-23 |
Julian Seward | Enable reading of Dwarf2 frame-unwind info on MacOS... |
commit | commitdiff | tree |
2014-10-23 |
Florian Krohm | 2 pints later: more coregrind constification. |
commit | commitdiff | tree |
2014-10-23 |
Julian Seward | Add a bit of casting to avoid a compiler warning follow... |
commit | commitdiff | tree |
2014-10-23 |
Florian Krohm | Followup to r14656. Fix compile problem on Darwin. |
commit | commitdiff | tree |
next |