| 2003-07-10 |
Julian Seward | A bit of cleaning up now that symbol table reading... |
commit | commitdiff | tree | snapshot |
| 2003-07-10 |
Julian Seward | Give corecheck a SK_(update_extra) so it doesn't panic on |
commit | commitdiff | tree | snapshot |
| 2003-07-10 |
Julian Seward | Add a new mechanism for intercepting calls, which doesn... |
commit | commitdiff | tree | snapshot |
| 2003-07-09 |
Julian Seward | Add iffdeffery to allow testing the call to the DNS... |
commit | commitdiff | tree | snapshot |
| 2003-07-08 |
Nicholas Nethercote | Allow for 1 and 2 digit pids |
commit | commitdiff | tree | snapshot |
| 2003-07-08 |
Julian Seward | Dodge around more glibc variants. |
commit | commitdiff | tree | snapshot |
| 2003-07-07 |
Julian Seward | Fix a whole lot more regression tests on Red Hat 7.3. |
commit | commitdiff | tree | snapshot |
| 2003-07-07 |
Julian Seward | Undo mistaken rev 1.54. |
commit | commitdiff | tree | snapshot |
| 2003-07-07 |
Julian Seward | Make more tests glibc-2.X robust. |
commit | commitdiff | tree | snapshot |
| 2003-07-07 |
Julian Seward | Try and make different gcc versions agree on source... |
commit | commitdiff | tree | snapshot |
| 2003-07-07 |
Julian Seward | Make some more tests more robust against glibc differences. |
commit | commitdiff | tree | snapshot |
| 2003-07-07 |
Julian Seward | A regression test for the new VALGRIND_{GET,SET}_VBITS... |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | Make these work on Red Hat 7.3 (by giving -q) |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | Run the test with -q so that it works both on glibc... |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | Make it compile with older compilers. |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Dirk Mueller | make check more portable, patch by Matthew Emmerton |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | Increase default number of supported threads from 50... |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | load_one_suppressions_file(): Make sure to finish reading |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | Restarting valgrind-listener quickly can produce: |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | Fix up weak binding for pthread_mutexattr_setpshared. |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | Implement pthread_mutexattr_setpshared (Nick did this). |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | Handle XCHG eAX,eBP. |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | string_match_wrk(): increase max recursion depth to... |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | VGR_(select): be robust against negative timeout values... |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | The Pentium 4 recycles the CS segment override prefix... |
commit | commitdiff | tree | snapshot |
| 2003-07-06 |
Julian Seward | Add patch from Nick to get proper backtraces in |
commit | commitdiff | tree | snapshot |
| 2003-07-05 |
Julian Seward | Add memcheck client requests VALGRIND_GET_VBITS / VALGR... |
commit | commitdiff | tree | snapshot |
| 2003-07-04 |
Dirk Mueller | whops |
commit | commitdiff | tree | snapshot |
| 2003-07-04 |
Dirk Mueller | use the automake feature for dist-bzip2 |
commit | commitdiff | tree | snapshot |
| 2003-07-04 |
Dirk Mueller | spelling fixes |
commit | commitdiff | tree | snapshot |
| 2003-07-04 |
Dirk Mueller | add failing test |
commit | commitdiff | tree | snapshot |
| 2003-07-04 |
Nicholas Nethercote | Operator change. No difference in behaviour, but avoid... |
commit | commitdiff | tree | snapshot |
| 2003-07-04 |
Nicholas Nethercote | wibble |
commit | commitdiff | tree | snapshot |
| 2003-06-29 |
Nicholas Nethercote | Added (trivially) "XCHG eAX,eSP" instruction. |
commit | commitdiff | tree | snapshot |
| 2003-06-29 |
Nicholas Nethercote | Doubled VG_N_WAITING_FDS from 10 to 20. Joshua Moore... |
commit | commitdiff | tree | snapshot |
| 2003-06-29 |
Nicholas Nethercote | Fixed cpuid regtest, which was broken by the switch... |
commit | commitdiff | tree | snapshot |
| 2003-06-26 |
Nicholas Nethercote | comment only |
commit | commitdiff | tree | snapshot |
| 2003-06-19 |
Dirk Mueller | make sure that the cpuid of the simulated CPUID doesn... |
commit | commitdiff | tree | snapshot |
| 2003-06-19 |
Nicholas Nethercote | Move two variable declarations to the start of their... |
commit | commitdiff | tree | snapshot |
| 2003-06-18 |
Julian Seward | A few more SSEs. |
commit | commitdiff | tree | snapshot |
| 2003-06-18 |
Julian Seward | Make the CPUID helper really do cpuid, so that what... |
commit | commitdiff | tree | snapshot |
| 2003-06-18 |
Julian Seward | A few more SSE float (scalar,packed) insns. Something... |
commit | commitdiff | tree | snapshot |
| 2003-06-16 |
Julian Seward | - Add a few more SSE instructions |
commit | commitdiff | tree | snapshot |
| 2003-06-15 |
Julian Seward | Add some more SSE/SSE2 floating point instructions. |
commit | commitdiff | tree | snapshot |
| 2003-06-15 |
Dirk Mueller | AC_PROG_EGREP wasn't too portable after all. Better... |
commit | commitdiff | tree | snapshot |
| 2003-06-15 |
Julian Seward | - Continue to clear up SSE insn emitters following... |
commit | commitdiff | tree | snapshot |
| 2003-06-15 |
Julian Seward | Rename the SSE and MMX uinstrs which read/write integer... |
commit | commitdiff | tree | snapshot |
| 2003-06-15 |
Julian Seward | Fill in a whole bunch of boring-ass SSE SIMD-integer... |
commit | commitdiff | tree | snapshot |
| 2003-06-15 |
Julian Seward | Yet more SSE insns. |
commit | commitdiff | tree | snapshot |
| 2003-06-15 |
Julian Seward | - Comment out SSE uinstrs which have not so far been... |
commit | commitdiff | tree | snapshot |
| 2003-06-15 |
Julian Seward | Remove debug printing that sneaked in. |
commit | commitdiff | tree | snapshot |
| 2003-06-14 |
Julian Seward | Teach AddrCheck about some SSE uinstrs. |
commit | commitdiff | tree | snapshot |
| 2003-06-14 |
Julian Seward | Do SSE insns PSRLDQ, PSLLDQ |
commit | commitdiff | tree | snapshot |
| 2003-06-14 |
Julian Seward | Get rid of spurious declaration for fooble. |
commit | commitdiff | tree | snapshot |
| 2003-06-14 |
Julian Seward | More SSE instructions. |
commit | commitdiff | tree | snapshot |
| 2003-06-14 |
Julian Seward | Add yet more SSE/SSE2 instructions. The party never... |
commit | commitdiff | tree | snapshot |
| 2003-06-14 |
Julian Seward | - saneUInstr: Allow SSE4 to have CCf (writes ZCP flags). |
commit | commitdiff | tree | snapshot |
| 2003-06-14 |
Julian Seward | Fix code generation errors for the SSE3g_ family. ... |
commit | commitdiff | tree | snapshot |
| 2003-06-14 |
Julian Seward | When exiting with VgSrc_BbsDone (switching back to... |
commit | commitdiff | tree | snapshot |
| 2003-06-13 |
Nicholas Nethercote | several wibbles: added some missing types in function... |
commit | commitdiff | tree | snapshot |
| 2003-06-13 |
Dirk Mueller | don't bail out when pthread_once's init route calls... |
commit | commitdiff | tree | snapshot |
| 2003-06-13 |
Julian Seward | Tonight's installment of SSE madness. Add a couple... |
commit | commitdiff | tree | snapshot |
| 2003-06-12 |
Nicholas Nethercote | Whoops, should have committed this when I added SIOCOUT... |
commit | commitdiff | tree | snapshot |
| 2003-06-12 |
Nicholas Nethercote | Added SIOCOUTQ ioctl, thanks to Lennert Buytenhek ... |
commit | commitdiff | tree | snapshot |
| 2003-06-12 |
Nicholas Nethercote | Some Makefile.am changes. Lots of them affected: |
commit | commitdiff | tree | snapshot |
| 2003-06-12 |
Nicholas Nethercote | Update, obviously hasn't been for a while, was majorly... |
commit | commitdiff | tree | snapshot |
| 2003-06-12 |
Nicholas Nethercote | Minor improvement. |
commit | commitdiff | tree | snapshot |
| 2003-06-12 |
Nicholas Nethercote | Added support for Value16 and Addr16 error suppressions. |
commit | commitdiff | tree | snapshot |
| 2003-06-12 |
Julian Seward | Fill in a few more SSE/SSE2 insns, with current aim... |
commit | commitdiff | tree | snapshot |
| 2003-06-12 |
Dirk Mueller | revert last commit. too unportable |
commit | commitdiff | tree | snapshot |
| 2003-06-11 |
Dirk Mueller | distribute glibc 2.3 suppression file |
commit | commitdiff | tree | snapshot |
| 2003-06-10 |
Nicholas Nethercote | Fixed stupid bugs in overlap detection. |
commit | commitdiff | tree | snapshot |
| 2003-06-05 |
Nicholas Nethercote | Fix problem with LAHF. |
commit | commitdiff | tree | snapshot |
| 2003-06-03 |
Nicholas Nethercote | Fixed bug in first attempt at 'lahf'. So much for... |
commit | commitdiff | tree | snapshot |
| 2003-06-03 |
Dirk Mueller | suppressions |
commit | commitdiff | tree | snapshot |
| 2003-06-03 |
Nicholas Nethercote | wibble |
commit | commitdiff | tree | snapshot |
| 2003-06-03 |
Nicholas Nethercote | Added support for 'lahf', the twin of 'sahf' which... |
commit | commitdiff | tree | snapshot |
| 2003-06-03 |
Nicholas Nethercote | Added two syscalls: sendfile64 and rt_sigtimedwait... |
commit | commitdiff | tree | snapshot |
| 2003-06-01 |
Dirk Mueller | fixing minor oddity in configure output |
commit | commitdiff | tree | snapshot |
| 2003-06-01 |
Dirk Mueller | some makefile massaging to avoid that things get compil... |
commit | commitdiff | tree | snapshot |
| 2003-06-01 |
Dirk Mueller | fix expected output |
commit | commitdiff | tree | snapshot |
| 2003-06-01 |
Dirk Mueller | make the new symbols weak to fix the new_override testcase. |
commit | commitdiff | tree | snapshot |
| 2003-06-01 |
Dirk Mueller | whoops. one more |
commit | commitdiff | tree | snapshot |
| 2003-06-01 |
Dirk Mueller | unbreak make regtest again |
commit | commitdiff | tree | snapshot |
| 2003-06-01 |
Julian Seward | Add some more SSE insns. |
commit | commitdiff | tree | snapshot |
| 2003-05-30 |
Nicholas Nethercote | comments only |
commit | commitdiff | tree | snapshot |
| 2003-05-28 |
Dirk Mueller | some ignores |
commit | commitdiff | tree | snapshot |
| 2003-05-27 |
Julian Seward | Fix a design flaw in the SSE decoder. Remove duplicati... |
commit | commitdiff | tree | snapshot |
| 2003-05-27 |
Dirk Mueller | minor code simplification |
commit | commitdiff | tree | snapshot |
| 2003-05-27 |
Dirk Mueller | add glibc 2.3 suppression file before I loose it again :( |
commit | commitdiff | tree | snapshot |
| 2003-05-27 |
Dirk Mueller | compiler warning cleanups |
commit | commitdiff | tree | snapshot |
| 2003-05-26 |
Julian Seward | Teach memcheck about the SSE UInstrs generated thus... |
commit | commitdiff | tree | snapshot |
| 2003-05-26 |
Julian Seward | Implement enough SSE/SSE2 insns so that all the GL... |
commit | commitdiff | tree | snapshot |
| 2003-05-25 |
Julian Seward | Implement a few SSE instructions, enough to run bzip2... |
commit | commitdiff | tree | snapshot |
| 2003-05-22 |
Nicholas Nethercote | wibble |
commit | commitdiff | tree | snapshot |
| 2003-05-21 |
Nicholas Nethercote | Using __PRETTY_FUNCTION__ and some macros, removed... |
commit | commitdiff | tree | snapshot |
| 2003-05-21 |
Nicholas Nethercote | wibble |
commit | commitdiff | tree | snapshot |
| 2003-05-20 |
Nicholas Nethercote | Fixed up docs a bit: did the core/skin split properly... |
commit | commitdiff | tree | snapshot |
| 2003-05-20 |
Nicholas Nethercote | wibble |
commit | commitdiff | tree | snapshot |
| 2003-05-20 |
Nicholas Nethercote | Minor addition. |
commit | commitdiff | tree | snapshot |
| next |