| Commit message (Expand) | Author | Age | Files | Lines |
* | translate-all: fix compiler warning and linked error | Alexey Kardashevskiy | 2013-04-22 | 1 | -0/+1 |
* | include: avoid useless includes of exec/ headers | Paolo Bonzini | 2013-04-15 | 1 | -3/+2 |
* | tcg: Fix occasional TCG broken problem when ldst optimization enabled | Yeongkyoon Lee | 2013-03-22 | 1 | -2/+2 |
* | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber | 2013-03-12 | 1 | -7/+5 |
* | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber | 2013-03-12 | 1 | -5/+5 |
* | translate-all.c: Remove cpu_unlink_tb() | Peter Maydell | 2013-03-03 | 1 | -69/+0 |
* | Handle CPU interrupts by inline checking of a flag | Peter Maydell | 2013-03-03 | 1 | -2/+2 |
* | cputlb: Pass CPUState to cpu_unlink_tb() | Andreas Färber | 2013-02-16 | 1 | -4/+5 |
* | cpu: Move current_tb field to CPUState | Andreas Färber | 2013-02-16 | 1 | -10/+19 |
* | TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx | Evgeny Voevodin | 2013-02-16 | 1 | -49/+47 |
* | TCG: Final globals clean-up | Evgeny Voevodin | 2013-02-16 | 1 | -48/+49 |
* | translate-all.c: Use tb1->phys_hash_next directly in tb_remove | 陳韋任 (Wei-Ren Chen) | 2012-12-22 | 1 | -7/+5 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | exec: move include files to include/exec/ | Paolo Bonzini | 2012-12-19 | 1 | -3/+3 |
* | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | exec: refactor cpu_restore_state | Blue Swirl | 2012-12-16 | 1 | -7/+20 |
* | exec: move TB handling to translate-all.c | Blue Swirl | 2012-12-16 | 1 | -0/+1719 |
* | TCG: Remove unused global gen_opc_ arrays. | Evgeny Voevodin | 2012-12-08 | 1 | -4/+0 |
* | TCG: Use gen_opc_instr_start from context instead of global variable. | Evgeny Voevodin | 2012-12-08 | 1 | -1/+2 |
* | TCG: Use gen_opc_icount from context instead of global variable. | Evgeny Voevodin | 2012-12-08 | 1 | -1/+1 |
* | TCG: Remove unused global variables | Evgeny Voevodin | 2012-11-17 | 1 | -3/+0 |
* | w64: Fix data type of tb_next and other variables used for host addresses | Stefan Weil | 2012-04-07 | 1 | -3/+3 |
* | Rename CPUState -> CPUArchState | Andreas Färber | 2012-03-14 | 1 | -2/+2 |
* | Delegate setup of TCG temporaries to targets | Blue Swirl | 2011-06-26 | 1 | -2/+0 |
* | Remove exec-all.h include directives | Blue Swirl | 2011-06-26 | 1 | -1/+0 |
* | Remove unused function parameter from cpu_restore_state | Stefan Weil | 2011-04-20 | 1 | -2/+1 |
* | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil | 2011-04-20 | 1 | -1/+1 |
* | tcg: get rid of copy_size in TCGOpDef | Aurelien Jarno | 2010-06-09 | 1 | -16/+0 |
* | remove TARGET_* defines from translate-all.c | Paolo Bonzini | 2010-04-08 | 1 | -8/+0 |
* | Shrink tb_jmp_offset to two entries, the other two are never used. | Filip Navara | 2010-04-08 | 1 | -4/+0 |
* | Compile qemu-timer only once | Blue Swirl | 2010-03-29 | 1 | -0/+1 |
* | Update to a hopefully more future proof FSF address | Blue Swirl | 2009-07-16 | 1 | -2/+1 |
* | global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) | aliguori | 2009-01-15 | 1 | -1/+1 |
* | global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost) | aliguori | 2009-01-15 | 1 | -1/+1 |
* | Convert references to logfile/loglevel to use qemu_log*() macros | aliguori | 2009-01-15 | 1 | -3/+3 |
* | Update FSF address in GPL/LGPL boilerplate | aurel32 | 2009-01-04 | 1 | -1/+1 |
* | Some cleanups after dyngen removal | aurel32 | 2008-12-07 | 1 | -2/+2 |
* | Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. | ths | 2008-07-18 | 1 | -5/+3 |
* | Add instruction counter. | pbrook | 2008-06-29 | 1 | -0/+9 |
* | TCG profiler clean up | bellard | 2008-05-23 | 1 | -25/+10 |
* | removed unused code | bellard | 2008-05-12 | 1 | -2/+0 |
* | Factorize code in translate.c | aurel32 | 2008-04-28 | 1 | -95/+1 |
* | Use a common constant for temp_buf size | blueswir1 | 2008-04-08 | 1 | -1/+1 |
* | TCG op size estimation fix. | pbrook | 2008-03-31 | 1 | -0/+1 |
* | * Add a model of the ETRAX interrupt controller. | edgar_igl | 2008-03-14 | 1 | -0/+2 |
* | Simplify TCG relocation bugfix. | pbrook | 2008-02-10 | 1 | -1/+1 |
* | Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME for | pbrook | 2008-02-10 | 1 | -2/+1 |
* | use the TCG code generator | bellard | 2008-02-01 | 1 | -109/+87 |
* | Fix code generation buffer overflow reported by TeLeMan | blueswir1 | 2007-12-11 | 1 | -2/+15 |
* | SH4 delay slot code update, by Magnus Damm. | ths | 2007-12-02 | 1 | -1/+4 |