aboutsummaryrefslogtreecommitdiff
path: root/include/exec/translator.h
AgeCommit message (Expand)Author
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2021-09-14accel/tcg: Clear PAGE_WRITE before translationIlya Leoshkevich
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-09accel/tcg: Introduce translator_use_goto_tbRichard Henderson
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson
2020-01-15translator: Use cpu_ld*_code instead of open-codingRichard Henderson
2019-10-28translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota
2017-09-06tcg: Add generic translation frameworkLluís Vilanova
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova