summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
...
* | tcg-ppc64: Avoid code for nop moveRichard Henderson2013-09-251-1/+3
* | tcg-ppc64: Use tcg_out64Richard Henderson2013-09-251-5/+1
* | tcg-ppc64: Use TCG_REG_Rn constantsRichard Henderson2013-09-251-48/+48
* | tcg-ppc64: More use of TAI and SAI helper macrosRichard Henderson2013-09-251-25/+16
* | tcg-ppc64: Reformat tcg-target.cRichard Henderson2013-09-251-239/+239
* | tcg-ppc: Fix and cleanup tcg_out_tlb_checkRichard Henderson2013-09-251-175/+127
* | tcg-ppc: Use conditional branch and link to slow pathRichard Henderson2013-09-251-5/+10
* | tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_pathRichard Henderson2013-09-251-89/+58
* | tcg-ppc: Avoid code for nop moveRichard Henderson2013-09-251-1/+3
* | tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini2013-09-251-21/+20
* | tcg-ppc: fix qemu_ld/qemu_st for AIX ABIPaolo Bonzini2013-09-251-8/+9
|/
* tcg-sparc: Fix parenthesis warningRichard Henderson2013-09-201-1/+1
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-09-031-7/+0
|\
| * tci: Remove function tcg_out64 (fix broken build)Stefan Weil2013-09-011-7/+0
* | Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno2013-09-0327-287/+450
|\ \
| * | tcg-i386: Make use of zero-extended memory helper routinesRichard Henderson2013-09-021-9/+6
| * | tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson2013-09-022-9/+18
| * | exec: Split softmmu_defs.hRichard Henderson2013-09-0211-25/+43
| * | tcg-i386: Don't perform GETPC adjustment in TCG codeRichard Henderson2013-09-021-19/+14
| * | tcg-i386: Adjust tcg_out_tlb_load for x32Richard Henderson2013-09-021-14/+27
| * | tcg-i386: Use intptr_t appropriatelyRichard Henderson2013-09-021-22/+19
| * | 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-0212-28/+28
| * | tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
| * | tcg: Use uintptr_t in TCGHelperInfoRichard Henderson2013-09-022-4/+4
| * | tcg: Change relocation offsets to intptr_tRichard Henderson2013-09-0213-39/+40
| * | tcg: Change memory offsets to intptr_tRichard Henderson2013-09-022-16/+8
| * | tcg: Change frame pointer offsets to intptr_tRichard Henderson2013-09-022-8/+6
| * | tcg: Define TCG_ptr properlyRichard Henderson2013-09-021-3/+3
| * | tcg: Define TCG_TYPE_PTR properlyRichard Henderson2013-09-021-3/+6
| * | tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson2013-09-026-16/+37
| * | tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson2013-09-023-4/+3
| * | tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson2013-09-0210-31/+17
| * | tcg: Constant fold div, remRichard Henderson2013-09-021-0/+23
| * | tcg-ppc64: Implement muluh, mulshRichard Henderson2013-09-022-29/+11
| * | tcg-mips: Implement mulsh, muluhRichard Henderson2013-09-022-2/+12
| * | tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-0216-11/+128
| |/
* | tcg/mips: only enable ext8s/ext16s ops on MIPS32R2Aurelien Jarno2013-09-032-4/+4
* | tcg/mips: inline bswap16/bswap32 opsAurelien Jarno2013-09-031-4/+3
* | tcg/mips: detect available host instructions at runtimeAurelien Jarno2013-09-032-92/+171
|/
* tcg-i386: Use new return-argument ld/st helpersRichard Henderson2013-08-261-56/+47
* tcg-i386: Tidy qemu_ld/st slow pathRichard Henderson2013-08-261-91/+74
* tcg-i386: Try pc-relative lea for constant formationRichard Henderson2013-08-261-5/+20
* tcg-i386: Add and use tcg_out64Richard Henderson2013-08-262-2/+8
* tcg: Tidy generated code for tcg_outNRichard Henderson2013-08-261-4/+6
* tcg/mips: fix invalid op definition errorsJames Hogan2013-08-081-0/+10
* tci: Fix broken build (compiler warning caused by redefined macro BIT)Stefan Weil2013-07-301-3/+0
* Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-nextRichard Henderson2013-07-151-53/+203
|\
| * tcg/aarch64: Implement tlb lookup fast pathJani Kokkonen2013-07-151-50/+174
OpenPOWER on IntegriCloud