index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
nios2
/
translate.c
Age
Commit message (
Expand
)
Author
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-09
target/nios2: Use translator_use_goto_tb
Richard Henderson
2021-06-29
target/nios2: Use pc_next for pc + 4
Richard Henderson
2021-06-29
target/nios2: Inline handle_instruction
Richard Henderson
2021-06-29
target/nios2: Clean up goto in handle_instruction
Richard Henderson
2021-06-29
target/nios2: Remove assignment to env in handle_instruction
Richard Henderson
2021-06-29
target/nios2: Convert to TranslatorOps
Richard Henderson
2021-06-29
target/nios2: Add DisasContextBase to DisasContext
Richard Henderson
2021-06-29
target/nios2: Use global cpu_R
Richard Henderson
2021-06-29
target/nios2: Use global cpu_env
Richard Henderson
2021-06-29
target/nios2: Replace DISAS_TB_JUMP with DISAS_NORETURN
Richard Henderson
2021-06-05
target/nios2: fix page-fit instruction count
Pavel Dovgalyuk
2020-07-13
target/nios2: Use gen_io_start around wrctl instruction
Wentong Wu
2020-07-13
target/nios2: in line the semantics of DISAS_UPDATE with other targets
Wentong Wu
2020-07-13
target/nios2: add DISAS_NORETURN case for nothing more to generate
Wentong Wu
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2019-12-18
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
2019-08-20
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
2019-04-24
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2018-06-01
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
2017-12-18
nios2: remove duplicated includes (in code commented out)
Philippe Mathieu-Daudé
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-16
nios2: define tcg_env
Paolo Bonzini
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-06-05
target/nios2: Fix 64-bit ilp32 compilation
Richard Henderson
2017-03-04
nios2: avoid anonymous unions in designated initializers.
Paolo Bonzini
2017-01-24
nios2: Add architecture emulation support
Chris Wulff