Age | Commit message (Expand) | Author | Files | Lines |
2012-04-07 | w64: Fix data type of tb_next and other variables used for host addresses | Stefan Weil | 1 | -3/+3 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -2/+2 |
2011-06-26 | Delegate setup of TCG temporaries to targets | Blue Swirl | 1 | -2/+0 |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl | 1 | -1/+0 |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil | 1 | -2/+1 |
2011-04-20 | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil | 1 | -1/+1 |
2010-06-09 | tcg: get rid of copy_size in TCGOpDef | Aurelien Jarno | 1 | -16/+0 |
2010-04-08 | remove TARGET_* defines from translate-all.c | Paolo Bonzini | 1 | -8/+0 |
2010-04-08 | Shrink tb_jmp_offset to two entries, the other two are never used. | Filip Navara | 1 | -4/+0 |
2010-03-29 | Compile qemu-timer only once | Blue Swirl | 1 | -0/+1 |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl | 1 | -2/+1 |
2009-01-15 | global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) | aliguori | 1 | -1/+1 |
2009-01-15 | global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost) | aliguori | 1 | -1/+1 |
2009-01-15 | Convert references to logfile/loglevel to use qemu_log*() macros | aliguori | 1 | -3/+3 |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 | 1 | -1/+1 |
2008-12-07 | Some cleanups after dyngen removal | aurel32 | 1 | -2/+2 |
2008-07-18 | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths | 1 | -5/+3 |
2008-06-29 | Add instruction counter. | pbrook | 1 | -0/+9 |
2008-05-23 | TCG profiler clean up | bellard | 1 | -25/+10 |
2008-05-12 | removed unused code | bellard | 1 | -2/+0 |
2008-04-28 | Factorize code in translate.c | aurel32 | 1 | -95/+1 |
2008-04-08 | Use a common constant for temp_buf size | blueswir1 | 1 | -1/+1 |
2008-03-31 | TCG op size estimation fix. | pbrook | 1 | -0/+1 |
2008-03-14 | * Add a model of the ETRAX interrupt controller. | edgar_igl | 1 | -0/+2 |
2008-02-10 | Simplify TCG relocation bugfix. | pbrook | 1 | -1/+1 |
2008-02-10 | Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME for | pbrook | 1 | -2/+1 |
2008-02-01 | use the TCG code generator | bellard | 1 | -109/+87 |
2007-12-11 | Fix code generation buffer overflow reported by TeLeMan | blueswir1 | 1 | -2/+15 |
2007-12-02 | SH4 delay slot code update, by Magnus Damm. | ths | 1 | -1/+4 |
2007-11-16 | Always make PowerPC hypervisor mode memory accesses and instructions | j_mayer | 1 | -1/+2 |
2007-11-11 | removed warning | bellard | 1 | -1/+1 |
2007-11-08 | removed obsolete x86 code copy support | bellard | 1 | -29/+16 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -5/+5 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -13/+13 |
2007-09-06 | Partial support for 34K multithreading, not functional yet. | ths | 1 | -1/+1 |
2007-04-05 | Integrate Alpha target in Qemu core. | j_mayer | 1 | -0/+2 |
2006-10-22 | ColdFire target. | pbrook | 1 | -0/+2 |
2005-12-05 | correct MIPS state restoring (Daniel Jacobowitz) | bellard | 1 | -0/+4 |
2005-07-02 | MIPS target (Jocelyn Mayer) | bellard | 1 | -0/+2 |
2005-03-20 | sparc exception fix (we go up to the shell prompt) | bellard | 1 | -3/+18 |
2005-03-13 | avoid redefinition problems | bellard | 1 | -3/+4 |
2005-01-03 | labels support in dyngen | bellard | 1 | -13/+48 |
2004-09-30 | full system SPARC emulation (Blue Swirl) | bellard | 1 | -0/+3 |
2004-04-26 | amd64 port (Jocelyn Mayer) | bellard | 1 | -1/+1 |
2004-04-12 | PowerPC system emulation fixes (Jocelyn Mayer) | bellard | 1 | -0/+3 |
2004-03-21 | do not depend on thunk.h - more log items | bellard | 1 | -2/+2 |
2004-02-16 | experimental code copy support | bellard | 1 | -16/+33 |
2004-01-18 | PowerPC merge (Jocelyn Mayer) | bellard | 1 | -2/+1 |
2004-01-04 | infer access type | bellard | 1 | -2/+36 |
2003-11-23 | fixed PPC state reloading | bellard | 1 | -3/+3 |