| 2004-09-11 |
Julian Seward | Increase translation table size a bit. |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Julian Seward | x86: handle divw/idivw. Needs proper testing. |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Julian Seward | x86: implement FPREM (sigh, nasty, complicated) |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Julian Seward | Pretty up -v -v printing a bit. |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Julian Seward | * Clean up primop naming a bit |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Tom Hughes | Add support for the SIOCGPGRP ioctl and mark SIOCSPGRP... |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Tom Hughes | Removed result checks from ioctl POST handlers as the... |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Tom Hughes | Add system call wrappers for some CD related ioctls... |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Tom Hughes | Add system call wrappers for the TIOCMBIS/TIOCMBIC... |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Tom Hughes | Add system call wrappers for sched_{get,set}affinity... |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Tom Hughes | Make the virtualise setrlimit(RLIMIT_DATA) return EPERM... |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Tom Hughes | Virtualise the stack rlimit for the main thread and... |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Nicholas Nethercote | Slightly more informative error msgs for some cl reqs. |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Julian Seward | Fill in many x86 integer and FP cases, enough to get... |
commit | commitdiff | tree | snapshot |
| 2004-09-11 |
Julian Seward | Update print-above thresholds seeing as how we're runni... |
commit | commitdiff | tree | snapshot |
| 2004-09-10 |
Julian Seward | x86 -> IR changes: |
commit | commitdiff | tree | snapshot |
| 2004-09-10 |
Julian Seward | Minor updates. |
commit | commitdiff | tree | snapshot |
| 2004-09-10 |
Julian Seward | Fix a few more bits and pieces. |
commit | commitdiff | tree | snapshot |
| 2004-09-10 |
Julian Seward | Implement x86 FRNDINT, taking into account of course... |
commit | commitdiff | tree | snapshot |
| 2004-09-10 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-10 |
Nicholas Nethercote | Whoops, file should be called ".cvsignore", not ".cvgsi... |
commit | commitdiff | tree | snapshot |
| 2004-09-10 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-10 |
Julian Seward | * x86 guest: instead of just tracking the FPU's C3... |
commit | commitdiff | tree | snapshot |
| 2004-09-10 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-10 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-09 |
Julian Seward | Various more x86 FP cases. |
commit | commitdiff | tree | snapshot |
| 2004-09-09 |
Nicholas Nethercote | Redo the regs setting for db-attach, in a way that... |
commit | commitdiff | tree | snapshot |
| 2004-09-09 |
Julian Seward | Fill in many more x86 FP cases. |
commit | commitdiff | tree | snapshot |
| 2004-09-09 |
Julian Seward | Increase scratch space to 300k. ToDo: investigate... |
commit | commitdiff | tree | snapshot |
| 2004-09-09 |
Jeremy Fitzhardinge | Use C89 compatible local declaration. |
commit | commitdiff | tree | snapshot |
| 2004-09-09 |
Julian Seward | Make floating-point comparisons work, and fill in a... |
commit | commitdiff | tree | snapshot |
| 2004-09-09 |
Julian Seward | Fix overly-pessimistic assertion. |
commit | commitdiff | tree | snapshot |
| 2004-09-09 |
Julian Seward | Add a new x86 guest state word, just holding the FPU... |
commit | commitdiff | tree | snapshot |
| 2004-09-08 |
Julian Seward | Simple test program for testing double -> int rounding. |
commit | commitdiff | tree | snapshot |
| 2004-09-08 |
Julian Seward | x86: make float to integer conversions observe the... |
commit | commitdiff | tree | snapshot |
| 2004-09-08 |
Julian Seward | Initialisations to keep gcc -O happy. |
commit | commitdiff | tree | snapshot |
| 2004-09-08 |
Jeremy Fitzhardinge | Pull permissions checking out into a separate function... |
commit | commitdiff | tree | snapshot |
| 2004-09-08 |
Jeremy Fitzhardinge | When loading a -fpie executable, put it where info... |
commit | commitdiff | tree | snapshot |
| 2004-09-08 |
Jeremy Fitzhardinge | Use MAP_NORESERVE for potentially large mappings. |
commit | commitdiff | tree | snapshot |
| 2004-09-08 |
Julian Seward | Add the FPU control word to the x86 guest state. And... |
commit | commitdiff | tree | snapshot |
| 2004-09-08 |
Julian Seward | Fix a large number of cases at both ends of the pipelin... |
commit | commitdiff | tree | snapshot |
| 2004-09-08 |
Julian Seward | Bogus not-really-a-folding rule for MullS32. ToDo... |
commit | commitdiff | tree | snapshot |
| 2004-09-08 |
Julian Seward | Compile with -O by default now. |
commit | commitdiff | tree | snapshot |
| 2004-09-07 |
Nicholas Nethercote | minor fixes |
commit | commitdiff | tree | snapshot |
| 2004-09-07 |
Nicholas Nethercote | To get 32-bit programs working on Opteron, VG_(valgrind... |
commit | commitdiff | tree | snapshot |
| 2004-09-07 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-07 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-07 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-07 |
Julian Seward | - Implement bt/bts/btc/btr, using the same hack as... |
commit | commitdiff | tree | snapshot |
| 2004-09-06 |
Julian Seward | Fix overenthusiastic redundant-Put elimination, which... |
commit | commitdiff | tree | snapshot |
| 2004-09-06 |
Julian Seward | copy_baseBlock_to_m_state_static and back: |
commit | commitdiff | tree | snapshot |
| 2004-09-06 |
Julian Seward | x86 guest: Add functions vex_to_x87 and x87_to_vex... |
commit | commitdiff | tree | snapshot |
| 2004-09-06 |
Julian Seward | Add a few more FP insns, and fix some bugs. |
commit | commitdiff | tree | snapshot |
| 2004-09-06 |
Julian Seward | Do further conversions in the test. |
commit | commitdiff | tree | snapshot |
| 2004-09-06 |
Julian Seward | More x87 test stuff. |
commit | commitdiff | tree | snapshot |
| 2004-09-06 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-06 |
Nicholas Nethercote | Arch-abstraction: arch-neutralise the startup message. |
commit | commitdiff | tree | snapshot |
| 2004-09-06 |
Nicholas Nethercote | Arch-abstraction: minor name change of params. |
commit | commitdiff | tree | snapshot |
| 2004-09-06 |
Julian Seward | Test program for developing double <-> extended double... |
commit | commitdiff | tree | snapshot |
| 2004-09-05 |
Nicholas Nethercote | Remove unnecessary #includes. |
commit | commitdiff | tree | snapshot |
| 2004-09-05 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-05 |
Nicholas Nethercote | Arch-abstraction: made vg_execontext.c arch-independent... |
commit | commitdiff | tree | snapshot |
| 2004-09-05 |
Nicholas Nethercote | Move env variables out of core_asm.h into core.h, where... |
commit | commitdiff | tree | snapshot |
| 2004-09-04 |
Nicholas Nethercote | Simplify calculation of VG_(shadow_end) to avoid an... |
commit | commitdiff | tree | snapshot |
| 2004-09-04 |
Nicholas Nethercote | Arch-abstraction: introduce constants for min and max... |
commit | commitdiff | tree | snapshot |
| 2004-09-03 |
Nicholas Nethercote | Removed x86/ume_archdefs.h; moved CLIENT_BASE into... |
commit | commitdiff | tree | snapshot |
| 2004-09-03 |
Nicholas Nethercote | Removed x86/ume_arch_defs.c, which just defined the... |
commit | commitdiff | tree | snapshot |
| 2004-09-03 |
Nicholas Nethercote | Avoid spurious warning about using posix_memalign() |
commit | commitdiff | tree | snapshot |
| 2004-09-03 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Nicholas Nethercote | Tweaked comment. |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Nicholas Nethercote | Arch-abstraction: add comment explaining header hierarchy. |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Nicholas Nethercote | Update docs for filename change. |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Nicholas Nethercote | Tweak some comments. |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Nicholas Nethercote | Arch-abstraction: |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Julian Seward | Add the old Heimdall x87 FPU simulator, as reference. |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Julian Seward | Directory for parking various misc useful files in... |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Nicholas Nethercote | Arch-abstraction: whoops II, forgot to add the (residua... |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Nicholas Nethercote | Arch-abstraction: Whoops, forgot to add tool.h.base... |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Nicholas Nethercote | Arch-abstraction: renamed "vg_skin.h" as "tool.h"... |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Nicholas Nethercote | Remove unnecessary #include statement. |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Nicholas Nethercote | Arch-abstraction: renamed "vg_include.h" as "core... |
commit | commitdiff | tree | snapshot |
| 2004-09-02 |
Robert Walsh | Fix some vg_include.h references. |
commit | commitdiff | tree | snapshot |
| 2004-09-01 |
Nicholas Nethercote | Arch-abstraction step: renamed "vg_include.h" as "core.h". |
commit | commitdiff | tree | snapshot |
| 2004-09-01 |
Nicholas Nethercote | Update .cvsignore for recently added regression tests. |
commit | commitdiff | tree | snapshot |
| 2004-09-01 |
Nicholas Nethercote | Use Makefile.am includes. This gets rid of 110 lines... |
commit | commitdiff | tree | snapshot |
| 2004-09-01 |
Nicholas Nethercote | 'valgrind' (ie. stage1) does not need to be installed... |
commit | commitdiff | tree | snapshot |
| 2004-09-01 |
Tom Hughes | Move the include of linux/fs.h before the include of... |
commit | commitdiff | tree | snapshot |
| 2004-09-01 |
Tom Hughes | Make some of the parallel port ioctls conditional as... |
commit | commitdiff | tree | snapshot |
| 2004-08-31 |
Julian Seward | Do a bit more x86 floating point. As a result, had... |
commit | commitdiff | tree | snapshot |
| 2004-08-31 |
Julian Seward | HEAD now reports 2.3.0.CVS. |
commit | commitdiff | tree | snapshot |
| 2004-08-31 |
Julian Seward | This is a generated file and so shouldn't be tracked... |
commit | commitdiff | tree | snapshot |
| 2004-08-31 |
Julian Seward | Fill in enough to get through a simple x86 FP processin... |
commit | commitdiff | tree | snapshot |
| 2004-08-31 |
Julian Seward | --> 2.2.0 |
commit | commitdiff | tree | snapshot |
| next |