summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_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: Define TCG_ptr properlyRichard Henderson
2013-09-02tcg: Define TCG_TYPE_PTR properlyRichard Henderson
2013-09-02tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson
2013-09-02tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson
2013-09-02tcg: Constant fold div, remRichard Henderson
2013-09-02tcg-ppc64: Implement muluh, mulshRichard Henderson
2013-09-02tcg-mips: Implement mulsh, muluhRichard Henderson
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson
2013-08-26tcg-i386: Tidy qemu_ld/st slow pathRichard Henderson
2013-08-26tcg-i386: Try pc-relative lea for constant formationRichard Henderson
2013-08-26tcg-i386: Add and use tcg_out64Richard Henderson
2013-08-26tcg: Tidy generated code for tcg_outNRichard Henderson
2013-08-08tcg/mips: fix invalid op definition errorsJames Hogan
2013-07-30tci: Fix broken build (compiler warning caused by redefined macro BIT)Stefan Weil
2013-07-15Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-nextRichard Henderson
2013-07-15tcg/aarch64: Implement tlb lookup fast pathJani Kokkonen
2013-07-09tcg-arm: Implement tcg_register_jitRichard Henderson
2013-07-09tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame sizeRichard 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-arm: Use AT_PLATFORM to detect the host ISARichard Henderson
2013-07-09tcg-arm: Simplify logic in detecting the ARM ISA in useRichard Henderson
2013-07-09tcg-arm: Rename use_armv5_instructions to use_armvt5_instructionsRichard Henderson
2013-07-09tcg-arm: Make use of conditional availability of opcodes for divideRichard Henderson
2013-07-09tcg: Simplify logic using TCG_OPF_NOT_PRESENTRichard Henderson
2013-07-09tcg: Allow non-constant control macrosRichard Henderson
2013-07-09tcg-ppc64: Don't implement remRichard Henderson
2013-07-09tcg-ppc: Don't implement remRichard Henderson
2013-07-09tcg-arm: Don't implement remRichard Henderson
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson
2013-07-03tcg/aarch64: implement ldst 12bit scaled uimm offsetClaudio Fontana
2013-06-17tcg-ppc64: rotr_i32 rotates wrong amountAnton Blanchard
2013-06-17tcg-ppc64: Fix add2_i64Anton Blanchard
2013-06-17tcg-ppc64: bswap64 rotates output 32 bitsAnton Blanchard
2013-06-17tcg-ppc64: Fix RLDCL opcodeAnton Blanchard
2013-06-14Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori
2013-06-12tcg/aarch64: implement user mode qemu ld/stJani Kokkonen
2013-06-12tcg/aarch64: implement sign/zero extend operationsClaudio Fontana
2013-06-12tcg/aarch64: implement byte swap operationsClaudio Fontana
2013-06-12tcg/aarch64: implement AND/TEST immediate patternClaudio Fontana
2013-06-12tcg/aarch64: improve arith shifted regs operationsClaudio Fontana
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana
2013-06-05tcg: Remove redundant tcg_target_init checksRichard Henderson