summaryrefslogtreecommitdiff
path: root/target/moxie/translate.c
AgeCommit message (Expand)Author
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-06-10target/moxie: Use env_cpu, env_archcpuRichard Henderson
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-02-06target/moxie: Fix LGPL information in the file headersThomas Huth
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2016-12-20Move target-* CPU file into a target/ folderThomas Huth