summaryrefslogtreecommitdiffstats
path: root/target-cris
Commit message (Expand)AuthorAgeFilesLines
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+2
* target-cris: Switch to AREG0 free modeAurelien Jarno2012-09-155-186/+180
* target-cris: Avoid AREG0 for helpersAurelien Jarno2012-09-154-77/+88
* target-cris: Fix buffer overflowStefan Weil2012-09-081-1/+1
* cris: Fix NMI-flag handling on crisv10.Lars Persson2012-06-153-5/+6
* cris: Add break support for v10.Edgar E. Iglesias2012-06-143-2/+4
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-2/+2
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-1/+4
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+1
* Kill off cpu_state_reset()Andreas Färber2012-06-041-5/+0
* target-cris: Let cpu_cris_init() return CRISCPUAndreas Färber2012-06-042-6/+14
* target-cris: Reindent cpu_cris_init()Andreas Färber2012-06-041-52/+53
* target-cris: Start QOM'ifying CPU initAndreas Färber2012-04-242-1/+10
* target-cris: QOM'ify CPU resetAndreas Färber2012-04-242-21/+24
* target-cris: QOM'ify CPUAndreas Färber2012-04-244-1/+135
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-7/+5
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-cris: Don't overuse CPUStateAndreas Färber2012-03-147-62/+62
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* target-cris: Clean includesStefan Weil2012-02-284-16/+3
* cris: Handle conditional stores on CRISv10Stefan Sandstrom2011-12-123-6/+69
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* target-cris/opcode-cris.h: rename REG_PC/SP to CRIS_REG_PC/SPPeter Maydell2011-08-201-6/+6
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-8/+7
* exec.h cleanupBlue Swirl2011-07-302-29/+3
* cris: Handle opcode zeroEdgar E. Iglesias2011-06-281-3/+0
* Remove exec-all.h include directivesBlue Swirl2011-06-264-4/+0
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-11/+11
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-2/+2
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-2/+2
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2011-05-122-2/+2
|\
| * Fix typo in comment (truely -> truly)Stefan Weil2011-05-081-1/+1
| * Fix typos in comments (accessable -> accessible, priveleged -> privileged)Stefan Weil2011-05-081-1/+1
* | irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson2011-05-081-0/+3
|/
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-11/+0
* cris, microblaze: use cpu_has_workPaolo Bonzini2011-02-081-3/+1
* cris: Replace tcg branch sequence with setcondEdgar E. Iglesias2011-01-251-9/+2
* cris: Set btaken when storing direct jumpsEdgar E. Iglesias2011-01-131-0/+3
* cris: Remove unused orig_flagsEdgar E. Iglesias2011-01-101-2/+2
* cris: Allow more TB chaining for crisv10Edgar E. Iglesias2011-01-102-14/+33
* cris: Allow more TB chaningEdgar E. Iglesias2011-01-071-19/+22
* cris: Avoid useless tmp in t_gen_cc_jmp()Edgar E. Iglesias2011-01-071-6/+1
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-302-4/+3
* cris: avoid a write only variableBlue Swirl2010-10-131-3/+2
* cris: Consider the TLB valid bit on writes to the TLBEdgar E. Iglesias2010-10-071-1/+3
OpenPOWER on IntegriCloud