| 2004-08-16 |
Tom Hughes | Add support for the parallel port ioctls. |
commit | commitdiff | tree | snapshot |
| 2004-08-15 |
Tom Hughes | Treat a thread which is waiting to be reaped (ie one... |
commit | commitdiff | tree | snapshot |
| 2004-08-15 |
Tom Hughes | Back out yesterday's change to the symbol versioning... |
commit | commitdiff | tree | snapshot |
| 2004-08-15 |
Julian Seward | More FPU stuff. |
commit | commitdiff | tree | snapshot |
| 2004-08-14 |
Tom Hughes | Add support for the POSIX message queue system calls. |
commit | commitdiff | tree | snapshot |
| 2004-08-14 |
Tom Hughes | Maek init_global_thread_specific_state as a constructor... |
commit | commitdiff | tree | snapshot |
| 2004-08-14 |
Tom Hughes | Rather surprisingly we weren't actually calling pre_mem... |
commit | commitdiff | tree | snapshot |
| 2004-08-14 |
Julian Seward | More x86 FP stuff, including conversion stuff to/from... |
commit | commitdiff | tree | snapshot |
| 2004-08-14 |
Tom Hughes | Updated list of system calls from the list in a 2.6... |
commit | commitdiff | tree | snapshot |
| 2004-08-13 |
Tom Hughes | Move __pthread_clock_gettime and __pthread_clock_settim... |
commit | commitdiff | tree | snapshot |
| 2004-08-13 |
Tom Hughes | Improve handling of semctl, msgctl and shmctl so that... |
commit | commitdiff | tree | snapshot |
| 2004-08-13 |
Julian Seward | Fix enough stuff to get the first x86 FP instruction... |
commit | commitdiff | tree | snapshot |
| 2004-08-12 |
Julian Seward | Lots of spadework for getting x86 floating point to... |
commit | commitdiff | tree | snapshot |
| 2004-08-11 |
Nicholas Nethercote | Big overhaul of the allocator. Much of the structure... |
commit | commitdiff | tree | snapshot |
| 2004-08-09 |
Nicholas Nethercote | Change VG_(scheduler)() slightly to remove two more... |
commit | commitdiff | tree | snapshot |
| 2004-08-09 |
Nicholas Nethercote | Remove some more global variables from vg_include.h... |
commit | commitdiff | tree | snapshot |
| 2004-08-09 |
Nicholas Nethercote | Put VALGRIND_INTERNAL_PRINTF and VALGRIND_INTERNAL_PRIN... |
commit | commitdiff | tree | snapshot |
| 2004-08-07 |
Nicholas Nethercote | Make VG_(last_run_tid) and VG_(sigstack) local. |
commit | commitdiff | tree | snapshot |
| 2004-08-07 |
Nicholas Nethercote | De-globalise a few more counters. |
commit | commitdiff | tree | snapshot |
| 2004-08-07 |
Nicholas Nethercote | Add some missing 'static' annotations. Thanks to Josef... |
commit | commitdiff | tree | snapshot |
| 2004-08-06 |
Nicholas Nethercote | Made cpu-feature detection simpler -- got rid of the... |
commit | commitdiff | tree | snapshot |
| 2004-08-05 |
Nicholas Nethercote | Make error messages more informative. |
commit | commitdiff | tree | snapshot |
| 2004-08-04 |
Nicholas Nethercote | handle_SCSS_change() need not be global. |
commit | commitdiff | tree | snapshot |
| 2004-08-04 |
Nicholas Nethercote | Remove sigshutdown_actions(), a hangover from the ... |
commit | commitdiff | tree | snapshot |
| 2004-08-04 |
Nicholas Nethercote | VG_(get_current_thread_state) doesn't exist, remove... |
commit | commitdiff | tree | snapshot |
| 2004-08-04 |
Nicholas Nethercote | is_valid_or_empty_tid() doesn't need to be global. |
commit | commitdiff | tree | snapshot |
| 2004-08-04 |
Nicholas Nethercote | Comment changes only -- compacting |
commit | commitdiff | tree | snapshot |
| 2004-08-04 |
Nicholas Nethercote | Remove no-longer-used prefixes. |
commit | commitdiff | tree | snapshot |
| 2004-08-04 |
Nicholas Nethercote | comment wibble |
commit | commitdiff | tree | snapshot |
| 2004-08-03 |
Nicholas Nethercote | Remove VG_() from name of local function. |
commit | commitdiff | tree | snapshot |
| 2004-08-03 |
Nicholas Nethercote | Tweaked sanity-checking: made function naming more... |
commit | commitdiff | tree | snapshot |
| 2004-08-03 |
Nicholas Nethercote | Tweak stats printing -- use more consistent function... |
commit | commitdiff | tree | snapshot |
| 2004-08-03 |
Nicholas Nethercote | alloc_UCodeBlock didn't need to be in vg_include.h... |
commit | commitdiff | tree | snapshot |
| 2004-08-03 |
Nicholas Nethercote | Moved *definitions* of VALGRIND_INTERNAL_PRINTF and |
commit | commitdiff | tree | snapshot |
| 2004-08-03 |
Nicholas Nethercote | Simplified the interface to VG_(translate)(), and merge... |
commit | commitdiff | tree | snapshot |
| 2004-08-03 |
Nicholas Nethercote | Put UCodeBlock get functions in a more sensible place... |
commit | commitdiff | tree | snapshot |
| 2004-08-03 |
Nicholas Nethercote | Removed 6 global variables from vg_include.h without... |
commit | commitdiff | tree | snapshot |
| 2004-08-03 |
Nicholas Nethercote | Comment changes only: s/skin/tool/ |
commit | commitdiff | tree | snapshot |
| 2004-08-03 |
Nicholas Nethercote | Factor out differences between VG_(system) and PRE... |
commit | commitdiff | tree | snapshot |
| 2004-08-02 |
Nicholas Nethercote | comment wibble |
commit | commitdiff | tree | snapshot |
| 2004-08-02 |
Nicholas Nethercote | Removed cruft from vg_scheduler.c: |
commit | commitdiff | tree | snapshot |
| 2004-08-02 |
Nicholas Nethercote | Scheduler counts don't need to be in vg_include.h.... |
commit | commitdiff | tree | snapshot |
| 2004-08-02 |
Nicholas Nethercote | whoops, forgot to remove these in the last commit |
commit | commitdiff | tree | snapshot |
| 2004-08-02 |
Nicholas Nethercote | sanity_*_count don't need to be in vg_include.h. |
commit | commitdiff | tree | snapshot |
| 2004-08-02 |
Nicholas Nethercote | Sanity counters don't need to be in vg_include.h. |
commit | commitdiff | tree | snapshot |
| 2004-08-02 |
Nicholas Nethercote | Tweak to remove another global variable from vg_include.h |
commit | commitdiff | tree | snapshot |
| 2004-08-02 |
Nicholas Nethercote | Make VG_(n_errs_found) local; replace globally with... |
commit | commitdiff | tree | snapshot |
| 2004-08-02 |
Nicholas Nethercote | Make the Supp and Error types local to vg_errcontext... |
commit | commitdiff | tree | snapshot |
| 2004-08-02 |
Nicholas Nethercote | Fold VG_(send_signal_to_thread)() into vg_scheduler... |
commit | commitdiff | tree | snapshot |
| 2004-08-01 |
Nicholas Nethercote | Factor out commonality between VG_(synth_fault*)(). |
commit | commitdiff | tree | snapshot |
| 2004-08-01 |
Nicholas Nethercote | Replaced three global variables in vg_include.h with... |
commit | commitdiff | tree | snapshot |
| 2004-08-01 |
Nicholas Nethercote | Cleaned up vg_include.h: |
commit | commitdiff | tree | snapshot |
| 2004-08-01 |
Nicholas Nethercote | Fix bug #86254 -- symtab sorting was going array in... |
commit | commitdiff | tree | snapshot |
| 2004-07-31 |
Julian Seward | calculate_eflags_all: fix stupid bug in CC_OP_COPY. |
commit | commitdiff | tree | snapshot |
| 2004-07-30 |
Nicholas Nethercote | Remove redundant duplicates of stuff in vg_kerneliface.h. |
commit | commitdiff | tree | snapshot |
| 2004-07-30 |
Nicholas Nethercote | Removed unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW. |
commit | commitdiff | tree | snapshot |
| 2004-07-30 |
Nicholas Nethercote | Restructured the as_*() functions so they are simpler... |
commit | commitdiff | tree | snapshot |
| 2004-07-30 |
Julian Seward | Fix up generation of shldl/shldr instructions, and... |
commit | commitdiff | tree | snapshot |
| 2004-07-30 |
Julian Seward | Fix silly error in instruction selection of Iop_DivModS... |
commit | commitdiff | tree | snapshot |
| 2004-07-30 |
Julian Seward | Finally finish pissing around with x86 integer multiply... |
commit | commitdiff | tree | snapshot |
| 2004-07-30 |
Julian Seward | Rehash handling of multiply insns in the x86 front... |
commit | commitdiff | tree | snapshot |
| 2004-07-29 |
Julian Seward | Change the x86 front end's implementation of shift... |
commit | commitdiff | tree | snapshot |
| 2004-07-29 |
Tom Hughes | Modify the ipc system call so that only those calls... |
commit | commitdiff | tree | snapshot |
| 2004-07-29 |
Julian Seward | * Fix flag computation for neg instructions |
commit | commitdiff | tree | snapshot |
| 2004-07-29 |
Julian Seward | Fix carry flag computation for left rotates. |
commit | commitdiff | tree | snapshot |
| 2004-07-29 |
Julian Seward | Comment-only change |
commit | commitdiff | tree | snapshot |
| 2004-07-29 |
Tom Hughes | Modified the fcntl system call so that only those reaso... |
commit | commitdiff | tree | snapshot |
| 2004-07-29 |
Julian Seward | Fill in many more cases thrown up the QEMU test program. |
commit | commitdiff | tree | snapshot |
| 2004-07-29 |
Tom Hughes | Add support for allowing the POST function for a system... |
commit | commitdiff | tree | snapshot |
| 2004-07-29 |
Julian Seward | Fill in / fix many x86->IR->x86 cases exposed by QEMU... |
commit | commitdiff | tree | snapshot |
| 2004-07-29 |
Julian Seward | Add enough more x86 integer stuff to make bzip2 and... |
commit | commitdiff | tree | snapshot |
| 2004-07-29 |
Julian Seward | Fix enough integer stuff to make bzip2 work, except... |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Julian Seward | Pretty it up a bit (whitespace changes only). |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Julian Seward | Implement ROL/ROR and fix enough stuff to make ls ... |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Nicholas Nethercote | Merge equivalent if statements. |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Julian Seward | Fill in misc cases. |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Julian Seward | Fix bug in allocation of vregs for 64-bit IRTemps. |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Julian Seward | Fill in some add with carry and subtract with borrow... |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Julian Seward | Further refine debug printing. |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Julian Seward | Improve verbosity control, so that verbosity can be... |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Julian Seward | Add LOGICL. |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Julian Seward | Oops. Fix silly bug in iselCondCode. |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Julian Seward | Fix a couple more cases. |
commit | commitdiff | tree | snapshot |
| 2004-07-28 |
Julian Seward | Fix enough stuff so that 'hello world' works. |
commit | commitdiff | tree | snapshot |
| 2004-07-27 |
Jeremy Fitzhardinge | Fix the skiplist brokenness Nick found: |
commit | commitdiff | tree | snapshot |
| 2004-07-27 |
Julian Seward | Track file renaming. |
commit | commitdiff | tree | snapshot |
| 2004-07-27 |
Julian Seward | Fix bug in generation of immediate shifts. |
commit | commitdiff | tree | snapshot |
| 2004-07-27 |
Julian Seward | More build fixes. |
commit | commitdiff | tree | snapshot |
| 2004-07-27 |
Julian Seward | Make compilation work again after renaming files. |
commit | commitdiff | tree | snapshot |
| 2004-07-27 |
Julian Seward | More file renaming (still borked) |
commit | commitdiff | tree | snapshot |
| 2004-07-27 |
Julian Seward | Rename some files. |
commit | commitdiff | tree | snapshot |
| 2004-07-27 |
Julian Seward | Reinstate the "xor %reg,%reg" idiom handler. |
commit | commitdiff | tree | snapshot |
| 2004-07-27 |
Julian Seward | x86toIR: implement 'rep scas' |
commit | commitdiff | tree | snapshot |
| 2004-07-26 |
Julian Seward | Print vex storage stats at the end. |
commit | commitdiff | tree | snapshot |
| 2004-07-26 |
Julian Seward | Improve insn selection for shifts by literal amounts. |
commit | commitdiff | tree | snapshot |
| 2004-07-26 |
Julian Seward | Fix enough bits and pieces so "int main (void) { return... |
commit | commitdiff | tree | snapshot |
| 2004-07-26 |
Nicholas Nethercote | Added some comments. |
commit | commitdiff | tree | snapshot |
| 2004-07-26 |
Nicholas Nethercote | Rename 'argv0' and 'argv1' to the more meaningful ... |
commit | commitdiff | tree | snapshot |
| 2004-07-26 |
Nicholas Nethercote | Neaten up ume.h: don't export readelf(), mapelf, and... |
commit | commitdiff | tree | snapshot |
| 2004-07-26 |
Nicholas Nethercote | Remove accidental double assignment. Also don't assume... |
commit | commitdiff | tree | snapshot |
| next |