]> Git Repo - qemu.git/history - target/mips
hw/core: Make do_unaligned_access noreturn
[qemu.git] / target / mips /
2021-09-22 Richard Hendersonhw/core: Make do_unaligned_access noreturn
2021-09-22 Richard Hendersoninclude/exec: Move cpu_signal_handler declaration
2021-09-20 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2021-09-16 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-09-16 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-09-16 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2021-09-15 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-09-14 Philippe Mathieu... target/mips: Restrict cpu_exec_interrupt() handler...
2021-09-14 Ilya Leoshkevichaccel/tcg: Add DisasContextBase argument to translator_ld*
2021-08-26 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost-gl/tags...
2021-08-25 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2021-08-25 Philippe Mathieu... target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_b...
2021-08-25 Philippe Mathieu... target/mips: Store CP0_Config0 in DisasContext
2021-08-25 Philippe Mathieu... target/mips: Replace GET_LMASK64() macro by get_lmask...
2021-08-25 Philippe Mathieu... target/mips: Replace GET_LMASK() macro by get_lmask...
2021-08-25 Philippe Mathieu... target/mips: Call cpu_is_bigendian & inline GET_OFFSET...
2021-08-25 Philippe Mathieu... target/mips: Define gen_helper() macros in translate.h
2021-08-25 Philippe Mathieu... target/mips: Use tcg_constant_i32() in generate_excepti...
2021-08-25 Philippe Mathieu... target/mips: Inline gen_helper_0e0i()
2021-08-25 Philippe Mathieu... target/mips: Inline gen_helper_1e1i() call in op_ld_INS...
2021-08-25 Philippe Mathieu... target/mips: Simplify gen_helper() macros by using...
2021-08-25 Philippe Mathieu... target/mips: Use tcg_constant_i32() in gen_helper_0e2i()
2021-08-25 Philippe Mathieu... target/mips: Remove gen_helper_1e2i()
2021-08-25 Philippe Mathieu... target/mips: Remove gen_helper_0e3i()
2021-08-25 Philippe Mathieu... target/mips: Remove duplicated check_cp1_enabled()...
2021-08-25 Philippe Mathieu... target/mips: Allow Loongson 3A1000 to use up to 48...
2021-08-25 Philippe Mathieu... target/mips: Document Loongson-3A CPU definitions
2021-08-25 Philippe Mathieu... target/mips: Convert Vr54xx MSA* opcodes to decodetree
2021-08-25 Philippe Mathieu... target/mips: Convert Vr54xx MUL* opcodes to decodetree
2021-08-25 Philippe Mathieu... target/mips: Convert Vr54xx MACC* opcodes to decodetree
2021-08-25 Philippe Mathieu... target/mips: Introduce decodetree structure for NEC...
2021-08-25 Philippe Mathieu... target/mips: Extract NEC Vr54xx helpers to vr54xx_helper.c
2021-08-25 Philippe Mathieu... target/mips: Extract NEC Vr54xx helper definitions
2021-08-25 Philippe Mathieu... target/mips: Introduce generic TRANS() macro for decode...
2021-08-25 Philippe Mathieu... target/mips: Rename 'rtype' as 'r'
2021-08-25 Philippe Mathieu... target/mips: Merge 32-bit/64-bit Release6 decodetree...
2021-08-25 Philippe Mathieu... target/mips: Decode vendor extensions before MIPS ISAs
2021-08-25 Philippe Mathieu... target/mips: Simplify PREF opcode
2021-08-25 Philippe Mathieu... target/mips: Remove JR opcode unused arguments
2021-07-26 Peter MaydellMerge remote-tracking branch 'remotes/quic/tags/pull...
2021-07-23 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2021-07-22 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-07-22 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-07-21 Richard Hendersonaccel/tcg: Remove TranslatorOps.breakpoint_check
2021-07-14 Peter MaydellMerge remote-tracking branch 'remotes/mdroth/tags/qga...
2021-07-13 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-07-13 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2021-07-13 Peter MaydellMerge remote-tracking branch 'remotes/stefanha-gitlab...
2021-07-12 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/sdmmc...
2021-07-12 Peter MaydellMerge remote-tracking branch 'remotes/cohuck-gitlab...
2021-07-12 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2021-07-12 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-07-11 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-07-11 Philippe Mathieu... target/mips: Rewrite UHI errno_mips() using switch...
2021-07-11 Philippe Mathieu... target/mips/tx79: Introduce SQ opcode (Store Quadword)
2021-07-11 Philippe Mathieu... target/mips/tx79: Introduce LQ opcode (Load Quadword)
2021-07-11 Philippe Mathieu... target/mips/tx79: Introduce PROT3W opcode (Parallel...
2021-07-11 Philippe Mathieu... target/mips/tx79: Introduce PPACW opcode (Parallel...
2021-07-11 Philippe Mathieu... target/mips/tx79: Introduce PCGT* (Parallel Compare...
2021-07-11 Philippe Mathieu... target/mips/tx79: Introduce PCEQ* opcodes (Parallel...
2021-07-11 Philippe Mathieu... target/mips/tx79: Introduce PEXTL[BHW] opcodes (Paralle...
2021-07-11 Philippe Mathieu... target/mips/tx79: Introduce PEXTUW (Parallel Extend...
2021-07-11 Philippe Mathieu... target/mips/tx79: Introduce PSUB* opcodes (Parallel...
2021-07-11 Philippe Mathieu... target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes...
2021-07-11 Peter MaydellMerge remote-tracking branch 'remotes/cminyard/tags...
2021-07-09 Richard Hendersontarget/mips: Fix missing else in gen_goto_tb
2021-07-09 Richard Hendersontarget/mips: Use translator_use_goto_tb
2021-07-09 Philippe Mathieu... tcg: Avoid including 'trace-tcg.h' in target translate.c
2021-07-09 Philippe Mathieu... meson: Introduce target-specific Kconfig
2021-07-09 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-07-05 Peter MaydellMerge remote-tracking branch 'remotes/marcel/tags/pvrdm...
2021-07-04 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2021-07-02 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2021-07-02 Philippe Mathieu... target/mips: Extract nanoMIPS ISA translation routines
2021-07-02 Philippe Mathieu... target/mips: Extract the microMIPS ISA translation...
2021-07-02 Philippe Mathieu... target/mips: Extract Code Compaction ASE translation...
2021-07-02 Philippe Mathieu... target/mips: Add declarations for generic TCG helpers
2021-07-02 Peter MaydellMerge remote-tracking branch 'remotes/berrange-gitlab...
2021-07-01 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-06-29 Richard Hendersontarget/mips: Fix gen_mxu_s32ldd_s32lddr
2021-06-29 Richard Hendersontcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_b...
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/vsementsov/tags...
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2021-06-28 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2021-06-24 Philippe Mathieu... target/mips: Merge msa32/msa64 decodetree definitions
2021-06-24 Philippe Mathieu... target/mips: Remove pointless gen_msa()
2021-06-24 Philippe Mathieu... target/mips: Optimize regnames[] arrays
2021-06-24 Philippe Mathieu... target/mips: Constify host_to_mips_errno[]
2021-06-24 Aleksandar Rikalotarget/mips: fix emulation of nanoMIPS BPOSGE32 instruction
2021-06-24 Philippe Mathieu... target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuse...
2021-06-24 Philippe Mathieu... target/mips: Remove SmartMIPS / MDMX unuseful comments
2021-06-24 Philippe Mathieu... target/mips: Restrict some system specific declarations...
2021-06-24 Philippe Mathieu... target/mips: Move translate.h to tcg/ sub directory
2021-06-24 Philippe Mathieu... target/mips: Move TCG trace events to tcg/ sub directory
2021-06-24 Philippe Mathieu... target/mips: Do not abort on invalid instruction
2021-06-24 Philippe Mathieu... target/mips: Raise exception when DINSV opcode used...
2021-06-24 Philippe Mathieu... target/mips: Fix more TCG temporary leaks in gen_pool32...
2021-06-24 Philippe Mathieu... target/mips: Fix TCG temporary leaks in gen_pool32a5_na...
2021-06-24 Philippe Mathieu... target/mips: Fix potential integer overflow (CID 1452921)
next
This page took 0.20727 seconds and 7 git commands to generate.