| 2004-11-16 |
Nicholas Nethercote | Cleanups: removing stuff no longer needed now that... |
commit | commitdiff | tree | snapshot |
| 2004-11-16 |
Nicholas Nethercote | Converted the last syscalls. Phew. Still some cleanin... |
commit | commitdiff | tree | snapshot |
| 2004-11-16 |
Nicholas Nethercote | Converted the timer_* and clock_* syscalls. |
commit | commitdiff | tree | snapshot |
| 2004-11-16 |
Nicholas Nethercote | Converted the io_* and mq_* syscalls. |
commit | commitdiff | tree | snapshot |
| 2004-11-16 |
Tom Hughes | Use sigprocmask(SIG_SETMASK) to make sure the signal... |
commit | commitdiff | tree | snapshot |
| 2004-11-16 |
Tom Hughes | Don't try and return the old mask from sigprocmask... |
commit | commitdiff | tree | snapshot |
| 2004-11-16 |
Tom Hughes | Add arguments to the prctl call in the scalar test. |
commit | commitdiff | tree | snapshot |
| 2004-11-16 |
Julian Seward | Use improved 80 <-> 64 bit FP conversion routines,... |
commit | commitdiff | tree | snapshot |
| 2004-11-16 |
Julian Seward | \18Further improve accuracy of 80->64 bit conversions... |
commit | commitdiff | tree | snapshot |
| 2004-11-16 |
Julian Seward | Program for testing IEEE gradual underflow. |
commit | commitdiff | tree | snapshot |
| 2004-11-16 |
Julian Seward | Do at least a passable job converting denormals and... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | add a bunch of tests |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | Converted more syscalls, including futex() which I... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | Converted rt_sigpending. This allowed PREALIAS/POSTALI... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | Forgot to add the expected stderr output. |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | Converted sigprocmask and rt_sigprocmask. |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | convert a couple more |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | Convert more syscalls. Avoid obvious seg faults due... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Tom Hughes | Pass an argument to exit_group in the scalar_exit_group... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | Converted modify_ldt() and init_module(); the old... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | Add scalar_exit_group to reg tests. Tweak scalar.c... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Julian Seward | Properly sanity check IRConst values. |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Tom Hughes | After a clone system call there are two threads of... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | Fill in missing cases in scalar. |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Julian Seward | Rename the boolean field in IRStmt_Exit from 'cond... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Julian Seward | Rename all the _Bit types to I1 so as to be consistent... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | converted more syscalls |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | Converted more syscalls |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Julian Seward | Rename INVALID_IRTEMP to IRTemp_INVALID to be consisten... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Julian Seward | Get rid of some unused primops: And1 Or1 Neg8/16/32/64. |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Julian Seward | Record stuff that needs to be done |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | converted mmap and mmap2 |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Julian Seward | 15-bit tt-fast cache has excessive miss rate on 176... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Julian Seward | More eflags-specialisation rules. |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Nicholas Nethercote | Converted a few more, including clone() which I'm not... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Tom Hughes | Add some missing system call arguments to the scalar... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Tom Hughes | Remove trailing space after \ continuation marker. |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Tom Hughes | Add comments documenting the difference between the... |
commit | commitdiff | tree | snapshot |
| 2004-11-15 |
Julian Seward | Add reroutes needed for RHAS 3. |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Nicholas Nethercote | Converted some more syscalls. |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Tom Hughes | Fix the sigsuspend wrapper - the existing implementatio... |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Nicholas Nethercote | Converted a few more syscalls. |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Nicholas Nethercote | converted a few more syscalls |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Nicholas Nethercote | forgot to remove these files in last commit |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Nicholas Nethercote | Undo splitting of scalar from the last commit, which... |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Nicholas Nethercote | Converted a few more syscalls. |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Nicholas Nethercote | Converted a couple more |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Nicholas Nethercote | Add gettimeofday() to test. |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Nicholas Nethercote | Add missing params. Tom's nightly tests should work... |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Nicholas Nethercote | converted sigsuspend, rt_sigsuspend. Not very sure... |
commit | commitdiff | tree | snapshot |
| 2004-11-14 |
Nicholas Nethercote | converted a few more |
commit | commitdiff | tree | snapshot |
| 2004-11-13 |
Nicholas Nethercote | converted some more |
commit | commitdiff | tree | snapshot |
| 2004-11-13 |
Tom Hughes | Add the post handlers for the console ioctls that I... |
commit | commitdiff | tree | snapshot |
| 2004-11-13 |
Tom Hughes | Remove a couple of commented out lines that were left... |
commit | commitdiff | tree | snapshot |
| 2004-11-13 |
Tom Hughes | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
| 2004-11-13 |
Tom Hughes | Add support for most of the console driver ioctls.... |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Tom Hughes | Try and improve the parsing of C++ stabs that contain... |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Tom Hughes | Change VG_(nuke_all_threads) to disassociate the the... |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | convert some more, mash some more |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | Add commented-out templates so further additions are... |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | mash things around to make further conversions quicker |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | converted some more |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | wibble |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | and converted a few more |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | renamed variables |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | converted some more |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Julian Seward | Update startup message. |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Julian Seward | Add copyright notices. |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | Remove unnecessary comment. |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | Use our own unistd.h, because the system one might... |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | Converted a whole bunch of syscalls. |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | Converted execve(). |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | Converted vfork() and acct(). Properly annotated all... |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | Converted lookup_dcookie. |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | CVS fixups: cvs add files I forgot to before; add... |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | Converted uname(); annotated some obsolete ones. |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Nicholas Nethercote | Added a syscall flag "NBRunInLWP" for non-blocking... |
commit | commitdiff | tree | snapshot |
| 2004-11-12 |
Julian Seward | Add a couple more constant folding rules. |
commit | commitdiff | tree | snapshot |
| 2004-11-11 |
Nicholas Nethercote | Now handling non-existent syscalls appropriately -... |
commit | commitdiff | tree | snapshot |
| 2004-11-11 |
Nicholas Nethercote | Converted fork(), and added a separate regtest for it. |
commit | commitdiff | tree | snapshot |
| 2004-11-11 |
Nicholas Nethercote | Converted a bunch more syscalls. |
commit | commitdiff | tree | snapshot |
| 2004-11-11 |
Nicholas Nethercote | Converted a bunch of zero-arg syscalls. |
commit | commitdiff | tree | snapshot |
| 2004-11-11 |
Julian Seward | Let the insn selector know that |
commit | commitdiff | tree | snapshot |
| 2004-11-11 |
Julian Seward | Fix some missing cases in printing FP insns. |
commit | commitdiff | tree | snapshot |
| 2004-11-11 |
Julian Seward | Make cse_BB globally visible, and rename to do_cse_BB... |
commit | commitdiff | tree | snapshot |
| 2004-11-11 |
Julian Seward | Update included copy of the mc_instrument.c. |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Julian Seward | --help-debug: don't forget to mention --vex-iropt-verbosity |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Julian Seward | Comment change, and remove some '#if 1's. |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Julian Seward | Oops .. C flag after inc/dec is in ndep, not dep1. |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Nicholas Nethercote | Arch-abstraction, syscall overhaul: rename functions... |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Nicholas Nethercote | augmented scalar |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Nicholas Nethercote | Arch-abstraction: syscall overhauling. |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Nicholas Nethercote | Arch-abstraction: syscall overhauling. |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Julian Seward | Provide our own versions of strchrnul and rawmemchr... |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Julian Seward | Build mc_main.o with -fomit-frame-pointer; gives a... |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Julian Seward | Allow tools to tell Vex when it can/can't chase across... |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Julian Seward | Reinstate some more flag-helper specialisations. |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Julian Seward | Comment change only. |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Julian Seward | Finish off Memcheck's handling of dirty helper calls... |
commit | commitdiff | tree | snapshot |
| 2004-11-10 |
Julian Seward | * memcheck: handle dirty helper calls (mostly) |
commit | commitdiff | tree | snapshot |
| next |