aboutsummaryrefslogtreecommitdiff
path: root/target/nios2/translate.c
AgeCommit message (Expand)Author
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-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
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-12-18nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé
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-10-16nios2: define tcg_envPaolo Bonzini
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
2017-06-05target/nios2: Fix 64-bit ilp32 compilationRichard Henderson
2017-03-04nios2: avoid anonymous unions in designated initializers.Paolo Bonzini
2017-01-24nios2: Add architecture emulation supportChris Wulff