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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
tcg-target.inc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec
Richard Henderson
1
-16
/
+100
2020-04-07
tcg/i386: Fix %r12 guest_base initialization
Richard Henderson
1
-1
/
+1
2020-03-30
tcg/i386: Fix INDEX_op_dup2_vec
Richard Henderson
1
-3
/
+7
2020-03-17
tcg/i386: Bound shift count expanding sari_vec
Richard Henderson
1
-3
/
+6
2020-01-15
tcg: Search includes in the parent source directory
Philippe Mathieu-Daudé
1
-2
/
+2
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
1
-12
/
+12
2019-06-10
cpu: Move the softmmu tlb to CPUNegativeOffsetState
Richard Henderson
1
-2
/
+4
2019-06-10
tcg: Create struct CPUTLB
Richard Henderson
1
-2
/
+2
2019-05-22
tcg/i386: Use MOVDQA for TCG_TYPE_V128 load/store
Richard Henderson
1
-2
/
+22
2019-05-22
tcg/i386: Use umin/umax in expanding unsigned compare
Richard Henderson
1
-19
/
+61
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
1
-4
/
+35
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
1
-0
/
+15
2019-05-13
tcg/i386: Support vector scalar shift opcodes
Richard Henderson
1
-0
/
+35
2019-05-13
tcg/i386: Support vector variable shift opcodes
Richard Henderson
1
-0
/
+35
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
1
-0
/
+11
2019-02-11
tcg/i386: fix unsigned vector saturating arithmetic
Mark Cave-Ayland
1
-2
/
+2
2019-01-28
tcg/i386: enable dynamic TLB sizing
Emilio G. Cota
1
-14
/
+14
2019-01-28
tcg/i386: Implement vector minmax arithmetic
Richard Henderson
1
-0
/
+81
2019-01-28
tcg/i386: Implement vector saturating arithmetic
Richard Henderson
1
-0
/
+42
2019-01-28
tcg/i386: Split subroutines out of tcg_expand_vec_op
Richard Henderson
1
-219
/
+224
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-2
/
+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
1
-0
/
+6
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-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
1
-52
/
+935
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
1
-3
/
+15
2017-09-07
tcg: Rearrange ldst label tracking
Richard Henderson
1
-2
/
+2
[next]