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
/
xtensa
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-26
target/xtensa: Convert to tcg_ops restore_state_to_opc
Richard Henderson
1
-6
/
+0
2022-09-13
target/xtensa: Honour -semihosting-config userspace=on
Peter Maydell
1
-3
/
+4
2022-09-13
semihosting: Allow optional use of semihosting from userspace
Peter Maydell
1
-3
/
+3
2022-09-06
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
1
-2
/
+4
2022-05-06
target/xtensa: implement cache test option opcodes
Max Filippov
1
-0
/
+38
2022-05-06
target/xtensa: use tcg_constant_* for remaining opcodes
Max Filippov
1
-52
/
+25
2022-05-06
target/xtensa: use tcg_constant_* for FPU conversion opcodes
Max Filippov
1
-12
/
+6
2022-05-06
target/xtensa: use tcg_constant_* for numbered special registers
Max Filippov
1
-12
/
+4
2022-05-06
target/xtensa: use tcg_constant_* for TLB opcodes
Max Filippov
1
-8
/
+4
2022-05-06
target/xtensa: use tcg_constant_* for exceptions
Max Filippov
1
-13
/
+5
2022-05-06
target/xtensa: use tcg_contatnt_* for numeric literals
Max Filippov
1
-19
/
+9
2022-05-06
target/xtensa: fix missing tcg_temp_free in gen_window_check
Max Filippov
1
-2
/
+2
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
1
-3
/
+4
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-3
/
+3
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
1
-2
/
+2
2021-10-15
target/xtensa: Drop check for singlestep_enabled
Richard Henderson
1
-17
/
+8
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
1
-2
/
+3
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
1
-17
/
+0
2021-07-09
target/xtensa: Use translator_use_goto_tb
Richard Henderson
1
-5
/
+1
2021-07-09
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
1
-1
/
+0
2021-05-20
target/xtensa: clean up unaligned access
Max Filippov
1
-59
/
+61
2021-05-20
target/xtensa: fix access ring in l32ex
Max Filippov
1
-1
/
+1
2021-05-20
target/xtensa: don't generate extra EXCP_DEBUG on exception
Max Filippov
1
-6
/
+0
2021-05-20
target/xtensa: Make sure that tb->size != 0
Ilya Leoshkevich
1
-0
/
+3
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
1
-1
/
+1
2020-08-21
target/xtensa: implement FPU division and square root
Max Filippov
1
-0
/
+104
2020-08-21
target/xtensa: add DFPU registers and opcodes
Max Filippov
1
-23
/
+1103
2020-08-21
target/xtensa: don't access BR regfile directly
Max Filippov
1
-4
/
+16
2020-08-21
target/xtensa: move FSR/FCR register accessors
Max Filippov
1
-32
/
+32
2020-08-21
target/xtensa: rename FPU2000 translators and helpers
Max Filippov
1
-35
/
+35
2020-08-21
target/xtensa: support copying registers up to 64 bits wide
Max Filippov
1
-5
/
+21
2020-08-21
target/xtensa: add geometry to xtensa_get_regfile_by_name
Max Filippov
1
-8
/
+27
2020-08-21
target/xtensa: make opcode properties more dynamic
Max Filippov
1
-261
/
+277
2020-06-22
target/xtensa: drop gen_io_end call
Max Filippov
1
-3
/
+0
2020-05-17
target/xtensa: fix simcall for newer hardware
Max Filippov
1
-3
/
+6
2020-04-30
target/xtensa: work around missing SR definitions
Max Filippov
1
-14
/
+34
2020-04-07
target/xtensa: statically allocate xtensa_insnbufs in DisasContext
Max Filippov
1
-16
/
+2
2020-04-07
target/xtensa: fix pasto in pfwait.r opcode name
Max Filippov
1
-1
/
+1
2020-04-07
target/xtensa: add FIXME for translation memory leak
Alex Bennée
1
-0
/
+5
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
1
-1
/
+1
2020-01-06
target/xtensa: fix ps.ring use in MPU configs
Max Filippov
1
-1
/
+2
2019-10-28
target/xtensa: fetch code with translator_ld
Emilio G. Cota
1
-2
/
+2
2019-08-20
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
1
-15
/
+0
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-05-28
semihosting: move semihosting configuration into its own directory
Alex Bennée
1
-1
/
+1
2019-05-21
Merge remote-tracking branch 'remotes/xtensa/tags/20190520-xtensa' into staging
Peter Maydell
1
-1005
/
+1942
2019-05-15
target/xtensa: implement exclusive access option
Max Filippov
1
-0
/
+100
2019-05-15
target/xtensa: implement block prefetch option opcodes
Max Filippov
1
-0
/
+42
2019-05-14
target/xtensa: implement DIWBUI.P opcode
Max Filippov
1
-0
/
+10
2019-05-13
target/xtensa: Use tcg_gen_abs_i32
Richard Henderson
1
-8
/
+1
[next]