COMMITS
/ include/exec/translator.h June 21, 2023
A
accel/tcg: Replace target_ulong with vaddr in translator_*()
Anton Johansson committed
April 2, 2023
R
accel/tcg: Tidy includes for translator.[ch]
Richard Henderson committed
R
accel/tcg: Move translator_fake_ldb out of line
Richard Henderson committed
May 23, 2023
R
accel/tcg: Introduce translator_io_start
Richard Henderson committed
February 25, 2023
R
accel/tcg: Remove translator_loop_temp_check
Richard Henderson committed
January 29, 2023
R
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson committed
October 27, 2022
A
target/s390x: fake instruction loading when handling 'ex'
Alex Bennée committed
August 11, 2022
R
accel/tcg: Add fast path for translator_ld*
Richard Henderson committed
R
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson committed
R
accel/tcg: Remove translator_ldsw
Richard Henderson committed
I
accel/tcg: Introduce is_same_page()
Ilya Leoshkevich committed
May 6, 2022
M
Clean up decorations and whitespace around header guards
Markus Armbruster committed
April 17, 2022
R
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson committed
August 5, 2021
I
accel/tcg: Clear PAGE_WRITE before translation
Ilya Leoshkevich committed
August 9, 2021
I
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich committed
July 19, 2021
R
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson committed
June 20, 2021
R
accel/tcg: Introduce translator_use_goto_tb
Richard Henderson committed
October 29, 2020
R
tcg: Make DisasContextBase.tb const
Richard Henderson committed
December 11, 2019
R
translator: Use cpu_ld*_code instead of open-coding
Richard Henderson committed
November 28, 2018
E
translator: add translator_ld{ub,sw,uw,l,q}
Emilio G. Cota committed
March 15, 2019
M
Clean up decorations and whitespace around header guards
Markus Armbruster committed
April 16, 2019
R
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson committed
February 20, 2018
E
translator: merge max_insns into DisasContextBase
Emilio G. Cota committed
July 14, 2017
L
tcg: Add generic translation framework
Lluís Vilanova committed
L
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova committed