aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-18Hexagon: add core gdbstub xml data for LLDBMatheus Tavares Bernardino
2023-05-18gdbstub: add test for untimely stop-reply packetsMatheus Tavares Bernardino
2023-05-18gdbstub: only send stop-reply packets when allowed toMatheus Tavares Bernardino
2023-05-18Remove test_vshuff from hvx_misc testsMarco Liebel
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: append eflags to unknown cpu model stringMatheus 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-18meson.build Add CONFIG_HEXAGON_IDEF_PARSERTaylor Simpson
2023-05-18Hexagon (tests/tcg/hexagon) Add v73 scalar testsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v73 scalar instructionsTaylor Simpson
2023-05-18Hexagon (tests/tcg/hexagon) Add v69 HVX testsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v69 HVX instructionsTaylor Simpson
2023-05-18Hexagon (tests/tcg/hexagon) Add v68 HVX testsTaylor Simpson
2023-05-18Hexagon (target/hexagon) Add v68 HVX instructionsTaylor Simpson
2023-05-18Hexagon (tests/tcg/hexagon) Add v68 scalar testsTaylor 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-11Merge tag 'pull-tcg-20230511-2' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-05-11target/loongarch: Do not include tcg-ldst.hRichard Henderson
2023-05-11accel/tcg: Reorg system mode store helpersRichard Henderson
2023-05-11accel/tcg: Reorg system mode load helpersRichard Henderson
2023-05-11accel/tcg: Introduce tlb_read_idxRichard Henderson
2023-05-11accel/tcg: Add cpu_in_serial_contextRichard Henderson
2023-05-11tcg: Remove TARGET_ALIGNED_ONLYRichard Henderson
2023-05-11target/sh4: Remove TARGET_ALIGNED_ONLYRichard Henderson
2023-05-11target/sh4: Use MO_ALIGN where requiredRichard Henderson