]> git.proxmox.com Git - mirror_qemu.git/history - tcg/loongarch64
hw/display: avoid creating empty loadable modules
[mirror_qemu.git] / tcg / loongarch64 /
2023-01-08 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-01-07 Peter MaydellMerge tag 'pull-loongarch-20230106' of https://gitlab...
2023-01-06 Peter MaydellMerge tag 'pull-riscv-to-apply-20230106' of https:...
2023-01-06 Peter MaydellMerge tag 'pull-tcg-20230105' of https://gitlab.com...
2023-01-05 Richard Hendersontcg: Add TCGHelperInfo argument to tcg_out_call
2023-01-05 Richard Hendersontcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CAL...
2023-01-05 Richard Hendersontcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET...
2022-10-30 Stefan HajnocziMerge tag 'mem-2022-10-28' of https://github.com/davidh...
2022-10-30 Stefan HajnocziMerge tag 'misc-next-pull-request' of https://gitlab...
2022-10-30 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-10-30 Stefan HajnocziMerge tag 'qga-pull-2022-10-26' of https://github.com...
2022-10-26 Stefan HajnocziMerge tag 'dump-pull-request' of https://gitlab.com...
2022-10-26 Stefan HajnocziMerge tag 'pull-tcg-20221026' of https://gitlab.com...
2022-10-25 Qi Hutcg/loongarch64: Add direct jump support
2022-02-15 Peter MaydellMerge remote-tracking branch 'remotes/stefanha-gitlab...
2022-02-15 Peter MaydellMerge remote-tracking branch 'remotes/nvme/tags/nvme...
2022-02-15 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2022-02-14 Peter MaydellMerge remote-tracking branch 'remotes/kwolf-gitlab...
2022-02-14 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2022-02-08 WANG Xueruitcg/loongarch64: Support raising sigbus for user-only
2022-02-08 WANG Xueruitcg/loongarch64: Fix fallout from recent MO_Q renaming
2021-12-23 Richard HendersonMerge tag 'for-upstream-mtest' of https://gitlab.com...
2021-12-23 Richard HendersonMerge tag 'pull-nbd-2021-12-22-v2' of https://src.openv...
2021-12-21 Richard HendersonMerge tag 'pull-loong-20211221-2' of https://gitlab...
2021-12-21 WANG Xueruitcg/loongarch64: Register the JIT
2021-12-21 WANG Xueruitcg/loongarch64: Implement tcg_target_init
2021-12-21 WANG Xueruitcg/loongarch64: Implement exit_tb/goto_tb
2021-12-21 WANG Xueruitcg/loongarch64: Implement tcg_target_qemu_prologue
2021-12-21 WANG Xueruitcg/loongarch64: Add softmmu load/store helpers, implem...
2021-12-21 WANG Xueruitcg/loongarch64: Implement simple load/store ops
2021-12-21 WANG Xueruitcg/loongarch64: Implement tcg_out_call
2021-12-21 WANG Xueruitcg/loongarch64: Implement setcond ops
2021-12-21 WANG Xueruitcg/loongarch64: Implement br/brcond ops
2021-12-21 WANG Xueruitcg/loongarch64: Implement mul/mulsh/muluh/div/divu...
2021-12-21 WANG Xueruitcg/loongarch64: Implement add/sub ops
2021-12-21 WANG Xueruitcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
2021-12-21 WANG Xueruitcg/loongarch64: Implement clz/ctz ops
2021-12-21 WANG Xueruitcg/loongarch64: Implement bswap{16,32,64} ops
2021-12-21 WANG Xueruitcg/loongarch64: Implement deposit/extract ops
2021-12-21 WANG Xueruitcg/loongarch64: Implement not/and/or/xor/nor/andc...
2021-12-21 WANG Xueruitcg/loongarch64: Implement sign-/zero-extension ops
2021-12-21 WANG Xueruitcg/loongarch64: Implement goto_ptr
2021-12-21 WANG Xueruitcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
2021-12-21 WANG Xueruitcg/loongarch64: Implement the memory barrier op
2021-12-21 WANG Xueruitcg/loongarch64: Implement necessary relocation operations
2021-12-21 WANG Xueruitcg/loongarch64: Define the operand constraints
2021-12-21 WANG Xueruitcg/loongarch64: Add register names, allocation order...
2021-12-21 WANG Xueruitcg/loongarch64: Add generated instruction opcodes...
2021-12-21 WANG Xueruitcg/loongarch64: Add the tcg-target.h file