2025-05-02 |
Paolo Bonzini | target/i386: do not block singlestep for STI |
commit | commitdiff | tree |
2025-05-02 |
Paolo Bonzini | target/i386: do not trigger IRQ shadow for LSS |
commit | commitdiff | tree |
2025-05-02 |
Wei Liu | target/i386/hvf: fix a compilation error |
commit | commitdiff | tree |
2025-05-02 |
Magnus Kulke | target/i386/emulate: remove rflags leftovers |
commit | commitdiff | tree |
2025-05-02 |
Zhao Liu | rust/hpet: Support migration |
commit | commitdiff | tree |
2025-05-02 |
Zhao Liu | rust/timer: Define NANOSECONDS_PER_SECOND binding as u64 |
commit | commitdiff | tree |
2025-05-02 |
Zhao Liu | rust/vmstate_test: Test varray with num field wrapped... |
commit | commitdiff | tree |
2025-05-02 |
Paolo Bonzini | rust: assertions: Support index field wrapped in BqlCell |
commit | commitdiff | tree |
2025-05-02 |
Paolo Bonzini | vmstate: support varray for vmstate_clock! |
commit | commitdiff | tree |
2025-05-02 |
Zhao Liu | rust/vmstate: Add support for field_exists checks |
commit | commitdiff | tree |
2025-04-30 |
Stefan Hajnoczi | Merge tag 'block-pull-request' of https://gitlab.com... |
commit | commitdiff | tree |
2025-04-30 |
Stefan Hajnoczi | Merge tag 'pull-tcg-20250429' of https://gitlab.com... |
commit | commitdiff | tree |
2025-04-30 |
Kevin Wolf | file-posix: Fix crash on discard_granularity == 0 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/sparc64: Implement CTPOP |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/sparc64: Unexport use_vis3_instructions |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Remove tcg_out_op |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert qemu_st{2} to TCGOutOpLdSt{2} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert qemu_ld{2} to TCGOutOpLoad{2} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_{ld,st}_{i32,i64,i128} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Remove INDEX_op_qemu_st8_* |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Stash MemOp size in TCGOP_FLAGS |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_st*_{i32,i64} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert st to TCGOutOpStore |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_ld*_{i32,i64} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert ld to TCGOutOpLoad |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Formalize tcg_out_goto_ptr |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Formalize tcg_out_br |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Formalize tcg_out_mb |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Remove add2/sub2 opcodes |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/tci: Implement add/sub carry opcodes |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/sparc64: Implement add/sub carry opcodes |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/sparc64: Hoist tcg_cond_to_bcond lookup out of... |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/s390x: Use ADD LOGICAL WITH SIGNED IMMEDIATE |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/s390x: Implement add/sub carry opcodes |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/s390x: Add TCG_CT_CONST_N32 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/s390x: Honor carry_live in tcg_out_movi |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/ppc: Implement add/sub carry opcodes |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/arm: Implement add/sub carry opcodes |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/aarch64: Implement add/sub carry opcodes |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | target/tricore: Use tcg_gen_addcio_i32 for gen_addc_CC |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | target/sparc: Use tcg_gen_addcio_tl for gen_op_addcc_int |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | target/sh4: Use tcg_gen_addcio_i32 for addc |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | target/s390x: Use tcg_gen_addcio_i64 for op_addc64 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | target/ppc: Use tcg_gen_addcio_tl for ADD and SUBF |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | target/openrisc: Use tcg_gen_addcio_* for ADDC |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | target/microblaze: Use tcg_gen_addcio_i32 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | target/hppa: Use tcg_gen_addcio_i64 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | target/arm: Use tcg_gen_addcio_* for ADCS |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Add tcg_gen_addcio_{i32,i64,tl} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/i386: Special case addci r, 0, 0 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/i386: Implement add/sub carry opcodes |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/i386: Honor carry_live in tcg_out_movi |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Use sub carry opcodes to expand sub2 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Use add carry opcodes to expand add2 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/optimize: With two const operands, prefer 0 in... |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/optimize: Handle add/sub with carry opcodes |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Add TCGOutOp structures for add/sub carry opcodes |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Add add/sub with carry opcodes and infrastructure |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Sink def, nb_iargs, nb_oargs loads in liveness_pass_1 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Move i into each for loop in liveness_pass_1 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/riscv: Drop support for add2/sub2 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/mips: Drop support for add2/sub2 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Do not default add2/sub2_i32 for 32-bit hosts |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Expand fallback sub2 with 32-bit operations |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Expand fallback add2 with 32-bit operations |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_extract2_{i32,i64} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert extract2 to TCGOutOpExtract2 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_deposit_{i32,i64} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/aarch64: Improve deposit |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert deposit to TCGOutOpDeposit |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert extrh_i64_i32 to TCGOutOpUnary |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert extrl_i64_i32 to TCGOutOpUnary |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert extu_i32_i64 to TCGOutOpUnary |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert ext_i32_i64 to TCGOutOpUnary |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_sextract_{i32,i64} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert sextract to TCGOutOpExtract |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_extract_{i32,i64} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert extract to TCGOutOpExtract |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Rename INDEX_op_bswap64_i64 to INDEX_op_bswap64 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert bswap64 to TCGOutOpUnary |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_bswap32_{i32,i64} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert bswap32 to TCGOutOpBswap |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_bswap16_{i32,i64} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert bswap16 to TCGOutOpBswap |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert setcond2_i32 to TCGOutOpSetcond2 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert brcond2_i32 to TCGOutOpBrcond2 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/ppc: Expand arguments to tcg_out_cmp2 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/arm: Expand arguments to tcg_out_cmp2 |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/ppc: Drop fallback constant loading in tcg_out_cmp |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_movcond_{i32,i64} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert movcond to TCGOutOpMovcond |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_brcond_{i32,i64} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert brcond to TCGOutOpBrcond |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_{neg}setcond_{i32,i64}` |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Convert setcond, negsetcond to TCGOutOpSetcond |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Remove TCG_TARGET_HAS_negsetcond_{i32,i64} |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/tci: Support negsetcond |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/mips: Support negsetcond |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg/loongarch64: Support negsetcond |
commit | commitdiff | tree |
2025-04-28 |
Richard Henderson | tcg: Merge INDEX_op_mulu2_{i32,i64} |
commit | commitdiff | tree |
next |