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
/
target-i386
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-10
tcg: Move helper registration into tcg_context_init
Richard Henderson
1
-4
/
+0
2013-09-12
target-i386: Only provide CMOV and friends if feature bit set
Peter Maydell
1
-0
/
+19
2013-09-02
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
1
-1
/
+1
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+3
2013-07-09
target-i386: Change gen_intermediate_code_internal() argument to X86CPU
Andreas Färber
1
-4
/
+5
2013-05-31
target-i386: Fix aflag logic for CODE64 and the 0x67 prefix
Richard Henderson
1
-15
/
+15
2013-05-10
target-i386: ROR r8/r16 imm instruction fix
Aurelien Jarno
1
-0
/
+1
2013-05-02
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
1
-5
/
+5
2013-04-20
i386 ROR r8/r16 instruction fix
Pavel Dovgaluk
1
-0
/
+1
2013-04-13
target-i386: add AES-NI instructions
Aurelien Jarno
1
-0
/
+7
2013-04-13
target-i386: add pclmulqdq instruction
Aurelien Jarno
1
-0
/
+3
2013-04-01
target-i386: SSE4.1: fix pinsrb instruction
Aurelien Jarno
1
-2
/
+2
2013-03-23
target-i386: Fix flags computation for ADOX
Richard Henderson
1
-1
/
+1
2013-03-22
Fix typos and misspellings
Peter Maydell
1
-1
/
+1
2013-03-03
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
1
-2
/
+2
2013-02-27
target-i386: Use mulu2 and muls2
Richard Henderson
1
-111
/
+56
2013-02-23
target-i386: Use add2 to implement the ADX extension
Richard Henderson
1
-11
/
+9
2013-02-19
target-i386: Use movcond to implement shiftd.
Richard Henderson
1
-141
/
+106
2013-02-19
target-i386: Discard CC_OP computation in set_cc_op also
Richard Henderson
1
-3
/
+11
2013-02-19
target-i386: Use movcond to implement rotate flags.
Richard Henderson
1
-116
/
+121
2013-02-19
target-i386: Use movcond to implement shift flags.
Richard Henderson
1
-52
/
+42
2013-02-19
target-i386: Add CC_OP_CLR
Richard Henderson
1
-3
/
+14
2013-02-19
target-i386: Implement tzcnt and fix lzcnt
Richard Henderson
1
-37
/
+49
2013-02-19
target-i386: Implement ADX extension
Richard Henderson
1
-3
/
+106
2013-02-18
target-i386: Implement RORX
Richard Henderson
1
-0
/
+32
2013-02-18
target-i386: Implement SHLX, SARX, SHRX
Richard Henderson
1
-0
/
+31
2013-02-18
target-i386: Implement PDEP, PEXT
Richard Henderson
1
-0
/
+36
2013-02-18
target-i386: Implement MULX
Richard Henderson
1
-0
/
+39
2013-02-18
target-i386: Implement BZHI
Richard Henderson
1
-0
/
+27
2013-02-18
target-i386: Implement BLSR, BLSMSK, BLSI
Richard Henderson
1
-0
/
+48
2013-02-18
target-i386: Implement BEXTR
Richard Henderson
1
-0
/
+40
2013-02-18
target-i386: Implement ANDN
Richard Henderson
1
-2
/
+17
2013-02-18
target-i386: Implement MOVBE
Richard Henderson
1
-25
/
+97
2013-02-18
target-i386: Decode the VEX prefixes
Richard Henderson
1
-4
/
+64
2013-02-18
target-i386: Tidy prefix parsing
Richard Henderson
1
-82
/
+52
2013-02-18
target-i386: Use CC_SRC2 for ADC and SBB
Richard Henderson
1
-49
/
+31
2013-02-18
target-i386: Make helper_cc_compute_{all,c} const
Richard Henderson
1
-4
/
+27
2013-02-18
target-i386: optimize flags checking after sub using CC_SRCT
Richard Henderson
1
-15
/
+31
2013-02-18
target-i386: Update cc_op before TCG branches
Richard Henderson
1
-4
/
+4
2013-02-18
target-i386: introduce gen_jcc1_noeob
Richard Henderson
1
-5
/
+22
2013-02-18
target-i386: use gen_op for cmps/scas
Richard Henderson
1
-14
/
+6
2013-02-18
target-i386: kill cpu_T3
Paolo Bonzini
1
-11
/
+8
2013-02-18
target-i386: expand cmov via movcond
Richard Henderson
1
-25
/
+20
2013-02-18
target-i386: introduce gen_cmovcc1
Paolo Bonzini
1
-34
/
+38
2013-02-18
target-i386: cleanup temporary macros for CCPrepare
Paolo Bonzini
1
-47
/
+39
2013-02-18
target-i386: inline gen_prepare_cc_slow
Richard Henderson
1
-45
/
+46
2013-02-18
target-i386: use CCPrepare to generate conditional jumps
Paolo Bonzini
1
-110
/
+9
2013-02-18
target-i386: introduce gen_prepare_cc
Richard Henderson
1
-49
/
+42
2013-02-18
target-i386: introduce CCPrepare
Richard Henderson
1
-54
/
+93
2013-02-18
target-i386: optimize setcc instructions
Paolo Bonzini
1
-58
/
+37
[next]