summaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
Commit message (Expand)AuthorAgeFilesLines
...
* tcg: Put target helper data into an array.Richard Henderson2013-10-101-3/+14
* tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-1/+7
* tcg: Use a GHashTable for tcg_find_helperRichard Henderson2013-10-101-56/+18
* tcg: Fix jit debug for x32Richard Henderson2013-09-021-5/+5
* tcg: Use appropriate types in tcg_reg_alloc_callRichard Henderson2013-09-021-1/+3
* tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson2013-09-021-2/+2
* tcg: Use uintptr_t in TCGHelperInfoRichard Henderson2013-09-021-3/+3
* tcg: Change relocation offsets to intptr_tRichard Henderson2013-09-021-4/+5
* tcg: Change memory offsets to intptr_tRichard Henderson2013-09-021-11/+5
* tcg: Change frame pointer offsets to intptr_tRichard Henderson2013-09-021-3/+2
* tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson2013-09-021-4/+2
* tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-021-6/+30
* tcg-i386: Add and use tcg_out64Richard Henderson2013-08-261-0/+7
* tcg: Tidy generated code for tcg_outNRichard Henderson2013-08-261-4/+6
* tcg: Move the CIE and FDE header definitions to common codeRichard Henderson2013-07-091-0/+18
* tcg: Fix high_pc fields in .debug_infoRichard Henderson2013-07-091-2/+2
* tcg: Simplify logic using TCG_OPF_NOT_PRESENTRichard Henderson2013-07-091-3/+1
* tcg: Log the contents of the prologue with -d out_asmRichard Henderson2013-04-271-0/+10
* tcg: Apply life analysis to 64-bit multiword arithmetic opsRichard Henderson2013-02-231-8/+20
* TCG: Final globals clean-upEvgeny Voevodin2013-02-161-1/+1
* tcg: Remove unneeded assertionStefan Weil2013-01-021-1/+0
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3
* tcg: mark local temps as MEM in dead_temp()Aurelien Jarno2012-11-241-1/+1
* TCG: Remove unused global variablesEvgeny Voevodin2012-11-171-4/+0
* TCG: Use gen_opparam_buf from context instead of global variable.Evgeny Voevodin2012-11-171-5/+6
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-15/+15
* TCG: Use gen_opparam_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-18/+18
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-8/+8
* tcg: properly check that op's output needs to be synced to memoryKirill Batuzov2012-11-111-4/+4
* tcg: Optimize qemu_ld/st by generating slow paths at the end of a blockYeongkyoon Lee2012-11-031-0/+12
* tcg: don't remove op if output needs to be synced to memoryAurelien Jarno2012-10-311-4/+4
* tcg: rework TCG helper flagsAurelien Jarno2012-10-281-8/+16
* tcg: synchronize globals for ops with side effectsAurelien Jarno2012-10-281-9/+24
* tcg: don't explicitly save globals and tempsAurelien Jarno2012-10-281-0/+12
* tcg: start with local temps in TEMP_VAL_MEM stateAurelien Jarno2012-10-281-1/+5
* tcg: always mark dead input arguments as deadAurelien Jarno2012-10-281-7/+7
* tcg: rewrite tcg_reg_alloc_mov()Aurelien Jarno2012-10-281-45/+61
* tcg: improve tcg_reg_alloc_movi()Aurelien Jarno2012-10-281-0/+3
* tcg: rework liveness analysisAurelien Jarno2012-10-281-27/+37
* tcg: sync output arguments on liveness requestAurelien Jarno2012-10-281-36/+61
* tcg: add temp_sync()Aurelien Jarno2012-10-281-15/+19
* tcg: add tcg_reg_sync()Aurelien Jarno2012-10-281-9/+20
* tcg: add temp_dead()Aurelien Jarno2012-10-281-36/+31
* Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno2012-10-191-4/+0
|\
| * tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell2012-10-121-4/+0
* | tcg: Optimize mulu2Richard Henderson2012-10-171-0/+19
* | tcg: Optimize half-dead add2/sub2Richard Henderson2012-10-171-1/+33
|/
* tcg: Remove redundant pointer from TCGContextStefan Weil2012-10-071-1/+0
* tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson2012-10-061-0/+2
* tcg: Sanity check goto_tb inputRichard Henderson2012-09-261-0/+4
OpenPOWER on IntegriCloud