| 2015-02-06 |
Florian Krohm | There must be at least one element in a VLA. |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Philippe Waroquiers | Fix debug output of aspacemgr |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Julian Seward | Update. |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Julian Seward | Update to track v4l2 API for kernel version 3.19 change... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Julian Seward | Add wrapper support for I2C_SMBUS ioctls. Patch from |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Julian Seward | Enable sys_mbind, sys_get_mempolicy, sys_set_mempolicy... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Julian Seward | Enable FCVTMU Xd,Sn. Fixes #343332. |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Julian Seward | Allow the user to specify precise-exception behaviour... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Julian Seward | Make a very minor change to the LibVEX_Translate interf... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Christian Borntraeger | valgrind part to VEX:3083 Fix bugzilla 343802, also... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Christian Borntraeger | Fix bug 343802. We need to handle one more special... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
Julian Seward | Fix some inconsistent uses of the VG_XACT_CLO macro... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Julian Seward | guest_amd64_spechelper: |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Julian Seward | Followup to r14901 (vectorising memcmp): use SizeT... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Florian Krohm | Remove unneeded code. |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Julian Seward | Vectorise the memcmp template implementation. For... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Julian Seward | dis_VMASKMOV: create per-lane transfer/no-transfer... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Julian Seward | Update list of open bugs, and classify them by area. |
commit | commitdiff | tree | snapshot |
| 2015-02-02 |
Philippe Waroquiers | PTRACE_GETREGS might not be detected on some distro... |
commit | commitdiff | tree | snapshot |
| 2015-01-31 |
Florian Krohm | Replace the SegName array with a simple string table. |
commit | commitdiff | tree | snapshot |
| 2015-01-30 |
Florian Krohm | Remove confusing function attribute. The function is... |
commit | commitdiff | tree | snapshot |
| 2015-01-29 |
Florian Krohm | Fix an incorrect comment. Add asserts. |
commit | commitdiff | tree | snapshot |
| 2015-01-29 |
Florian Krohm | Fix hwcaps validity checking for x86. |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
Julian Seward | Update. |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
Julian Seward | ppIRStoreG: print braces around guarded section, so... |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
Julian Seward | Add test cases for AVX-1 conditional vector stores: |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
Julian Seward | Implement AVX-1 conditional vector stores: VMASKMOVP... |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
Julian Seward | Add test cases for VPMASKMOV{D,Q} xmm/ymm to memory. |
commit | commitdiff | tree | snapshot |
| 2015-01-28 |
Julian Seward | Use IR conditional stores (IRStoreG) to implement AVX... |
commit | commitdiff | tree | snapshot |
| 2015-01-27 |
Julian Seward | Change AMD64Instr_CMov64 so that the source can only... |
commit | commitdiff | tree | snapshot |
| 2015-01-27 |
Julian Seward | AMD64 front end: translate AVX2 PMASKMOV load instructi... |
commit | commitdiff | tree | snapshot |
| 2015-01-27 |
Julian Seward | Handle new value ILGop_Ident64 in enum type IRLoadGOp... |
commit | commitdiff | tree | snapshot |
| 2015-01-27 |
Julian Seward | Add ILGop_Ident64 to enum type IRLoadGOp so as to make it |
commit | commitdiff | tree | snapshot |
| 2015-01-27 |
Florian Krohm | Remove unused field from NSegment structure. |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Rhys Kidd | OS X 10.10: Fix incorrect check for presence of unsuppo... |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Rhys Kidd | Darwin14.supp should include suppression for known... |
commit | commitdiff | tree | snapshot |
| 2015-01-26 |
Rhys Kidd | Partial fix for bz339745. Mac OS: Further progress... |
commit | commitdiff | tree | snapshot |
| 2015-01-24 |
Florian Krohm | Followup to r14886. So it turned out that in m_addrinfo... |
commit | commitdiff | tree | snapshot |
| 2015-01-24 |
Florian Krohm | VG_(am_get_filename) returns a pointer to memory that... |
commit | commitdiff | tree | snapshot |
| 2015-01-23 |
Florian Krohm | Move comments next to the function prototypes they... |
commit | commitdiff | tree | snapshot |
| 2015-01-23 |
Florian Krohm | Add function attributes. |
commit | commitdiff | tree | snapshot |
| 2015-01-23 |
Julian Seward | Write proper wrappers for ioctls ION_IOC_ALLOC, ION_IOC... |
commit | commitdiff | tree | snapshot |
| 2015-01-21 |
Florian Krohm | Fix an assert. Unbreak build on 32-bit platforms. |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Florian Krohm | Add an assert to check that we're getting the expected... |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Florian Krohm | Minor tweaks: |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Florian Krohm | Add even more built-in functions for ICC. |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Julian Seward | Initial trawl through bugs from 22 Nov 2014 to 20 Jan... |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Julian Seward | Import the list of bugs fixed in 3.10.1 (apparently... |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Julian Seward | Pull in bugs opened after 22 Nov 2014. |
commit | commitdiff | tree | snapshot |
| 2015-01-20 |
Julian Seward | Add some parentheses to keep gcc 5 (prerelease) from... |
commit | commitdiff | tree | snapshot |
| 2015-01-19 |
Tom Hughes | Handle the memfd_create system call. |
commit | commitdiff | tree | snapshot |
| 2015-01-15 |
Florian Krohm | Add more built-in functions for ICC. |
commit | commitdiff | tree | snapshot |
| 2015-01-14 |
Rhys Kidd | Retroactive NEWS update for r14859, r14860 and r14861 |
commit | commitdiff | tree | snapshot |
| 2015-01-13 |
Florian Krohm | Export VG_(discard_tranalsations_safely) to the tools... |
commit | commitdiff | tree | snapshot |
| 2015-01-13 |
Mark Wielaard | BZ #342795 Internal glibc __GI_mempcpy call should... |
commit | commitdiff | tree | snapshot |
| 2015-01-12 |
Rhys Kidd | Add to svn ignore auxprogs/getoff-*-darwin files create... |
commit | commitdiff | tree | snapshot |
| 2015-01-11 |
Rhys Kidd | Add to svn ignore gdbserver_tests/*.dSYM intermediate... |
commit | commitdiff | tree | snapshot |
| 2015-01-10 |
Florian Krohm | Track VEX r3063 (function prototype change). |
commit | commitdiff | tree | snapshot |
| 2015-01-10 |
Florian Krohm | The size of an event check never depends on the endianess |
commit | commitdiff | tree | snapshot |
| 2015-01-10 |
Florian Krohm | Remove superfluous function call. |
commit | commitdiff | tree | snapshot |
| 2015-01-09 |
Rhys Kidd | Re-enable building of manythreads and thread-exits... |
commit | commitdiff | tree | snapshot |
| 2015-01-09 |
Rhys Kidd | Darwin13.supp should include suppression for known... |
commit | commitdiff | tree | snapshot |
| 2015-01-09 |
Rhys Kidd | Darwin13.supp should include suppression for known... |
commit | commitdiff | tree | snapshot |
| 2015-01-08 |
Florian Krohm | Comment only changes. |
commit | commitdiff | tree | snapshot |
| 2015-01-08 |
Florian Krohm | Clean up a few leftovers from the AIX port which no... |
commit | commitdiff | tree | snapshot |
| 2015-01-08 |
Florian Krohm | Add VG_(gettimeofday) such that callgrind can use it... |
commit | commitdiff | tree | snapshot |
| 2015-01-08 |
Josef Weidendorfer | Callgrind: fix BB discarding |
commit | commitdiff | tree | snapshot |
| 2015-01-07 |
Florian Krohm | Remove the definitons of Ptr_to_ULong and ULong_to_Ptr. |
commit | commitdiff | tree | snapshot |
| 2015-01-07 |
Florian Krohm | When creating a log-file (xml or otherwise) give everybody |
commit | commitdiff | tree | snapshot |
| 2015-01-07 |
Florian Krohm | Add command line option --max-connect=INT to allow... |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Carl Love | The following two lines of code always convert the... |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Florian Krohm | Fix a typo. |
commit | commitdiff | tree | snapshot |
| 2015-01-06 |
Philippe Waroquiers | Fix assert |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Carl Love | Fixed missing ULL on constants per compiler warnings: |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Philippe Waroquiers | Small doc improvement: make more clear that --show... |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Florian Krohm | Fix compiler detection for ICC. |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Florian Krohm | Fix an incorrect truncation of an address value to... |
commit | commitdiff | tree | snapshot |
| 2015-01-05 |
Philippe Waroquiers | Avoid warning on Addr sp, unused on some platforms... |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Florian Krohm | Fix Makefile.am so it works for builds configured with |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Florian Krohm | Fix a compiler warning about an incompatible format. |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Philippe Waroquiers | * Remove useless typedef and uses of Addr32 and Addr64... |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Florian Krohm | Change most remaining use of Addr64 in coregrind and... |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Florian Krohm | Change remaining use of Addr64 in the VEX API to Addr... |
commit | commitdiff | tree | snapshot |
| 2015-01-04 |
Florian Krohm | TyEnt::TyStOrUn::fieldRs is never NULL as VG_(newXA... |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
Florian Krohm | Track the IMark changes in VEX r3055. |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
Florian Krohm | Change the IMark statement. The address is now type... |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
Florian Krohm | The length of a disassemnled insn is always positive. |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
Florian Krohm | Give DisResult::continueAt Addr type. |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
Florian Krohm | Track VEX r3052 (VexTranslateArgs::guest_bytes_addr... |
commit | commitdiff | tree | snapshot |
| 2015-01-02 |
Florian Krohm | Make VexTranslateArgs::guest_bytes_addr an Addr value... |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
Florian Krohm | Remove -Wcast-qual as it is already being added by... |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
Florian Krohm | Synch compiler flags with those in valgrind's Makefile... |
commit | commitdiff | tree | snapshot |
| 2015-01-01 |
Florian Krohm | Add -std=gnu99 to the list of compile flags. |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
Florian Krohm | The definition of type Addr has moved to VEX and |
commit | commitdiff | tree | snapshot |
| 2014-12-31 |
Florian Krohm | It has long been assumed that host and guest architectures |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
Florian Krohm | Import offsetof and vg_alignof from VEX (tracking VEX... |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
Florian Krohm | As a library, VEX should not export the offsetof and... |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
Florian Krohm | Add a command line option to allow the user to provide... |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
Florian Krohm | Add a missing header file. |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
Florian Krohm | Change a logging function to use SizeT (tracking VEX... |
commit | commitdiff | tree | snapshot |
| next |