summaryrefslogtreecommitdiffstats
path: root/translate-all.c
Commit message (Expand)AuthorAgeFilesLines
* PPC: Fix compile with profiling enabledAlexander Graf2013-04-261-0/+1
* translate-all: fix compiler warning and linked errorAlexey Kardashevskiy2013-04-221-0/+1
* include: avoid useless includes of exec/ headersPaolo Bonzini2013-04-151-3/+2
* tcg: Fix occasional TCG broken problem when ldst optimization enabledYeongkyoon Lee2013-03-221-2/+2
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-7/+5
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-5/+5
* translate-all.c: Remove cpu_unlink_tb()Peter Maydell2013-03-031-69/+0
* Handle CPU interrupts by inline checking of a flagPeter Maydell2013-03-031-2/+2
* cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber2013-02-161-4/+5
* cpu: Move current_tb field to CPUStateAndreas Färber2013-02-161-10/+19
* TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin2013-02-161-49/+47
* TCG: Final globals clean-upEvgeny Voevodin2013-02-161-48/+49
* translate-all.c: Use tb1->phys_hash_next directly in tb_remove陳韋任 (Wei-Ren Chen)2012-12-221-7/+5
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-3/+3
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+20
* exec: move TB handling to translate-all.cBlue Swirl2012-12-161-0/+1719
* TCG: Remove unused global gen_opc_ arrays.Evgeny Voevodin2012-12-081-4/+0
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-1/+2
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Remove unused global variablesEvgeny Voevodin2012-11-171-3/+0
* w64: Fix data type of tb_next and other variables used for host addressesStefan Weil2012-04-071-3/+3
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-2/+2
* Delegate setup of TCG temporaries to targetsBlue Swirl2011-06-261-2/+0
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-2/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-1/+1
* tcg: get rid of copy_size in TCGOpDefAurelien Jarno2010-06-091-16/+0
* remove TARGET_* defines from translate-all.cPaolo Bonzini2010-04-081-8/+0
* Shrink tb_jmp_offset to two entries, the other two are never used.Filip Navara2010-04-081-4/+0
* Compile qemu-timer only onceBlue Swirl2010-03-291-0/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-3/+3
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Some cleanups after dyngen removalaurel322008-12-071-2/+2
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-5/+3
* Add instruction counter.pbrook2008-06-291-0/+9
* TCG profiler clean upbellard2008-05-231-25/+10
* removed unused codebellard2008-05-121-2/+0
* Factorize code in translate.caurel322008-04-281-95/+1
* Use a common constant for temp_buf sizeblueswir12008-04-081-1/+1
* TCG op size estimation fix.pbrook2008-03-311-0/+1
* * Add a model of the ETRAX interrupt controller.edgar_igl2008-03-141-0/+2
* Simplify TCG relocation bugfix.pbrook2008-02-101-1/+1
* Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME forpbrook2008-02-101-2/+1
* use the TCG code generatorbellard2008-02-011-109/+87
* Fix code generation buffer overflow reported by TeLeManblueswir12007-12-111-2/+15
OpenPOWER on IntegriCloud