Age | Commit message (Expand) | Author | Files | Lines |
2014-04-16 | tcg-aarch64: Implement TCG_TARGET_HAS_new_ldst | Richard Henderson | 2 | -60/+31 |
2014-04-16 | tcg-aarch64: Pass qemu_ld/st arguments directly | Richard Henderson | 1 | -32/+17 |
2014-04-16 | tcg-aarch64: Use TCGMemOp in qemu_ld/st | Richard Henderson | 1 | -68/+63 |
2014-04-16 | tcg-aarch64: Use ADR to pass the return address to the ld/st helpers | Richard Henderson | 1 | -2/+9 |
2014-04-16 | tcg-aarch64: Use tcg_out_call for qemu_ld/st | Richard Henderson | 1 | -4/+2 |
2014-04-16 | tcg-aarch64: Avoid add with zero in tlb load | Richard Henderson | 1 | -9/+19 |
2014-04-16 | tcg-aarch64: Implement tcg_register_jit | Richard Henderson | 1 | -15/+69 |
2014-04-16 | tcg-aarch64: Introduce tcg_out_insn_3314 | Richard Henderson | 1 | -67/+33 |
2014-04-16 | tcg-aarch64: Reuse LR in translated code | Richard Henderson | 2 | -33/+33 |
2014-04-16 | tcg-aarch64: Use CBZ and CBNZ | Richard Henderson | 1 | -2/+24 |
2014-04-16 | tcg-aarch64: Create tcg_out_brcond | Richard Henderson | 1 | -20/+14 |
2014-04-16 | tcg-aarch64: Use symbolic names for branches | Richard Henderson | 1 | -31/+43 |
2014-04-16 | tcg-aarch64: Use adrp in tcg_out_movi | Richard Henderson | 1 | -0/+23 |
2014-04-16 | tcg-aarch64: Special case small constants in tcg_out_movi | Richard Henderson | 1 | -0/+10 |
2014-04-16 | tcg-aarch64: Use ORRI in tcg_out_movi | Richard Henderson | 1 | -31/+39 |
2014-04-16 | tcg-aarch64: Use MOVN in tcg_out_movi | Richard Henderson | 1 | -13/+50 |
2014-04-16 | tcg-aarch64: Use TCGType and TCGMemOp constants | Richard Henderson | 1 | -35/+38 |
2014-04-16 | tcg-aarch64: Use intptr_t apropriately | Richard Henderson | 1 | -5/+5 |
2014-03-14 | tcg-aarch64: Introduce tcg_out_insn_3405 | Richard Henderson | 1 | -21/+27 |
2014-03-14 | tcg-aarch64: Support div, rem | Richard Henderson | 2 | -13/+45 |
2014-03-14 | tcg-aarch64: Support muluh, mulsh | Richard Henderson | 2 | -2/+14 |
2014-03-14 | tcg-aarch64: Support add2, sub2 | Richard Henderson | 2 | -4/+80 |
2014-03-14 | tcg-aarch64: Support deposit | Richard Henderson | 2 | -21/+49 |
2014-03-14 | tcg-aarch64: Use tcg_out_insn for setcond | Richard Henderson | 1 | -9/+3 |
2014-03-14 | tcg-aarch64: Support movcond | Richard Henderson | 2 | -2/+36 |
2014-03-14 | tcg-aarch64: Support andc, orc, eqv, not, neg | Richard Henderson | 2 | -10/+67 |
2014-03-14 | tcg-aarch64: Handle constant operands to and, or, xor | Richard Henderson | 1 | -49/+107 |
2014-03-14 | tcg-aarch64: Handle constant operands to add, sub, and compare | Richard Henderson | 1 | -22/+78 |
2014-03-14 | tcg-aarch64: Implement mov with tcg_out_insn | Richard Henderson | 1 | -15/+9 |
2014-03-14 | tcg-aarch64: Introduce tcg_out_insn_3401 | Richard Henderson | 1 | -46/+26 |
2014-03-14 | tcg-aarch64: Convert shift insns to tcg_out_insn | Richard Henderson | 1 | -31/+21 |
2014-03-14 | tcg-aarch64: Introduce tcg_out_insn | Richard Henderson | 1 | -36/+58 |
2014-03-08 | tcg-aarch64: Remove nop from qemu_st slow path | Richard Henderson | 1 | -7/+0 |
2014-03-08 | tcg-aarch64: Simplify tcg_out_ldst_9 encoding | Richard Henderson | 1 | -12/+2 |
2014-03-08 | tcg-aarch64: Use intptr_t apropriately | Richard Henderson | 1 | -28/+21 |
2014-03-08 | tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp | Richard Henderson | 1 | -6/+5 |
2014-03-08 | tcg-aarch64: Hoist common argument loads in tcg_out_op | Richard Henderson | 1 | -45/+50 |
2014-03-08 | tcg-aarch64: Don't handle mov/movi in tcg_out_op | Richard Henderson | 1 | -13/+7 |
2014-03-08 | tcg-aarch64: Set ext based on TCG_OPF_64BIT | Richard Henderson | 1 | -21/+7 |
2014-03-08 | tcg-aarch64: Change all ext variables to TCGType | Richard Henderson | 1 | -27/+37 |
2014-03-08 | tcg-aarch64: Remove redundant CPU_TLB_ENTRY_BITS check | Richard Henderson | 1 | -6/+0 |
2013-10-10 | tcg: Add qemu_ld_st_i32/64 | Richard Henderson | 1 | -0/+2 |
2013-10-10 | tcg: Add tcg-be-ldst.h | Richard Henderson | 1 | -21/+2 |
2013-10-10 | tcg-aarch64: Update to helper_ret_*_mmu routines | Richard Henderson | 1 | -12/+16 |
2013-09-02 | exec: Split softmmu_defs.h | Richard Henderson | 1 | -2/+0 |
2013-09-02 | tcg: Change tcg_out_ld/st offset to intptr_t | Richard Henderson | 1 | -2/+2 |
2013-09-02 | tcg: Change relocation offsets to intptr_t | Richard Henderson | 1 | -1/+1 |
2013-09-02 | tcg: Change flush_icache_range arguments to uintptr_t | Richard Henderson | 1 | -2/+1 |
2013-09-02 | tcg: Add muluh and mulsh opcodes | Richard Henderson | 1 | -0/+4 |
2013-07-15 | Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next | Richard Henderson | 1 | -53/+203 |