aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-05-18Hexagon: add core gdbstub xml data for LLDBMatheus Tavares Bernardino
2023-05-18Hexagon (decode): look for pkts with multiple insns at the same slotMatheus Tavares Bernardino
2023-05-18Hexagon (iclass): update J4_hintjumpr slot constraintsMatheus Tavares Bernardino
2023-05-18Hexagon: list available CPUs with `-cpu help`Matheus Tavares Bernardino
2023-05-18Hexagon (target/hexagon/*.py): raise exception on reg parsing errorMatheus Tavares Bernardino
2023-05-18target/hexagon: fix = vs. == mishapPaolo Bonzini
2023-05-18Hexagon (target/hexagon) Additional instructions handled by idef-parserTaylor Simpson
2023-05-18Hexagon (target/hexagon) Move items to DisasContextTaylor Simpson
2023-05-18Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContextTaylor Simpson
2023-05-18Hexagon (target/hexagon) Move pred_written to DisasContextTaylor Simpson
2023-05-18Hexagon (target/hexagon) Move new_pred_value to DisasContextTaylor Simpson
2023-05-18Hexagon (target/hexagon) Move new_value to DisasContextTaylor Simpson
2023-05-18Hexagon (target/hexagon) Make special new_value for USRTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add overrides for disabled idef-parser insnsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Short-circuit more HVX single instruction packetsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Short-circuit packet HVX writesTaylor Simpson
2023-05-18Hexagon (target/hexagon) Short-circuit packet predicate writesTaylor Simpson
2023-05-18Hexagon (target/hexagon) Short-circuit packet register writesTaylor Simpson
2023-05-18Hexagon (target/hexagon) Mark registers as read during packet analysisTaylor Simpson
2023-05-18Hexagon (target/hexagon) Don't overlap dest writes with source readsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Clean up pred_written usageTaylor Simpson
2023-05-18Hexagon (target/hexagon) Eliminate uses of log_pred_write functionTaylor Simpson
2023-05-18Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]Taylor Simpson
2023-05-18Hexagon (target/hexagon) Add overrides for clr[tf]newTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add overrides for allocframe/deallocframeTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add overrides for loop setup instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_writeTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v73 scalar instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v69 HVX instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v68 HVX instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v68 scalar instructionsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add support for v68/v69/v71/v73Taylor Simpson
2023-05-11target/loongarch: Do not include tcg-ldst.hRichard Henderson
2023-05-11target/sh4: Use MO_ALIGN where requiredRichard Henderson
2023-05-11target/nios2: Remove TARGET_ALIGNED_ONLYRichard Henderson
2023-05-11target/mips: Use MO_ALIGN instead of 0Richard Henderson
2023-05-11target/mips: Add missing default_tcg_memop_maskRichard Henderson
2023-05-11target/mips: Add MO_ALIGN to gen_llwp, gen_scwpRichard Henderson
2023-05-11target/m68k: Fix gen_load_fp for OS_LONGRichard Henderson
2023-05-10target/loongarch: Terminate vmstate subsections listRichard Henderson
2023-05-08target/i386: Add EPYC-Genoa model to support Zen 4 processor seriesBabu Moger
2023-05-08target/i386: Add VNMI and automatic IBRS feature bitsBabu Moger
2023-05-08target/i386: Add missing feature bits in EPYC-Milan modelBabu Moger
2023-05-08target/i386: Add feature bits for CPUID_Fn80000021_EAXBabu Moger
2023-05-08target/i386: Add a couple of feature bits in 8000_0008_EBXBabu Moger
2023-05-08target/i386: Add new EPYC CPU versions with updated cache_infoMichael Roth
2023-05-08target/i386: allow versioned CPUs to specify new cache_infoMichael Roth
2023-05-06Merge tag 'pull-loongarch-20230506' of https://gitlab.com/gaosong/qemu into s...Richard Henderson
2023-05-06target/loongarch: CPUCFG support LSXSong Gao
2023-05-06target/loongarch: Use {set/get}_gpr replace to cpu_fprSong Gao