| 2005-04-24 |
Julian Seward | A leftover from the days of our own libpthread; now... |
commit | commitdiff | tree | snapshot |
| 2005-04-24 |
Julian Seward | Handle a couple more memcheck-generated primops. With... |
commit | commitdiff | tree | snapshot |
| 2005-04-24 |
Nicholas Nethercote | Inline function that's only used once. |
commit | commitdiff | tree | snapshot |
| 2005-04-24 |
Julian Seward | Add intercepts for operator new(unsigned long) and... |
commit | commitdiff | tree | snapshot |
| 2005-04-23 |
Julian Seward | Handle some artefacts resulting from memchecking of... |
commit | commitdiff | tree | snapshot |
| 2005-04-23 |
Julian Seward | Add 64-bit values to the bogus-literal detector. |
commit | commitdiff | tree | snapshot |
| 2005-04-23 |
Julian Seward | Add 64-bit fast case handlers for loads/stores. On... |
commit | commitdiff | tree | snapshot |
| 2005-04-23 |
Julian Seward | Allow memcheck to take account of VGA_STACK_REDZONE_SIZ... |
commit | commitdiff | tree | snapshot |
| 2005-04-23 |
Julian Seward | Handle 8-byte value-check failures using a special... |
commit | commitdiff | tree | snapshot |
| 2005-04-23 |
Julian Seward | More code-generation cases. |
commit | commitdiff | tree | snapshot |
| 2005-04-23 |
Julian Seward | Add a few cases arising from testing on amd64. |
commit | commitdiff | tree | snapshot |
| 2005-04-22 |
Julian Seward | Update. |
commit | commitdiff | tree | snapshot |
| 2005-04-22 |
Julian Seward | Comment-only change. |
commit | commitdiff | tree | snapshot |
| 2005-04-22 |
Julian Seward | Tidy up: remove lots of old code, rearrange order of... |
commit | commitdiff | tree | snapshot |
| 2005-04-22 |
Julian Seward | mc_LOADVn_slow: When loading from invalid addresses... |
commit | commitdiff | tree | snapshot |
| 2005-04-22 |
Julian Seward | Mostly finish fixing fast-path cases. Also enhance... |
commit | commitdiff | tree | snapshot |
| 2005-04-21 |
Julian Seward | Finish off fast cases for {LOAD,STORE}V{4,2,1} and... |
commit | commitdiff | tree | snapshot |
| 2005-04-21 |
Nicholas Nethercote | Add note. |
commit | commitdiff | tree | snapshot |
| 2005-04-21 |
Julian Seward | * Crank up the memcheck event-counting system, and... |
commit | commitdiff | tree | snapshot |
| 2005-04-21 |
Nicholas Nethercote | Comment-only change |
commit | commitdiff | tree | snapshot |
| 2005-04-21 |
Julian Seward | rm'd. |
commit | commitdiff | tree | snapshot |
| 2005-04-21 |
Julian Seward | Add an identity, Or8(x,0) --> x. |
commit | commitdiff | tree | snapshot |
| 2005-04-20 |
Julian Seward | Fix some more insn selection cases required by Memcheck. |
commit | commitdiff | tree | snapshot |
| 2005-04-20 |
Julian Seward | Fix a bunch of 64-bit cases required amd64. Stop to... |
commit | commitdiff | tree | snapshot |
| 2005-04-20 |
Julian Seward | Initial rehash of Memcheck's shadow-space management... |
commit | commitdiff | tree | snapshot |
| 2005-04-20 |
Julian Seward | Add another redirect that we need. This has no effect... |
commit | commitdiff | tree | snapshot |
| 2005-04-20 |
Julian Seward | Disable Addrcheck builds whilst I'm doing bull-in-a... |
commit | commitdiff | tree | snapshot |
| 2005-04-19 |
Julian Seward | Update comment re PutI/GetI (comment-only change). |
commit | commitdiff | tree | snapshot |
| 2005-04-19 |
Nicholas Nethercote | Renamed vg_errcontext.c as errormgr.c, and carved off... |
commit | commitdiff | tree | snapshot |
| 2005-04-16 |
Nicholas Nethercote | Fix two typos. |
commit | commitdiff | tree | snapshot |
| 2005-04-09 |
Julian Seward | Some notes from memcheck size/endian hackery |
commit | commitdiff | tree | snapshot |
| 2005-04-09 |
Julian Seward | Record useful info from Jeremy. |
commit | commitdiff | tree | snapshot |
| 2005-04-08 |
Nicholas Nethercote | Added new assert macros vg_assert2 and tl_assert2 which... |
commit | commitdiff | tree | snapshot |
| 2005-04-07 |
Julian Seward | Update expected output. |
commit | commitdiff | tree | snapshot |
| 2005-04-07 |
Julian Seward | Add exhaustive tests for pslldq/psrldq. |
commit | commitdiff | tree | snapshot |
| 2005-04-07 |
Julian Seward | Complete implementation of pslldq/psrldq. Also some... |
commit | commitdiff | tree | snapshot |
| 2005-04-07 |
Julian Seward | Reword error messages in a not-quite-so-terse way. |
commit | commitdiff | tree | snapshot |
| 2005-04-07 |
Julian Seward | Even more syscalls. |
commit | commitdiff | tree | snapshot |
| 2005-04-07 |
Julian Seward | Handle bsr{w,l,q} and allow bsfq. |
commit | commitdiff | tree | snapshot |
| 2005-04-07 |
Julian Seward | Fix comment. |
commit | commitdiff | tree | snapshot |
| 2005-04-07 |
Julian Seward | Fix a nasty assembler bug, in the handling of Set64... |
commit | commitdiff | tree | snapshot |
| 2005-04-07 |
Julian Seward | Reinstate tests for bsf{w,l} and bsr{w,l}. |
commit | commitdiff | tree | snapshot |
| 2005-04-06 |
Julian Seward | More AMD64 instructions: sfence, movnti, bsf{w,l,q} |
commit | commitdiff | tree | snapshot |
| 2005-04-06 |
Julian Seward | Comment-only changes |
commit | commitdiff | tree | snapshot |
| 2005-04-06 |
Julian Seward | As per r1121, avoid WaW stalls writing the guest state... |
commit | commitdiff | tree | snapshot |
| 2005-04-06 |
Julian Seward | iselIntExpr64(const): save a precious register in the... |
commit | commitdiff | tree | snapshot |
| 2005-04-06 |
Julian Seward | When generating IR for movsd mem->reg, don't first... |
commit | commitdiff | tree | snapshot |
| 2005-04-06 |
Julian Seward | Add a pattern for 64UtoV128(LDle:I64(addr)), so as... |
commit | commitdiff | tree | snapshot |
| 2005-04-05 |
Nicholas Nethercote | Remove --sloppy-malloc from man page. |
commit | commitdiff | tree | snapshot |
| 2005-04-05 |
Julian Seward | Get rid of the --sloppy-malloc= flag and the functional... |
commit | commitdiff | tree | snapshot |
| 2005-04-05 |
Tom Hughes | Removed bogus (UInt) casts from the amd64 signal frame... |
commit | commitdiff | tree | snapshot |
| 2005-04-05 |
Nicholas Nethercote | Renamed and retyped the fields relating to valgrind... |
commit | commitdiff | tree | snapshot |
| 2005-04-05 |
Julian Seward | Whenever the flags thunk is set, fill in all the fields... |
commit | commitdiff | tree | snapshot |
| 2005-04-04 |
Julian Seward | #include <rude_words.h>. The recent change of denotati... |
commit | commitdiff | tree | snapshot |
| 2005-04-04 |
Tom Hughes | Removed references to client_stack_base which no longer... |
commit | commitdiff | tree | snapshot |
| 2005-04-04 |
Nicholas Nethercote | Remove the x86-specific is_valid_data_size() test.... |
commit | commitdiff | tree | snapshot |
| 2005-04-04 |
Nicholas Nethercote | 64-bit cleanness -- use UWord instead of UInt. |
commit | commitdiff | tree | snapshot |
| 2005-04-04 |
Nicholas Nethercote | minor cleanup with the stack-related fields in ThreadState: |
commit | commitdiff | tree | snapshot |
| 2005-04-03 |
Julian Seward | Deal with apparently non-cfront compliant new[]/delete... |
commit | commitdiff | tree | snapshot |
| 2005-04-03 |
Julian Seward | Reinstate ADC Iv, eAX. |
commit | commitdiff | tree | snapshot |
| 2005-04-03 |
Nicholas Nethercote | gen_intercepts.pl doesn't exist any more. |
commit | commitdiff | tree | snapshot |
| 2005-04-03 |
Julian Seward | Update expected outputs. |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Julian Seward | In vg_memory.c, allow the stack-change threshold to... |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Tom Hughes | More amd64 system calls - emacs will now run under... |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Julian Seward | A major overhaul of how malloc/free intercepts are... |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Tom Hughes | Get cache detection going again on x86. |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Tom Hughes | Make cache detection work on amd64. |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Tom Hughes | Remove vg_instrument.c from the makefile. |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Julian Seward | Get rid of apparently-redundant file. |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Tom Hughes | Assert that cpuid is available - this is just done... |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Tom Hughes | Get VG_(has_cpuid) and VG_(cpuid) working on amd64. |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Tom Hughes | Add VGP_(setup_redirects) to the platform specific... |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Tom Hughes | It seems deref_UInt is fine - socklen_t is a 32 bit... |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Tom Hughes | Don't truncate symbol values in ELF symbol tables. |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Tom Hughes | Remove a coupld of entries that have been dealt with. |
commit | commitdiff | tree | snapshot |
| 2005-04-02 |
Tom Hughes | Even more amd64 system calls. |
commit | commitdiff | tree | snapshot |
| 2005-04-01 |
Tom Hughes | Yet more amd64 system calls. |
commit | commitdiff | tree | snapshot |
| 2005-04-01 |
Tom Hughes | More amd64 system calls. |
commit | commitdiff | tree | snapshot |
| 2005-04-01 |
Julian Seward | Add a missing case. I guess it can't have been wildly... |
commit | commitdiff | tree | snapshot |
| 2005-04-01 |
Julian Seward | Remember to clear C2 after fsincos, as that actually... |
commit | commitdiff | tree | snapshot |
| 2005-04-01 |
Tom Hughes | Rework the vsyscall redirections to work in pie code... |
commit | commitdiff | tree | snapshot |
| 2005-04-01 |
Tom Hughes | Run "make all" before "make install" as older versions... |
commit | commitdiff | tree | snapshot |
| 2005-03-31 |
Tom Hughes | Move the gettid system call to the linux specific section. |
commit | commitdiff | tree | snapshot |
| 2005-03-31 |
Julian Seward | Increase maximum translation size. This can happen... |
commit | commitdiff | tree | snapshot |
| 2005-03-31 |
Tom Hughes | Rework the nightly build script to stop as soon as... |
commit | commitdiff | tree | snapshot |
| 2005-03-31 |
Tom Hughes | Implement the gettid system call which seems to have... |
commit | commitdiff | tree | snapshot |
| 2005-03-31 |
Tom Hughes | Update helgrind to use the new mechanism to declare... |
commit | commitdiff | tree | snapshot |
| 2005-03-31 |
Nicholas Nethercote | Rename VG_(tool_interface), which is overly general... |
commit | commitdiff | tree | snapshot |
| 2005-03-31 |
Nicholas Nethercote | This change reduces the number of calls to dlsym()... |
commit | commitdiff | tree | snapshot |
| 2005-03-30 |
Tom Hughes | Make the dispatcher code position independent so that... |
commit | commitdiff | tree | snapshot |
| 2005-03-30 |
Julian Seward | Support a few more insns I ran across whilst trying... |
commit | commitdiff | tree | snapshot |
| 2005-03-30 |
Julian Seward | Add a folding rule for Mul64. |
commit | commitdiff | tree | snapshot |
| 2005-03-30 |
Julian Seward | Comment-only change |
commit | commitdiff | tree | snapshot |
| 2005-03-30 |
Julian Seward | Completely get rid of VG_(instr_ptr_offset). |
commit | commitdiff | tree | snapshot |
| 2005-03-30 |
Julian Seward | Get rid of the use of VG_(instr_ptr_offset) since we... |
commit | commitdiff | tree | snapshot |
| 2005-03-30 |
Julian Seward | Generate instruction-pointer offsets too. |
commit | commitdiff | tree | snapshot |
| 2005-03-30 |
Julian Seward | rm unused function |
commit | commitdiff | tree | snapshot |
| 2005-03-30 |
Julian Seward | Re-enable 'xchg reg, mem'. |
commit | commitdiff | tree | snapshot |
| 2005-03-30 |
Tom Hughes | Get thew DWARF reading going on 64 bit machines. |
commit | commitdiff | tree | snapshot |
| 2005-03-30 |
Tom Hughes | Discard the sys_socketcall wrapper (there is no socketc... |
commit | commitdiff | tree | snapshot |
| next |