summaryrefslogtreecommitdiffstats
path: root/target/cris
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-10-311-1/+1
* target/cris: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-262-6/+11
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+8
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+3
* Normalize header guard symbol definitionMarkus Armbruster2022-05-111-1/+1
* exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-3/+4
* target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-1/+1
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-062-4/+1Star
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-061-2/+1Star
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-1/+1
* target/cris: Make cris_cpu_tlb_fill sysemu onlyRichard Henderson2021-11-024-26/+11Star
* target/cris: Drop checks for singlestep_enabledRichard Henderson2021-10-161-16/+0Star
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-221-8/+0Star
* target/cris: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-143-18/+5Star
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-20/+0Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-4/+2Star
|\
| * 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
* | meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé2021-07-091-0/+2
|/
* target/cris: Do not exit tb for X_FLAG changesRichard Henderson2021-06-291-3/+0Star
* target/cris: Remove dc->flagx_knownRichard Henderson2021-06-292-81/+24Star
* 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-292-12/+13
* target/cris: Mark helper_raise_exception noreturnRichard Henderson2021-06-291-1/+1
* 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-292-3/+5
* 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-292-26/+27
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-2/+2
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-271-0/+8
* target/cris: Plug leakage of TCG temporariesStefan Sandstrom2021-02-222-59/+135
* target/cris: Let cris_mmu_translate() use MMUAccessType access_typePhilippe Mathieu-Daudé2021-02-222-13/+13
* target/cris: Use MMUAccessType enum type when possiblePhilippe Mathieu-Daudé2021-02-222-9/+8Star
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-181-1/+1
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-052-16/+32
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-052-8/+8
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-6/+6
* cris tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-1510-10/+10
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1