aboutsummaryrefslogtreecommitdiff
path: root/target/cris/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-06-10target/cris: Use env_cpu, env_archcpuRichard Henderson
2019-05-13target/cris: Use tcg_gen_abs_tlRichard 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-10-16target/cris/translate: Get rid of qemu_log_separate()Thomas Huth
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini
2018-05-09target/cris: avoid integer overflow in next_page PC checkEmilio G. Cota
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard 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-10-24tcg: Remove TCGV_EQUAL*Richard Henderson
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-01-10target-cris: Use clz opcodeRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth