2014-04-25 |
Peter Maydell | Merge remote-tracking branch 'remotes/kevin/tags/for... |
blob | commitdiff | raw |
2014-04-24 |
Peter Maydell | Merge remote-tracking branch 'remotes/kraxel/tags/pull... |
blob | commitdiff | raw |
2014-04-24 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tags/tcg... |
blob | commitdiff | raw |
2014-04-18 |
Richard Henderson | tcg-aarch64: Remove w constraint |
blob | commitdiff | raw |
2014-04-18 |
Richard Henderson | tcg: Add TCGType parameter to tcg_target_const_match |
blob | commitdiff | raw | diff to current |
2014-04-18 |
Stefan Weil | tcg: Fix warning (1 bit signed bitfield entry) and... |
blob | commitdiff | raw | diff to current |
2014-04-17 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tcg-aarch... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Use tcg_out_mov in preference to tcg_out_movr |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Prefer unsigned offsets before signed... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Introduce tcg_out_insn_3312, _3310, _3313 |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Merge aarch64_ldst_get_data/type into... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Introduce tcg_out_insn_3507 |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Support stores of zero |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Implement TCG_TARGET_HAS_new_ldst |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Pass qemu_ld/st arguments directly |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Use TCGMemOp in qemu_ld/st |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Use ADR to pass the return address to... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Use tcg_out_call for qemu_ld/st |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Avoid add with zero in tlb load |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Implement tcg_register_jit |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Introduce tcg_out_insn_3314 |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Reuse LR in translated code |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Use CBZ and CBNZ |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Create tcg_out_brcond |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Use symbolic names for branches |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Use adrp in tcg_out_movi |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Special case small constants in tcg_out_movi |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Use ORRI in tcg_out_movi |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Use MOVN in tcg_out_movi |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Use TCGType and TCGMemOp constants |
blob | commitdiff | raw | diff to current |
2014-04-16 |
Richard Henderson | tcg-aarch64: Use intptr_t apropriately |
blob | commitdiff | raw | diff to current |
2014-03-24 |
Peter Maydell | Merge remote-tracking branch 'remotes/mst/tags/for_upst... |
blob | commitdiff | raw | diff to current |
2014-03-15 |
Peter Maydell | Merge remote-tracking branch 'remotes/mjt/tags/trivial... |
blob | commitdiff | raw | diff to current |
2014-03-15 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tcg-aarch... |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Introduce tcg_out_insn_3405 |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Support div, rem |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Support muluh, mulsh |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Support add2, sub2 |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Support deposit |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Use tcg_out_insn for setcond |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Support movcond |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Support andc, orc, eqv, not, neg |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Handle constant operands to and, or, xor |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Handle constant operands to add, sub,... |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Implement mov with tcg_out_insn |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Introduce tcg_out_insn_3401 |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Convert shift insns to tcg_out_insn |
blob | commitdiff | raw | diff to current |
2014-03-14 |
Richard Henderson | tcg-aarch64: Introduce tcg_out_insn |
blob | commitdiff | raw | diff to current |
2014-03-11 |
Peter Maydell | Merge remote-tracking branch 'remotes/mst/tags/for_upst... |
blob | commitdiff | raw | diff to current |
2014-03-11 |
Peter Maydell | Merge remote-tracking branch 'remotes/kvm/uq/master... |
blob | commitdiff | raw | diff to current |
2014-03-11 |
Peter Maydell | Merge remote-tracking branch 'remotes/spice/tags/pull... |
blob | commitdiff | raw | diff to current |
2014-03-11 |
Peter Maydell | Merge remote-tracking branch 'remotes/kraxel/tags/pull... |
blob | commitdiff | raw | diff to current |
2014-03-11 |
Peter Maydell | Merge remote-tracking branch 'remotes/kraxel/tags/pull... |
blob | commitdiff | raw | diff to current |
2014-03-10 |
Peter Maydell | Merge remote-tracking branch 'remotes/mst/tags/for_upst... |
blob | commitdiff | raw | diff to current |
2014-03-10 |
Peter Maydell | Merge remote-tracking branch 'remotes/riku/linux-user... |
blob | commitdiff | raw | diff to current |
2014-03-10 |
Peter Maydell | Merge remote-tracking branch 'remotes/mcayland/qemu... |
blob | commitdiff | raw | diff to current |
2014-03-10 |
Peter Maydell | Merge remote-tracking branch 'remotes/rth/tcg-aarch... |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Richard Henderson | tcg-aarch64: Remove nop from qemu_st slow path |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Richard Henderson | tcg-aarch64: Simplify tcg_out_ldst_9 encoding |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Richard Henderson | tcg-aarch64: Use intptr_t apropriately |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Richard Henderson | tcg-aarch64: Remove the shift_imm parameter from tcg_ou... |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Richard Henderson | tcg-aarch64: Hoist common argument loads in tcg_out_op |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Richard Henderson | tcg-aarch64: Don't handle mov/movi in tcg_out_op |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Richard Henderson | tcg-aarch64: Set ext based on TCG_OPF_64BIT |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Richard Henderson | tcg-aarch64: Change all ext variables to TCGType |
blob | commitdiff | raw | diff to current |
2014-03-09 |
Richard Henderson | tcg-aarch64: Remove redundant CPU_TLB_ENTRY_BITS check |
blob | commitdiff | raw | diff to current |
2013-10-31 |
Anthony Liguori | Merge remote-tracking branch 'mst/tags/for_anthony... |
blob | commitdiff | raw | diff to current |
2013-10-18 |
Anthony Liguori | Merge remote-tracking branch 'qemu-kvm/uq/master' into... |
blob | commitdiff | raw | diff to current |
2013-10-18 |
Anthony Liguori | Merge remote-tracking branch 'bonzini/configure' into... |
blob | commitdiff | raw | diff to current |
2013-10-14 |
Anthony Liguori | Merge remote-tracking branch 'jliu/or32' into staging |
blob | commitdiff | raw | diff to current |
2013-10-14 |
Anthony Liguori | Merge remote-tracking branch 'awilliam/tags/vfio-pci... |
blob | commitdiff | raw | diff to current |
2013-10-11 |
Anthony Liguori | Merge remote-tracking branch 'mdroth/qga-pull-2013... |
blob | commitdiff | raw | diff to current |
2013-10-11 |
Anthony Liguori | Merge remote-tracking branch 'rth/tcg-pull' into staging |
blob | commitdiff | raw | diff to current |
2013-10-10 |
Richard Henderson | tcg: Add tcg-be-ldst.h |
blob | commitdiff | raw | diff to current |
2013-10-10 |
Richard Henderson | tcg-aarch64: Update to helper_ret_*_mmu routines |
blob | commitdiff | raw | diff to current |
2013-09-03 |
Anthony Liguori | Merge remote-tracking branch 'kwolf/for-anthony' into... |
blob | commitdiff | raw | diff to current |
2013-09-03 |
Anthony Liguori | Merge remote-tracking branch 'mjt/trivial-patches'... |
blob | commitdiff | raw | diff to current |
2013-09-03 |
Anthony Liguori | Merge remote-tracking branch 'kraxel/usb.88' into staging |
blob | commitdiff | raw | diff to current |
2013-09-03 |
Anthony Liguori | Merge remote-tracking branch 'mst/tags/for_anthony... |
blob | commitdiff | raw | diff to current |
2013-09-03 |
Anthony Liguori | Merge remote-tracking branch 'afaerber/tags/qom-devices... |
blob | commitdiff | raw | diff to current |
2013-09-02 |
Aurelien Jarno | Merge branch 'tcg-next' of git://github.com/rth7680... |
blob | commitdiff | raw | diff to current |
2013-09-02 |
Richard Henderson | exec: Split softmmu_defs.h |
blob | commitdiff | raw | diff to current |
2013-09-02 |
Richard Henderson | tcg: Change tcg_out_ld/st offset to intptr_t |
blob | commitdiff | raw | diff to current |
2013-09-02 |
Richard Henderson | tcg: Change relocation offsets to intptr_t |
blob | commitdiff | raw | diff to current |
2013-08-29 |
Anthony Liguori | Merge remote-tracking branch 'qemu-kvm/uq/master' into... |
blob | commitdiff | raw | diff to current |
2013-07-29 |
Anthony Liguori | Merge remote-tracking branch 'stefanha/block' into... |
blob | commitdiff | raw | diff to current |
2013-07-26 |
Anthony Liguori | Merge remote-tracking branch 'kwolf/for-anthony' into... |
blob | commitdiff | raw | diff to current |
2013-07-26 |
Anthony Liguori | Merge remote-tracking branch 'rth/tcg-next' into staging |
blob | commitdiff | raw | diff to current |
2013-07-15 |
Richard Henderson | Merge git://github.com/hw-claudio/qemu-aarch64-queue... |
blob | commitdiff | raw | diff to current |
2013-07-15 |
Jani Kokkonen | tcg/aarch64: Implement tlb lookup fast path |
blob | commitdiff | raw | diff to current |
2013-07-03 |
Claudio Fontana | tcg/aarch64: implement ldst 12bit scaled uimm offset |
blob | commitdiff | raw | diff to current |
2013-06-15 |
Blue Swirl | Merge branch 'realize-isa.v2' of git://github.com/afaer... |
blob | commitdiff | raw | diff to current |
2013-06-14 |
Anthony Liguori | Merge remote-tracking branch 'mjt/trivial-patches-next... |
blob | commitdiff | raw | diff to current |
2013-06-14 |
Anthony Liguori | Merge remote-tracking branch 'afaerber/qom-cpu' into... |
blob | commitdiff | raw | diff to current |
2013-06-14 |
Anthony Liguori | Merge remote-tracking branch 'pmaydell/tcg-aarch64... |
blob | commitdiff | raw | diff to current |
2013-06-12 |
Jani Kokkonen | tcg/aarch64: implement user mode qemu ld/st |
blob | commitdiff | raw | diff to current |
2013-06-12 |
Claudio Fontana | tcg/aarch64: implement sign/zero extend operations |
blob | commitdiff | raw | diff to current |
2013-06-12 |
Claudio Fontana | tcg/aarch64: implement byte swap operations |
blob | commitdiff | raw | diff to current |
2013-06-12 |
Claudio Fontana | tcg/aarch64: implement AND/TEST immediate pattern |
blob | commitdiff | raw | diff to current |
2013-06-12 |
Claudio Fontana | tcg/aarch64: improve arith shifted regs operations |
blob | commitdiff | raw | diff to current |
next |