aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson
2013-10-10tcg: Add tcg-be-ldst.hRichard Henderson
2013-10-10tcg: Merge tcg_register_helper into tcg_context_initRichard Henderson
2013-10-10tcg: Add tcg-runtime.c helpers to all_helpersRichard Henderson
2013-10-10tcg: Put target helper data into an array.Richard Henderson
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-10-10tcg: Use a GHashTable for tcg_find_helperRichard Henderson
2013-09-02tcg: Fix jit debug for x32Richard Henderson
2013-09-02tcg: Use appropriate types in tcg_reg_alloc_callRichard Henderson
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard 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: Change flush_icache_range arguments to uintptr_tRichard Henderson
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson
2013-08-26tcg-i386: Add and use tcg_out64Richard Henderson
2013-08-26tcg: Tidy generated code for tcg_outNRichard Henderson
2013-07-09tcg: Move the CIE and FDE header definitions to common codeRichard Henderson
2013-07-09tcg: Fix high_pc fields in .debug_infoRichard Henderson
2013-07-09tcg: Simplify logic using TCG_OPF_NOT_PRESENTRichard Henderson
2013-04-27tcg: Log the contents of the prologue with -d out_asmRichard Henderson
2013-02-23tcg: Apply life analysis to 64-bit multiword arithmetic opsRichard Henderson
2013-02-16TCG: Final globals clean-upEvgeny Voevodin
2013-01-02tcg: Remove unneeded assertionStefan Weil
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-11-24tcg: mark local temps as MEM in dead_temp()Aurelien Jarno
2012-11-17TCG: Remove unused global variablesEvgeny Voevodin
2012-11-17TCG: Use gen_opparam_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opparam_ptr from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-11tcg: properly check that op's output needs to be synced to memoryKirill Batuzov
2012-11-03tcg: Optimize qemu_ld/st by generating slow paths at the end of a blockYeongkyoon Lee
2012-10-31tcg: don't remove op if output needs to be synced to memoryAurelien Jarno
2012-10-28tcg: rework TCG helper flagsAurelien Jarno
2012-10-28tcg: synchronize globals for ops with side effectsAurelien Jarno
2012-10-28tcg: don't explicitly save globals and tempsAurelien Jarno
2012-10-28tcg: start with local temps in TEMP_VAL_MEM stateAurelien Jarno
2012-10-28tcg: always mark dead input arguments as deadAurelien Jarno
2012-10-28tcg: rewrite tcg_reg_alloc_mov()Aurelien Jarno
2012-10-28tcg: improve tcg_reg_alloc_movi()Aurelien Jarno
2012-10-28tcg: rework liveness analysisAurelien Jarno
2012-10-28tcg: sync output arguments on liveness requestAurelien Jarno
2012-10-28tcg: add temp_sync()Aurelien Jarno
2012-10-28tcg: add tcg_reg_sync()Aurelien Jarno
2012-10-28tcg: add temp_dead()Aurelien Jarno
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno
2012-10-17tcg: Optimize mulu2Richard Henderson
2012-10-17tcg: Optimize half-dead add2/sub2Richard Henderson