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
2015-09-15
target-i386: exception handling for seg_helper functions
Pavel Dovgalyuk
1
-33
/
+9
2015-09-15
target-i386: exception handling for memory helpers
Pavel Dovgalyuk
1
-5
/
+0
2015-09-15
target-i386: exception handling for div instructions
Pavel Dovgalyuk
1
-8
/
+0
2015-09-15
target-i386: exception handling for FPU instructions
Pavel Dovgalyuk
1
-24
/
+0
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2015-09-11
tlb: Add "ifetch" argument to cpu_mmu_index()
Benjamin Herrenschmidt
1
-1
/
+1
2015-09-11
maint: remove unused include for signal.h
Daniel P. Berrange
1
-1
/
+0
2015-09-09
replace spinlock by QemuMutex.
KONRAD Frederic
1
-0
/
+2
2015-07-09
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
1
-1
/
+1
2015-06-22
disas: Remove uses of CPU env
Peter Crosthwaite
1
-1
/
+1
2015-06-05
target-i386: Use correct memory attributes for ioport accesses
Paolo Bonzini
1
-6
/
+6
2015-03-13
tcg: Change translator-side labels to a pointer
Richard Henderson
1
-17
/
+16
2015-02-12
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
Richard Henderson
1
-6
/
+3
2015-02-12
tcg: Move emit of INDEX_op_end into gen_tb_end
Richard Henderson
1
-1
/
+1
2015-01-14
target-i386: do not memcpy in and out of xmm_regs
Paolo Bonzini
1
-4
/
+4
2015-01-14
target-i386: fix movntsd on big-endian hosts
Paolo Bonzini
1
-1
/
+2
2015-01-03
gen-icount: check cflags instead of use_icount global
Paolo Bonzini
1
-1
/
+1
2015-01-03
translate: check cflags instead of use_icount global
Paolo Bonzini
1
-20
/
+30
2014-12-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+14
2014-12-15
i386: do not cross the pages boundaries in replay mode
Pavel Dovgalyuk
1
-0
/
+14
2014-12-14
target-i386: fix icount processing for repz instructions
Pavel Dovgalyuk
1
-2
/
+14
2014-10-31
i386: fix breakpoints handling in icount mode
Pavel Dovgalyuk
1
-1
/
+2
2014-08-12
trace: [tcg] Include TCG-tracing header on all targets
Lluís Vilanova
1
-0
/
+3
2014-06-10
target-i386/translate.c: Remove unused tcg_gen_lshift()
Peter Maydell
1
-8
/
+0
2014-06-05
softmmu: introduce cpu_ldst.h
Paolo Bonzini
1
-0
/
+1
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
1
-3
/
+2
2014-05-12
target-i386: Preserve the Z bit for bt/bts/btr/btc
Richard Henderson
1
-9
/
+31
2014-03-13
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+2
2014-02-28
target-i386: Fix ucomis and comis memory access
Richard Henderson
1
-10
/
+36
2014-02-28
target-i386: Fix CC_OP_CLR vs PF
Richard Henderson
1
-1
/
+1
2014-02-19
target-i386: Fix I/O bitmap checks for in/out
Kevin Wolf
1
-0
/
+2
2014-01-07
target-i386: Tidy ljmp
Richard Henderson
1
-2
/
+1
2014-01-07
target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_v
Richard Henderson
1
-9
/
+9
2014-01-07
target-i386: Tidy some size computation
Richard Henderson
1
-3
/
+3
2014-01-07
target-i386: Remove gen_op_mov_reg_A0
Richard Henderson
1
-6
/
+1
2014-01-07
target-i386: Remove gen_op_mov_TN_reg
Richard Henderson
1
-64
/
+59
2014-01-07
target-i386: Remove gen_op_addl_T0_T1
Richard Henderson
1
-8
/
+3
2014-01-07
target-i386: Remove gen_op_mov_reg_T1
Richard Henderson
1
-18
/
+13
2014-01-07
target-i386: Remove gen_op_mov_reg_T0
Richard Henderson
1
-70
/
+65
2014-01-07
target-i386: Tidy cpu_regs initialization
Richard Henderson
1
-51
/
+36
2014-01-07
target_i386: Clean up gen_pop_T0
Richard Henderson
1
-47
/
+37
2014-01-07
target-i386: Combine gen_push_T* into gen_push_v
Richard Henderson
1
-74
/
+32
2014-01-07
target-i386: Tidy addr16 code in gen_lea_modrm
Richard Henderson
1
-18
/
+16
2014-01-07
target-i386: Change dflag to TCGMemOp
Richard Henderson
1
-284
/
+216
2014-01-07
target-i386: Change gen_op_mov_reg_A0 size parameter to TCGMemOp
Richard Henderson
1
-24
/
+8
2014-01-07
target-i386: Change aflag to TCGMemOp
Richard Henderson
1
-91
/
+87
2014-01-07
target-i386: Change gen_op_j*z_ecx size parameter to TCGMemOp
Richard Henderson
1
-10
/
+10
2014-01-07
target-i386: Change gen_op_add_reg_* size parameter to TCGMemOp
Richard Henderson
1
-54
/
+22
2014-01-07
target-i386: Use TCGMemOp for 'ot' variables
Richard Henderson
1
-50
/
+70
2014-01-07
target-i386: Remove gen_op_andl_A0_ffff
Richard Henderson
1
-20
/
+13
[next]