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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
/
tcg
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-19
target/i386: introduce insn_get_addr
Paolo Bonzini
1
-10
/
+26
2022-09-19
target/i386: REPZ and REPNZ are mutually exclusive
Paolo Bonzini
1
-0
/
+2
2022-09-19
target/i386: fix INSERTQ implementation
Paolo Bonzini
1
-2
/
+12
2022-09-18
target/i386: Raise #GP on unaligned m128 accesses when required.
Paolo Bonzini
1
-18
/
+25
2022-09-06
target/i386: Make translator stop before the end of a page
Ilya Leoshkevich
1
-24
/
+38
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
1
-2
/
+3
2022-09-06
accel/tcg: Remove translator_ldsw
Richard Henderson
1
-1
/
+1
2022-09-01
target/i386: reimplement AVX comparison helpers
Paul Brook
1
-10
/
+10
2022-09-01
target/i386: Add CHECK_NO_VEX
Paul Brook
1
-0
/
+26
2022-09-01
target/i386: do not cast gen_helper_* function pointers
Paolo Bonzini
1
-38
/
+37
2022-09-01
target/i386: Add size suffix to vector FP helpers
Paolo Bonzini
1
-18
/
+19
2022-09-01
target/i386: isolate MMX code more
Paolo Bonzini
1
-18
/
+32
2022-09-01
target/i386: check SSE table flags instead of hardcoding opcodes
Paolo Bonzini
1
-44
/
+31
2022-09-01
target/i386: Move 3DNOW decoder
Paul Brook
1
-13
/
+17
2022-09-01
target/i386: Rework sse_op_table6/7
Paul Brook
1
-100
/
+132
2022-09-01
target/i386: Rework sse_op_table1
Paul Brook
1
-130
/
+183
2022-09-01
target/i386: Add ZMM_OFFSET macro
Paul Brook
1
-33
/
+27
2022-09-01
target/i386: formatting fixes
Paolo Bonzini
1
-3
/
+4
2022-09-01
target/i386: do not use MOVL to move data between SSE registers
Paolo Bonzini
1
-2
/
+4
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
1
-3
/
+3
2022-04-20
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
1
-6
/
+8
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
1
-1
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-03-24
target/i386: tcg: high bits SSE cmp operation must be ignored
Paolo Bonzini
1
-4
/
+2
2022-02-16
target/i386: add TCG support for UMIP
Gareth Webb
1
-0
/
+15
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
1
-18
/
+18
2021-12-15
target/i386: Use assert() to sanity-check b1 in SSE decode
Peter Maydell
1
-9
/
+3
2021-10-15
target/i386: Drop check for singlestep_enabled
Richard Henderson
1
-3
/
+1
2021-10-15
target/i386: Check CF_NO_GOTO_TB for dc->jmp_opt
Richard Henderson
1
-2
/
+3
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
1
-5
/
+5
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
1
-28
/
+0
2021-07-13
target/i386: Correct implementation for FCS, FIP, FDS and FDP
Ziqiao Kong
1
-1
/
+42
2021-07-13
target/i386: Trivial code motion and code style fix
Ziqiao Kong
1
-435
/
+446
2021-07-12
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
1
-13
/
+2
2021-07-09
target/i386: Use translator_use_goto_tb
Richard Henderson
1
-12
/
+2
2021-07-09
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
1
-1
/
+0
2021-07-09
target/i386: fix exceptions for MOV to DR
Paolo Bonzini
1
-0
/
+1
2021-06-29
target/i386: Improve bswap translation
Richard Henderson
1
-10
/
+4
2021-06-29
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
1
-1
/
+1
2021-06-04
target/i386: Fix decode of cr8
Richard Henderson
1
-0
/
+1
2021-05-20
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' i...
Peter Maydell
1
-0
/
+1
2021-05-20
target/i386: Make sure that vsyscall's tb->size != 0
Ilya Leoshkevich
1
-0
/
+1
2021-05-19
target/i386: Remove user-only i/o stubs
Richard Henderson
1
-0
/
+6
2021-05-19
target/i386: Move helper_check_io to sysemu
Richard Henderson
1
-1
/
+10
2021-05-19
target/i386: Create helper_check_io
Richard Henderson
1
-13
/
+1
2021-05-19
target/i386: Pass in port to gen_check_io
Richard Henderson
1
-26
/
+29
2021-05-19
target/i386: Tidy gen_check_io
Richard Henderson
1
-27
/
+30
2021-05-19
target/i386: Exit tb after wrmsr
Richard Henderson
1
-0
/
+2
2021-05-19
target/i386: Eliminate user stubs for read/write_crN, rd/wrmsr
Richard Henderson
1
-0
/
+4
2021-05-19
target/i386: Unify invlpg, invlpga
Richard Henderson
1
-8
/
+12
[next]