aboutsummaryrefslogtreecommitdiff
path: root/tcg/tci/tcg-target.c
AgeCommit message (Expand)Author
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell
2016-01-29tcg: Clean up includesPeter Maydell
2015-09-16tcg: split tcg_op_defs to -commonPeter Crosthwaite
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno
2015-07-13tci: Fix regression with INDEX_op_qemu_st_i32, INDEX_op_qemu_st_i64Stefan Weil
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson
2015-03-13tcg: Change generator-side labels to a pointerRichard Henderson
2014-06-04tci: Convert to new ldst opcodesRichard Henderson
2014-05-22tci: Fix tcg_out_callRichard Henderson
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson
2014-05-12tci: Create tcg_out_callRichard Henderson
2014-05-12tci: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-04-18tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson
2013-10-10tcg: Add tcg-be-null.hRichard Henderson
2013-09-25tci: Add implementation of rotl_i64, rotr_i64Stefan Weil
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson
2013-09-01tci: Remove function tcg_out64 (fix broken build)Stefan Weil
2013-07-30tci: Fix broken build (compiler warning caused by redefined macro BIT)Stefan Weil
2013-04-11tci: Make tcg temporaries local to tcg_qemu_tb_execRichard Henderson
2013-04-11tci: Delete unused tb_ret_addrRichard Henderson
2013-04-11tci: Use 32-bit signed offsets to loads/storesRichard Henderson
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2012-11-18tci: Support deposit operationsStefan Weil
2012-10-06tcg: remove obsolete jmp opAurelien Jarno
2012-09-27tci: Fix for AREG0 free modeStefan Weil
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-06-24tci: don't write zero for reloc in tci_out_labelScott Wood
2012-06-21qemu-log: cleanupBlue Swirl
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2011-11-28tci: Make flush_icache_range() inlineStefan Weil
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson
2011-10-31tcg: Add bytecode generator for tcg interpreterStefan Weil