summaryrefslogtreecommitdiffstats
path: root/translate-all.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* SH4 delay slot code update, by Magnus Damm.ths2007-12-021-1/+4
* Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer2007-11-161-1/+2
* removed warningbellard2007-11-111-1/+1
* removed obsolete x86 code copy supportbellard2007-11-081-29/+16
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-5/+5
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-13/+13
* Partial support for 34K multithreading, not functional yet.ths2007-09-061-1/+1
* Integrate Alpha target in Qemu core.j_mayer2007-04-051-0/+2
* ColdFire target.pbrook2006-10-221-0/+2
* correct MIPS state restoring (Daniel Jacobowitz)bellard2005-12-051-0/+4
* MIPS target (Jocelyn Mayer)bellard2005-07-021-0/+2
* sparc exception fix (we go up to the shell prompt)bellard2005-03-201-3/+18
OpenPOWER on IntegriCloud