index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
i386
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-22
tcg/i386: Remove expansion for missing minmax
Richard Henderson
1
-37
/
+0
2019-05-22
tcg/i386: Support vector comparison select value
Richard Henderson
2
-5
/
+36
2019-05-22
tcg: Add support for vector compare select
Richard Henderson
1
-0
/
+1
2019-05-22
tcg: Add support for vector bitwise select
Richard Henderson
1
-0
/
+1
2019-05-22
tcg/i386: Fix dupi/dupm for avx1 and 32-bit hosts
Richard Henderson
1
-3
/
+4
2019-05-13
tcg/i386: Support vector absolute value
Richard Henderson
2
-1
/
+16
2019-05-13
tcg: Add support for vector absolute value
Richard Henderson
1
-0
/
+1
2019-05-13
tcg/i386: Support vector scalar shift opcodes
Richard Henderson
2
-1
/
+36
2019-05-13
tcg/i386: Support vector variable shift opcodes
Richard Henderson
2
-1
/
+36
2019-05-13
tcg: Add INDEX_op_dupm_vec
Richard Henderson
1
-0
/
+4
2019-05-13
tcg/i386: Implement tcg_out_dupm_vec
Richard Henderson
1
-14
/
+43
2019-05-13
tcg: Add tcg_out_dupm_vec to the backend interface
Richard Henderson
1
-0
/
+7
2019-05-13
tcg: Manually expand INDEX_op_dup_vec
Richard Henderson
1
-5
/
+3
2019-05-13
tcg: Promote tcg_out_{dup,dupi}_vec to backend interface
Richard Henderson
1
-1
/
+2
2019-05-13
tcg: Return bool success from tcg_out_mov
Richard Henderson
1
-2
/
+3
2019-04-24
tcg: Restart TB generation after out-of-line ldst overflow
Richard Henderson
1
-2
/
+4
2019-04-24
tcg/i386: Support INDEX_op_extract2_{i32,i64}
Richard Henderson
2
-2
/
+13
2019-04-24
tcg: Add INDEX_op_extract2_{i32,i64}
Richard Henderson
1
-0
/
+2
2019-02-11
tcg/i386: fix unsigned vector saturating arithmetic
Mark Cave-Ayland
1
-2
/
+2
2019-01-28
cputlb: Remove static tlb sizing
Richard Henderson
1
-1
/
+0
2019-01-28
tcg/i386: enable dynamic TLB sizing
Emilio G. Cota
2
-15
/
+15
2019-01-28
tcg: introduce dynamic TLB sizing
Emilio G. Cota
1
-0
/
+1
2019-01-28
tcg/i386: Implement vector minmax arithmetic
Richard Henderson
2
-1
/
+82
2019-01-28
tcg/i386: Implement vector saturating arithmetic
Richard Henderson
2
-1
/
+43
2019-01-28
tcg/i386: Split subroutines out of tcg_expand_vec_op
Richard Henderson
1
-219
/
+224
2019-01-28
tcg: Add opcodes for vector minmax arithmetic
Richard Henderson
1
-0
/
+1
2019-01-28
tcg: Add opcodes for vector saturated arithmetic
Richard Henderson
1
-0
/
+1
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-2
/
+2
2018-12-17
tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP
Richard Henderson
1
-0
/
+2
2018-12-17
tcg/i386: Add setup_guest_base_seg for FreeBSD
Richard Henderson
1
-0
/
+9
2018-12-17
tcg/i386: Precompute all guest_base parameters
Richard Henderson
1
-61
/
+40
2018-12-17
tcg/i386: Assume 32-bit values are zero-extended
Richard Henderson
1
-63
/
+40
2018-12-17
tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guests
Richard Henderson
2
-2
/
+9
2018-12-17
tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_path
Richard Henderson
1
-5
/
+8
2018-12-17
tcg/i386: Propagate is64 to tcg_out_qemu_ld_direct
Richard Henderson
1
-6
/
+7
2018-12-17
tcg/i386: Return false on failure from patch_reloc
Richard Henderson
1
-2
/
+2
2018-12-17
tcg: Return success from patch_reloc
Richard Henderson
1
-1
/
+2
2018-12-17
tcg/i386: Move TCG_REG_CALL_STACK from define to enum
Richard Henderson
1
-1
/
+1
2018-12-17
tcg/i386: Always use %ebp for TCG_AREG0
Richard Henderson
1
-6
/
+2
2018-09-26
tcg/i386: fix vector operations on 32-bit hosts
Roman Kapl
1
-4
/
+0
2018-07-23
tcg/i386: Mark xmm registers call-clobbered
Richard Henderson
1
-1
/
+1
2018-06-15
tcg: Reduce max TB opcode count
Richard Henderson
1
-1
/
+1
2018-06-15
tcg/i386: Use byte form of xgetbv instruction
John Arbuckle
1
-1
/
+4
2018-05-09
tcg/i386: Fix dup_vec in non-AVX2 codepath
Peter Maydell
1
-3
/
+3
2018-03-16
tcg/i386: Support INDEX_op_dup2_vec for -m32
Richard Henderson
1
-0
/
+9
2018-02-08
tcg/i386: Add vector operations
Richard Henderson
3
-54
/
+987
2017-10-10
tcg/i386: constify tcg_target_callee_save_regs
Emilio G. Cota
1
-1
/
+1
2017-09-17
tcg: Remove tcg_regset_set32
Richard Henderson
1
-19
/
+7
2017-09-17
tcg: Remove tcg_regset_clear
Richard Henderson
1
-2
/
+2
2017-09-07
tcg/i386: Store out-of-range call targets in constant pool
Richard Henderson
2
-3
/
+16
[prev]
[next]