Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-07-15 | tcg/aarch64: Implement tlb lookup fast path | Jani Kokkonen | 1 | -50/+174 |
2013-07-09 | tcg: Split rem requirement from div requirement | Richard Henderson | 1 | -0/+2 |
2013-07-03 | tcg/aarch64: implement ldst 12bit scaled uimm offset | Claudio Fontana | 1 | -3/+29 |
2013-06-12 | tcg/aarch64: implement user mode qemu ld/st | Jani Kokkonen | 1 | -5/+116 |
2013-06-12 | tcg/aarch64: implement sign/zero extend operations | Claudio Fontana | 2 | -12/+66 |
2013-06-12 | tcg/aarch64: implement byte swap operations | Claudio Fontana | 2 | -5/+37 |
2013-06-12 | tcg/aarch64: implement AND/TEST immediate pattern | Claudio Fontana | 1 | -0/+34 |
2013-06-12 | tcg/aarch64: improve arith shifted regs operations | Claudio Fontana | 1 | -18/+30 |
2013-06-12 | tcg/aarch64: implement new TCG target for aarch64 | Claudio Fontana | 2 | -0/+1260 |