| 2004-08-31 |
Julian Seward | version -> 2.2.0 |
commit | commitdiff | tree | snapshot |
| 2004-08-31 |
Julian Seward | Hopefully final changes for 2.2.0. |
commit | commitdiff | tree | snapshot |
| 2004-08-31 |
Julian Seward | Add comments about limitations wrt self-modifying code. |
commit | commitdiff | tree | snapshot |
| 2004-08-30 |
Tom Hughes | Add vki_itimerspec definition for POSIX timer support. |
commit | commitdiff | tree | snapshot |
| 2004-08-30 |
Tom Hughes | Add support for POSIIX clocks and timers. |
commit | commitdiff | tree | snapshot |
| 2004-08-30 |
Nicholas Nethercote | Print a message if shadow memory cannot be allocated... |
commit | commitdiff | tree | snapshot |
| 2004-08-30 |
Nicholas Nethercote | Avoid divisions by zero. This fixes bug 78765. |
commit | commitdiff | tree | snapshot |
| 2004-08-30 |
Julian Seward | Try to summarise 2.0.0 -> 2.2.0 changes. |
commit | commitdiff | tree | snapshot |
| 2004-08-30 |
Julian Seward | Document 2.1.2 -> 2.2.0 deltas (2.0.0 -> 2.2.0 not... |
commit | commitdiff | tree | snapshot |
| 2004-08-30 |
Julian Seward | Add FP conditional move insn (host) and isel rule to... |
commit | commitdiff | tree | snapshot |
| 2004-08-30 |
Tom Hughes | Recognise X.Org servers and treat them the same as... |
commit | commitdiff | tree | snapshot |
| 2004-08-29 |
Tom Hughes | Switch to using the newer forms of AC_INIT and AM_INIT_... |
commit | commitdiff | tree | snapshot |
| 2004-08-27 |
Julian Seward | Update baseblock layout to deal with FP register tags... |
commit | commitdiff | tree | snapshot |
| 2004-08-27 |
Julian Seward | Front end stuff to support floating point on x86 (guest). |
commit | commitdiff | tree | snapshot |
| 2004-08-27 |
Julian Seward | Deal with PutI/GetI (doesn't do anything interesting... |
commit | commitdiff | tree | snapshot |
| 2004-08-26 |
Tom Hughes | When delivering SIGFPE make sure we patch up si_addr... |
commit | commitdiff | tree | snapshot |
| 2004-08-26 |
Julian Seward | Fix flags computation for rol/ror instructions in some... |
commit | commitdiff | tree | snapshot |
| 2004-08-26 |
Tom Hughes | Include the filename in the system call trace for the... |
commit | commitdiff | tree | snapshot |
| 2004-08-26 |
Julian Seward | * Enable cmpxchg tests. |
commit | commitdiff | tree | snapshot |
| 2004-08-26 |
Julian Seward | x86->IR->x86: handle byte-sized cmpxchg. |
commit | commitdiff | tree | snapshot |
| 2004-08-26 |
Julian Seward | x86guest_spechelper, calculate_condition(CC_OP_SUBB... |
commit | commitdiff | tree | snapshot |
| 2004-08-26 |
Julian Seward | Add a bit of structure in x86guest_findhelper. |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Tom Hughes | If we return from a signal handler to a thread that... |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Julian Seward | Even more futzing around with x86-guest eflags helpers. |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Nicholas Nethercote | Change things so that stage2's location is controlled... |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Nicholas Nethercote | Fix problem with brk(). Thanks to Paull Mackerras... |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Nicholas Nethercote | Remove three unnecessary compile-time warnings. |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Tom Hughes | Removed comma at the end of an enumerator list - this... |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Julian Seward | add bswapl, and movl $imm8, %cl |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Julian Seward | Fix bizarre warning from gcc-3.2. |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Julian Seward | Introduce extra paranoia into the instruction selector... |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Julian Seward | Fill in some more instructions needed for program start... |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Julian Seward | Constant folding: do And8/16/32(t,t) ==> t, for some... |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Nicholas Nethercote | Fix symlinking -- the old code worked, but worked for... |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Nicholas Nethercote | Minor fixups: |
commit | commitdiff | tree | snapshot |
| 2004-08-25 |
Nicholas Nethercote | Putting "dist_" in front of a "_DATA" variable means... |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | x86 front end: fast-track yet another SUBL case (SUBL... |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | Fix bug in assembly of CMov32(reg,reg) in which the... |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Tom Hughes | Only check whether linux/mii.h can be processed so... |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | Comment only change: note an example where better code... |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | Get rid of executables inadvertantly commited in rev... |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | Add a modified version of the QEMU test program. This... |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | Redo x86 flag stuff a bit. Primarily, change the thunk... |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Nicholas Nethercote | Add a reassuring warnings about the linux/mii.h warning. |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Nicholas Nethercote | Update for filename change. |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | Pretty-up the flag-calculating macros. Whitespace... |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | Fast-case a couple more flag/thunk conditions. |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | wibble |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | Set bb size back to 20. |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | * setHints_Expr: remember to recurse the entire tree! |
commit | commitdiff | tree | snapshot |
| 2004-08-24 |
Julian Seward | Fix error in scheme for assembly Xin_Set32 when the... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Tom Hughes | The size passed to VG_(st_mkfloat) should be in bytes... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Julian Seward | Better printing of raw bb data. |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Tom Hughes | Added code to decode a number of additional negative... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Tom Hughes | Prevent a memcpy of zero bytes from complaining if... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Robert Walsh | Add explanatory comment. |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Robert Walsh | Fix to allow 32-bit Valgrind to run on AMD64 boxes... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Tom Hughes | Don't version the sem_xxx symbols that have more than... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Nicholas Nethercote | Here's a couple more I missed in the last commit. |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Nicholas Nethercote | Use SYSNO and res, etc, instead of tst->m_eax in a... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Julian Seward | Allow iropt to pass helper function calls back to the... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Nicholas Nethercote | Makefile.am minor correction |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Nicholas Nethercote | Small step in factoring out arch-specific code: replace |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Nicholas Nethercote | Tweak configure.in in preparation for arch and OS ports... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Nicholas Nethercote | Removing the example tool 'example' -- it's almost... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Nicholas Nethercote | Make some changes to Nulgrind -- it looks like Jeremy... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Nicholas Nethercote | Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir... |
commit | commitdiff | tree | snapshot |
| 2004-08-23 |
Nicholas Nethercote | Fix bug, courtesy of Paul Mackerras: when giving find_m... |
commit | commitdiff | tree | snapshot |
| 2004-08-22 |
Tom Hughes | More fixes for the cancellation wrappers in libpthread... |
commit | commitdiff | tree | snapshot |
| 2004-08-22 |
Julian Seward | Whitespace-only changes for the tree-builder. |
commit | commitdiff | tree | snapshot |
| 2004-08-22 |
Julian Seward | First pass at a tree-builder algorithm. |
commit | commitdiff | tree | snapshot |
| 2004-08-22 |
Julian Seward | Fill in some missing cases in the assembler. |
commit | commitdiff | tree | snapshot |
| 2004-08-21 |
Tom Hughes | Add support for a --time-stamp option that causes each... |
commit | commitdiff | tree | snapshot |
| 2004-08-20 |
Julian Seward | Add (unused) pattern for generating rotate insns, as... |
commit | commitdiff | tree | snapshot |
| 2004-08-20 |
Julian Seward | Handle NOT (Grp3(M) case 2) |
commit | commitdiff | tree | snapshot |
| 2004-08-20 |
Julian Seward | * constant fold Shr32 |
commit | commitdiff | tree | snapshot |
| 2004-08-20 |
Julian Seward | * iropt: constant-fold Sar32, and be more careful with... |
commit | commitdiff | tree | snapshot |
| 2004-08-20 |
Julian Seward | Redundant-Put removal. |
commit | commitdiff | tree | snapshot |
| 2004-08-20 |
Julian Seward | When doing debug stops (--stop-after), print bb orig... |
commit | commitdiff | tree | snapshot |
| 2004-08-20 |
Julian Seward | Header changes for Bit-typed constants. Really this... |
commit | commitdiff | tree | snapshot |
| 2004-08-19 |
Julian Seward | Allow constant folding to apply to IRStmt_Exit. |
commit | commitdiff | tree | snapshot |
| 2004-08-19 |
Julian Seward | More folding rules, and some debug printing fixes. |
commit | commitdiff | tree | snapshot |
| 2004-08-19 |
Julian Seward | iselExpr64: Handle 64-bit literals |
commit | commitdiff | tree | snapshot |
| 2004-08-19 |
Julian Seward | Fix reg-alloc bug exposed by more aggressive code gener... |
commit | commitdiff | tree | snapshot |
| 2004-08-19 |
Julian Seward | Increase size of spill area from 96 bytes to 400 bytes. |
commit | commitdiff | tree | snapshot |
| 2004-08-19 |
Julian Seward | Add redundant-GET elimination. |
commit | commitdiff | tree | snapshot |
| 2004-08-18 |
Nicholas Nethercote | Rename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear... |
commit | commitdiff | tree | snapshot |
| 2004-08-18 |
Nicholas Nethercote | Remove 3 identical and self-admittedly spurious assertions. |
commit | commitdiff | tree | snapshot |
| 2004-08-18 |
Julian Seward | Teach iropt to do dead code elimination. |
commit | commitdiff | tree | snapshot |
| 2004-08-18 |
Nicholas Nethercote | Cleaned up the syscall wrappers a bit: |
commit | commitdiff | tree | snapshot |
| 2004-08-18 |
Julian Seward | Constant and copy propagation, and start of constant... |
commit | commitdiff | tree | snapshot |
| 2004-08-18 |
Julian Seward | New header priv/ir/iropt.h |
commit | commitdiff | tree | snapshot |
| 2004-08-18 |
Tom Hughes | Minor rejigging of includes to help compilation on... |
commit | commitdiff | tree | snapshot |
| 2004-08-18 |
Julian Seward | Generate 'test' rather than 'and' for some 32-to-1... |
commit | commitdiff | tree | snapshot |
| 2004-08-17 |
Julian Seward | iropt: implement flattening (into SSA form). This... |
commit | commitdiff | tree | snapshot |
| 2004-08-17 |
Julian Seward | Connect no-op iropt to the driver logic. |
commit | commitdiff | tree | snapshot |
| 2004-08-17 |
Julian Seward | Make a start on the intermediate-representation optimiser. |
commit | commitdiff | tree | snapshot |
| 2004-08-17 |
Nicholas Nethercote | getgroups can't block |
commit | commitdiff | tree | snapshot |
| 2004-08-16 |
Julian Seward | Increase size of temp area to 100k to handle some reall... |
commit | commitdiff | tree | snapshot |
| 2004-08-16 |
Julian Seward | Fix stupid bug caused by introduction of new FP state. |
commit | commitdiff | tree | snapshot |
| next |