aboutsummaryrefslogtreecommitdiff
path: root/target/lm32/translate.c
AgeCommit message (Expand)Author
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
2019-06-10target/lm32: 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
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-09target/lm32: avoid integer overflow in next_page PC checkEmilio G. Cota
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-25disas: Remove unused flags argumentsRichard 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-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2016-12-20Move target-* CPU file into a target/ folderThomas Huth