Age | Commit message (Expand) | Author | Files | Lines |
2014-04-16 | tcg-aarch64: Use tcg_out_mov in preference to tcg_out_movr | Richard Henderson | 1 | -9/+7 |
2014-04-16 | tcg-aarch64: Prefer unsigned offsets before signed offsets for ldst | Richard Henderson | 1 | -5/+6 |
2014-04-16 | tcg-aarch64: Introduce tcg_out_insn_3312, _3310, _3313 | Richard Henderson | 1 | -87/+89 |
2014-04-16 | tcg-aarch64: Merge aarch64_ldst_get_data/type into tcg_out_op | Richard Henderson | 1 | -83/+32 |
2014-04-16 | tcg-aarch64: Introduce tcg_out_insn_3507 | Richard Henderson | 1 | -24/+33 |
2014-04-16 | tcg-aarch64: Support stores of zero | Richard Henderson | 1 | -16/+19 |
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-27 | tcg-arm: Avoid ldrd/strd for user-only emulation | Richard Henderson | 1 | -4/+17 |
2014-03-17 | tcg-sparc: Convert to new ldst opcodes | Richard Henderson | 2 | -100/+53 |
2014-03-17 | tcg-sparc: Convert to new ldst helpers | Richard Henderson | 1 | -59/+131 |
2014-03-17 | tcg-sparc: Tidy tcg_out_tlb_load interface | Richard Henderson | 1 | -40/+30 |
2014-03-17 | tcg-sparc: Use TCGMemOp within qemu_ldst routines | Richard Henderson | 1 | -51/+65 |
2014-03-17 | tcg-sparc: Improve tcg_out_movi | Richard Henderson | 1 | -21/+31 |
2014-03-17 | tcg-sparc: Dont handle constant arguments to ext32 ops | Richard Henderson | 1 | -12/+4 |
2014-03-17 | tcg-sparc: Don't handle remainder | Richard Henderson | 2 | -23/+2 |
2014-03-17 | tcg-sparc: Use intptr_t as appropriate | Richard Henderson | 1 | -11/+9 |
2014-03-17 | tcg-sparc: Tidy call+jump patterns | Richard Henderson | 1 | -19/+19 |
2014-03-17 | tcg-sparc: Fix tlb read | Richard Henderson | 1 | -21/+15 |
2014-03-17 | tcg-sparc: Fix ld64 for 32-bit mode | Richard Henderson | 1 | -0/+1 |
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 |