aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)Author
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson
2013-09-02exec: Split softmmu_defs.hRichard Henderson
2013-09-02tcg: Use uintptr_t in TCGHelperInfoRichard Henderson
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson
2013-09-02tcg: Change memory offsets to intptr_tRichard Henderson
2013-09-02tcg: Change frame pointer offsets to intptr_tRichard Henderson
2013-09-02tcg: Define TCG_ptr properlyRichard Henderson
2013-09-02tcg: Define TCG_TYPE_PTR properlyRichard Henderson
2013-09-02tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson
2013-07-09tcg: Simplify logic using TCG_OPF_NOT_PRESENTRichard Henderson
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson
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-29tcg: Add TCGV_IS_UNUSED_*Richard Henderson
2012-12-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-12-08tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.Evgeny Voevodin
2012-12-07Fix comments (adress -> address, layed -> laid, wierd -> weird)Stefan Weil
2012-11-17TCG: Remove unused global variablesEvgeny Voevodin
2012-11-17tcg/tcg.h: Duplicate global TCG variables in TCGContextEvgeny Voevodin
2012-11-03tcg: Optimize qemu_ld/st by generating slow paths at the end of a blockYeongkyoon Lee
2012-10-28tcg: remove compatiblity call flagsAurelien Jarno
2012-10-28tcg: rework TCG helper flagsAurelien Jarno
2012-10-28tcg: synchronize globals for ops with side effectsAurelien Jarno
2012-10-28tcg: sync output arguments on liveness requestAurelien Jarno
2012-10-20exec: Allocate code_gen_prologue from code_gen_bufferRichard Henderson
2012-10-07tcg: Remove redundant pointer from TCGContextStefan Weil
2012-10-06tcg: Add tcg_high_condRichard Henderson
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson
2012-10-06tcg: Add is_unsigned_condRichard Henderson
2012-09-26tcg: Sanity check goto_tb inputRichard Henderson
2012-09-26tcg: Add tcg_debug_assertRichard Henderson
2012-09-21tcg: Fix !USE_DIRECT_JUMPRichard Henderson
2012-09-21tcg: Introduce movcondRichard Henderson
2012-09-19revert "TCG: fix copy propagation"Aurelien Jarno
2012-09-11tcg: improve profilerAurelien Jarno
2012-06-21qemu-log: cleanupBlue Swirl
2012-03-24tcg: Use the GDB JIT debugging interface.Richard Henderson
2012-03-18i386: Remove REGPARMBlue Swirl
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil
2012-03-17Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov
2012-03-03tcg: Rearrange definitions and include statementsStefan Weil
2011-12-14tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell
2011-12-02fix spelling in tcg sub directoryDong Xu Wang