aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-05-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-05-07Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-07target/i386: remove duplicate prefix decodingPaolo Bonzini
2024-05-07target/i386: split legacy decoder into a separate functionPaolo Bonzini
2024-05-07target/i386: decode x87 instructions in a separate functionPaolo Bonzini
2024-05-07target/i386: remove now-converted opcodes from old decoderPaolo Bonzini
2024-05-07target/i386: port extensions of one-byte opcodes to new decoderPaolo Bonzini
2024-05-07target/i386: move BSWAP to new decoderPaolo Bonzini
2024-05-07target/i386: move remaining conditional operations to new decoderPaolo Bonzini
2024-05-07target/i386: merge and enlarge a few ranges for call to disas_insn_newPaolo Bonzini
2024-05-07target/i386: move C0-FF opcodes to new decoder (except for x87)Paolo Bonzini
2024-05-07target/i386: generalize gen_movl_seg_T0Paolo Bonzini
2024-05-07target/i386: move 60-BF opcodes to new decoderPaolo Bonzini
2024-05-07target/i386: allow instructions with more than one immediatePaolo Bonzini
2024-05-07target/i386: extract gen_far_call/jmp, reordering temporariesPaolo Bonzini
2024-05-07target/i386: move 00-5F opcodes to new decoderPaolo Bonzini
2024-05-07target/i386: reintroduce debugging mechanismPaolo Bonzini
2024-05-07target/i386: cleanup *gen_eob*Paolo Bonzini
2024-05-07target/i386: clarify the "reg" argument of functions returning CCPreparePaolo Bonzini
2024-05-07target/i386: do not use s->T0 and s->T1 as scratch registers for CCPreparePaolo Bonzini
2024-05-07target/i386: extend cc_* when using them to compute flagsPaolo Bonzini
2024-05-07target/i386: pull cc_op update to callers of gen_jmp_rel{,_csize}Paolo Bonzini
2024-05-07target/i386: cleanup cc_op changes for REP/REPZ/REPNZPaolo Bonzini
2024-05-07target/i386: cc_op is not dynamic in gen_jcc1Paolo Bonzini
2024-05-07target/i386: remove mask from CCPreparePaolo Bonzini
2024-05-07target/i386: use TSTEQ/TSTNE to check flagsPaolo Bonzini
2024-05-07target/i386: use TSTEQ/TSTNE to test low bitsPaolo Bonzini
2024-05-07target/i386: Fix CPUID encoding of Fn8000001E_ECXBabu Moger
2024-05-06target/sh4: Update DisasContextBase.insn_startRichard Henderson
2024-05-06Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into stagingRichard Henderson
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan
2024-05-05Hexagon (target/hexagon) Remove hex_common.read_attribs_fileTaylor Simpson
2024-05-05Hexagon (target/hexagon) Remove gen_shortcode.pyTaylor Simpson
2024-05-05Hexagon (target/hexagon) Remove gen_op_regs.pyTaylor Simpson
2024-05-05Hexagon (target/hexagon) Remove uses of op_regs_generated.h.incTaylor Simpson
2024-05-05Hexagon (target/hexagon) Mark has_pred_dest in trans functionsTaylor Simpson
2024-05-05Hexagon (target/hexagon) Mark dest_idx in trans functionsTaylor Simpson
2024-05-05Hexagon (target/hexagon) Mark new_read_idx in trans functionsTaylor Simpson
2024-05-05Hexagon (target/hexagon) Add is_old/is_new to Register classTaylor Simpson
2024-05-05Hexagon (target/hexagon) Only pass env to generated helper when neededTaylor Simpson
2024-05-05Hexagon (target/hexagon) Pass SP explicitly to helpers that need itTaylor Simpson
2024-05-05Hexagon (target/hexagon) Pass P0 explicitly to helpers that need itTaylor Simpson
2024-05-05Hexagon (target/hexagon) Enable more short-circuit packets (HVX)Taylor Simpson
2024-05-05Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)Taylor Simpson
2024-05-05Hexagon (target/hexagon) Analyze reads before writesTaylor Simpson
2024-05-05target/sparc: Split out do_ms16bRichard Henderson