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
/
target
/
i386
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-27
target/i386: Generate #UD when applying LOCK to a register destination
Richard Henderson
1
-15
/
+20
2018-10-30
target/i386: Remove #ifdeffed-out icebp debugging hack
Peter Maydell
1
-6
/
+0
2018-10-02
target/i386: fix translation for icount mode
Pavel Dovgalyuk
1
-3
/
+3
2018-10-02
target/i386: rename HF_SVMI_MASK to HF_GUEST_MASK
Paolo Bonzini
1
-2
/
+2
2018-10-02
target/i386: move x86_64_hregs to DisasContext
Emilio G. Cota
1
-153
/
+154
2018-10-02
target/i386: move cpu_tmp1_i64 to DisasContext
Emilio G. Cota
1
-80
/
+80
2018-10-02
target/i386: move cpu_tmp3_i32 to DisasContext
Emilio G. Cota
1
-32
/
+32
2018-10-02
target/i386: move cpu_tmp2_i32 to DisasContext
Emilio G. Cota
1
-173
/
+174
2018-10-02
target/i386: move cpu_ptr1 to DisasContext
Emilio G. Cota
1
-26
/
+26
2018-10-02
target/i386: move cpu_ptr0 to DisasContext
Emilio G. Cota
1
-49
/
+52
2018-10-02
target/i386: move cpu_tmp4 to DisasContext
Emilio G. Cota
1
-39
/
+39
2018-10-02
target/i386: move cpu_tmp0 to DisasContext
Emilio G. Cota
1
-138
/
+144
2018-10-02
target/i386: move cpu_T1 to DisasContext
Emilio G. Cota
1
-171
/
+170
2018-10-02
target/i386: move cpu_T0 to DisasContext
Emilio G. Cota
1
-580
/
+594
2018-10-02
target/i386: move cpu_A0 to DisasContext
Emilio G. Cota
1
-236
/
+236
2018-10-02
target/i386: move cpu_cc_srcT to DisasContext
Emilio G. Cota
1
-14
/
+18
2018-08-23
fix "Missing break in switch" coverity reports
Paolo Bonzini
1
-0
/
+2
2018-06-28
target-i386: Allow interrupt injection after STGI
Jan Kiszka
1
-1
/
+2
2018-06-28
target/i386: Fix BLSR and BLSI
Richard Henderson
1
-17
/
+9
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
1
-4
/
+4
2018-05-20
tcg: fix s/compliment/complement/ typos
Emilio G. Cota
1
-1
/
+1
2018-05-09
translator: merge max_insns into DisasContextBase
Emilio G. Cota
1
-4
/
+1
2018-04-09
Add missing bit for SSE instr in VEX decoding
Eugene Minibaev
1
-1
/
+3
2018-04-05
target/i386: Fix andn instruction
Alexandro Sanchez Bach
1
-1
/
+1
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
1
-7
/
+6
2017-12-21
target/i386: Fix handling of VEX prefixes
Peter Maydell
1
-1
/
+1
2017-12-21
target/i386: Fix compiler warnings
Stefan Weil
1
-3
/
+4
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
1
-7
/
+1
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
1
-1
/
+1
2017-10-25
target/i386: Convert to disas_set_info hook
Richard Henderson
1
-7
/
+1
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
1
-3
/
+0
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
1
-1
/
+1
2017-10-24
target/i386: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
1
-2
/
+2
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
1
-24
/
+24
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
1
-6
/
+0
2017-10-24
tcg: Remove TCGV_EQUAL*
Richard Henderson
1
-3
/
+3
2017-10-16
target/i386: trap on instructions longer than >15 bytes
Paolo Bonzini
1
-7
/
+22
2017-10-16
target/i386: introduce x86_ld*_code
Paolo Bonzini
1
-103
/
+125
2017-10-10
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
1
-12
/
+5
2017-10-09
x86: Correct translation of some rdgsbase and wrgsbase encodings
Todd Eisenberger
1
-2
/
+2
2017-09-19
target/i386: set rip_offset for further SSE instructions
Joseph Myers
1
-1
/
+2
2017-09-06
target/i386: [tcg] Port to generic translation framework
Lluís Vilanova
1
-87
/
+19
2017-09-06
target/i386: [tcg] Port to disas_log
Lluís Vilanova
1
-13
/
+19
2017-09-06
target/i386: [tcg] Port to tb_stop
Lluís Vilanova
1
-12
/
+14
2017-09-06
target/i386: [tcg] Port to translate_insn
Lluís Vilanova
1
-24
/
+42
2017-09-06
target/i386: [tcg] Port to breakpoint_check
Lluís Vilanova
1
-12
/
+34
2017-09-06
target/i386: [tcg] Port to insn_start
Lluís Vilanova
1
-1
/
+8
2017-09-06
target/i386: [tcg] Port to init_disas_context
Lluís Vilanova
1
-19
/
+27
2017-09-06
target/i386: [tcg] Port to DisasContextBase
Lluís Vilanova
1
-71
/
+69
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
1
-2
/
+1
[next]