summaryrefslogtreecommitdiffstats
path: root/target/lm32/translate.c
Commit message (Expand)AuthorAgeFilesLines
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-181-1/+1
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-201-9/+0Star
* target/lm32: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-9/+1Star
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-18/+18
* tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-3/+3
* target/lm32: avoid integer overflow in next_page PC checkEmilio G. Cota2018-05-091-3/+3
* tcg: Dynamically allocate TCGOpsRichard Henderson2017-12-291-2/+0Star
* Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell2017-10-271-1/+1
|\
| * disas: Remove unused flags argumentsRichard Henderson2017-10-251-1/+1
* | tcg: Initialize cpu_env genericallyRichard Henderson2017-10-241-4/+0Star
* | tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* | tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-7/+7
|/
* target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova2017-09-061-0/+6
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-2/+2
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+1254