summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tcg/aarch64: implement ldst 12bit scaled uimm offsetClaudio Fontana2013-07-031-3/+29
* | tcg-arm: Implement tcg_register_jitRichard Henderson2013-07-091-9/+67
* | tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame sizeRichard Henderson2013-07-091-3/+3
* | tcg: Move the CIE and FDE header definitions to common codeRichard Henderson2013-07-094-76/+51
* | tcg: Fix high_pc fields in .debug_infoRichard Henderson2013-07-091-2/+2
* | tcg-arm: Use AT_PLATFORM to detect the host ISARichard Henderson2013-07-091-4/+16
* | tcg-arm: Simplify logic in detecting the ARM ISA in useRichard Henderson2013-07-091-39/+23
* | tcg-arm: Rename use_armv5_instructions to use_armvt5_instructionsRichard Henderson2013-07-091-6/+6
* | tcg-arm: Make use of conditional availability of opcodes for divideRichard Henderson2013-07-092-8/+22
* | tcg: Simplify logic using TCG_OPF_NOT_PRESENTRichard Henderson2013-07-093-15/+18
* | tcg: Allow non-constant control macrosRichard Henderson2013-07-091-1/+1
* | tcg-ppc64: Don't implement remRichard Henderson2013-07-092-28/+2
OpenPOWER on IntegriCloud