summaryrefslogtreecommitdiffstats
path: root/target/cris/translate.c
Commit message (Expand)AuthorAgeFilesLines
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-1/+1
* target/cris: Drop checks for singlestep_enabledRichard Henderson2021-10-161-16/+0Star
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-20/+0Star
* target/cris: Use translator_use_goto_tbRichard Henderson2021-07-091-3/+2Star
* tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0Star
* target/cris: Do not exit tb for X_FLAG changesRichard Henderson2021-06-291-3/+0Star
* target/cris: Remove dc->flagx_knownRichard Henderson2021-06-291-77/+22Star
* target/cris: Improve JMP_INDIRECTRichard Henderson2021-06-291-12/+10Star
* target/cris: Use tcg_gen_lookup_and_goto_ptrRichard Henderson2021-06-291-1/+3
* target/cris: Add DISAS_DBRANCHRichard Henderson2021-06-291-40/+56
* target/cris: Add DISAS_UPDATE_NEXTRichard Henderson2021-06-291-5/+15
* target/cris: Set cpustate_changed for rfe/rfnRichard Henderson2021-06-291-0/+2
* target/cris: Fold unhandled X_FLAG changes into cpustate_changedRichard Henderson2021-06-291-7/+6Star
* target/cris: Mark static arrays constRichard Henderson2021-06-291-9/+10
* target/cris: Convert to TranslatorOpsRichard Henderson2021-06-291-138/+169
* target/cris: Fix use_goto_tbRichard Henderson2021-06-291-7/+2Star
* target/cris: Mark exceptions as DISAS_NORETURNRichard Henderson2021-06-291-2/+3
* target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURNRichard Henderson2021-06-291-4/+3Star
* target/cris: Remove DISAS_SWIRichard Henderson2021-06-291-2/+0Star
* target/cris: Add DisasContextBase to DisasContextRichard Henderson2021-06-291-24/+25
* target/cris: Plug leakage of TCG temporariesStefan Sandstrom2021-02-221-36/+88
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-181-1/+1
* cris tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/cris: Remove superfluous breaksLiao Pingfang2020-09-011-4/+3Star
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-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-2/+0Star
* target/cris: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* target/cris: Use tcg_gen_abs_tlRichard Henderson2019-05-141-8/+1Star
* 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
* target/cris/translate: Get rid of qemu_log_separate()Thomas Huth2018-10-161-5/+1Star
* tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-3/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-05-141-1/+1
|\
| * rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini2018-05-111-1/+1
* | target/cris: avoid integer overflow in next_page PC checkEmilio G. Cota2018-05-091-3/+3
|/
* tcg: Dynamically allocate TCGOpsRichard Henderson2017-12-291-2/+0Star
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell2017-10-271-2/+1Star
|\
| * disas: Remove unused flags argumentsRichard Henderson2017-10-251-2/+1Star
* | tcg: Initialize cpu_env genericallyRichard Henderson2017-10-241-3/+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-3/+3
* | tcg: Remove TCGV_EQUAL*Richard Henderson2017-10-241-3/+3
|/
* target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova2017-09-061-1/+6
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-4/+3Star
* target-cris: Use clz opcodeRichard Henderson2017-01-101-1/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+3413