aboutsummaryrefslogtreecommitdiff
path: root/translate-all.c
AgeCommit message (Expand)Author
2013-02-16cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin
2013-02-16TCG: Final globals clean-upEvgeny Voevodin
2012-12-22translate-all.c: Use tb1->phys_hash_next directly in tb_remove陳韋任 (Wei-Ren Chen)
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-12-16exec: move TB handling to translate-all.cBlue Swirl
2012-12-08TCG: Remove unused global gen_opc_ arrays.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Remove unused global variablesEvgeny Voevodin
2012-04-07w64: Fix data type of tb_next and other variables used for host addressesStefan Weil
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini
2010-04-08Shrink tb_jmp_offset to two entries, the other two are never used.Filip Navara
2010-03-29Compile qemu-timer only onceBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-07Some cleanups after dyngen removalaurel32
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths
2008-06-29Add instruction counter.pbrook
2008-05-23TCG profiler clean upbellard
2008-05-12removed unused codebellard
2008-04-28Factorize code in translate.caurel32
2008-04-08Use a common constant for temp_buf sizeblueswir1
2008-03-31TCG op size estimation fix.pbrook
2008-03-14* Add a model of the ETRAX interrupt controller.edgar_igl
2008-02-10Simplify TCG relocation bugfix.pbrook
2008-02-10Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME forpbrook
2008-02-01use the TCG code generatorbellard
2007-12-11 Fix code generation buffer overflow reported by TeLeManblueswir1
2007-12-02SH4 delay slot code update, by Magnus Damm.ths
2007-11-16Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer
2007-11-11removed warningbellard
2007-11-08removed obsolete x86 code copy supportbellard
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-06Partial support for 34K multithreading, not functional yet.ths
2007-04-05Integrate Alpha target in Qemu core.j_mayer