summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* | tcg-ppc: Don't implement remRichard Henderson2013-07-092-15/+1
* | tcg-arm: Don't implement remRichard Henderson2013-07-092-16/+1
* | tcg: Split rem requirement from div requirementRichard Henderson2013-07-0912-12/+50
|/
* tcg-ppc64: rotr_i32 rotates wrong amountAnton Blanchard2013-06-171-1/+1
* tcg-ppc64: Fix add2_i64Anton Blanchard2013-06-171-7/+7
* tcg-ppc64: bswap64 rotates output 32 bitsAnton Blanchard2013-06-171-2/+0
* tcg-ppc64: Fix RLDCL opcodeAnton Blanchard2013-06-171-5/+6
* Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori2013-06-142-0/+1503
|\
OpenPOWER on IntegriCloud