summaryrefslogtreecommitdiff
path: root/target-cris
AgeCommit message (Expand)AuthorFilesLines
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin1-4/+4
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin1-5/+5
2012-11-17target-cris/translate.c: Code style clean-upEvgeny Voevodin1-2500/+2540
2012-11-10disas: avoid using cpu_single_envBlue Swirl1-1/+1
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-28target-cris: rename helper flagsAurelien Jarno1-9/+9
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-1/+1
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson1-1/+2
2012-09-15target-cris: Switch to AREG0 free modeAurelien Jarno5-186/+180
2012-09-15target-cris: Avoid AREG0 for helpersAurelien Jarno4-77/+88
2012-09-08target-cris: Fix buffer overflowStefan Weil1-1/+1
2012-06-15cris: Fix NMI-flag handling on crisv10.Lars Persson3-5/+6
2012-06-14cris: Add break support for v10.Edgar E. Iglesias3-2/+4
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini1-2/+2
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-1/+4
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-0/+1
2012-06-04Kill off cpu_state_reset()Andreas Färber1-5/+0
2012-06-04target-cris: Let cpu_cris_init() return CRISCPUAndreas Färber2-6/+14
2012-06-04target-cris: Reindent cpu_cris_init()Andreas Färber1-52/+53
2012-04-24target-cris: Start QOM'ifying CPU initAndreas Färber2-1/+10
2012-04-24target-cris: QOM'ify CPU resetAndreas Färber2-21/+24
2012-04-24target-cris: QOM'ify CPUAndreas Färber4-1/+135
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-7/+5
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-cris: Don't overuse CPUStateAndreas Färber7-62/+62
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-02-28target-cris: Clean includesStefan Weil4-16/+3
2011-12-12cris: Handle conditional stores on CRISv10Stefan Sandstrom3-6/+69
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-20target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SPPeter Maydell1-6/+6
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-8/+7
2011-07-30exec.h cleanupBlue Swirl2-29/+3
2011-06-28cris: Handle opcode zeroEdgar E. Iglesias1-3/+0
2011-06-26Remove exec-all.h include directivesBlue Swirl4-4/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-11/+11
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-2/+2
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-2/+2
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-2/+2
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson1-0/+3
2011-05-08Fix typo in comment (truely -> truly)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (accessable -> accessible, priveleged -> privileged)Stefan Weil1-1/+1
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-11/+0
2011-02-08cris, microblaze: use cpu_has_workPaolo Bonzini1-3/+1
2011-01-25cris: Replace tcg branch sequence with setcondEdgar E. Iglesias1-9/+2
2011-01-13cris: Set btaken when storing direct jumpsEdgar E. Iglesias1-0/+3
2011-01-10cris: Remove unused orig_flagsEdgar E. Iglesias1-2/+2