summaryrefslogtreecommitdiffstats
path: root/target-tricore
Commit message (Expand)AuthorAgeFilesLines
* Move target-* CPU file into a target/ folderThomas Huth2016-12-2012-14529/+0Star
* log: Add locking to large logging blocksRichard Henderson2016-11-011-0/+2
* exec: move cpu_exec_init() calls to realize functionsLaurent Vivier2016-10-241-8/+7Star
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* target-*: Clean up cpu.h header guardsMarkus Armbruster2016-07-121-3/+4
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-121-3/+3
* target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-291-2/+0Star
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-201-0/+1
|\
| * exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova2016-06-201-0/+1
* | coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-9/+4Star
|/
* target-*: dfilter support for in_asmRichard Henderson2016-06-051-1/+2
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-195-2/+4
* target-tricore: make cpu-qom.h not target specificPaolo Bonzini2016-05-192-28/+30
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* tcg: Allow goto_tb to any target PC in user modeSergey Fedorov2016-05-131-5/+15
* tb: consistently use uint32_t for tb->flagsEmilio G. Cota2016-05-131-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-241-0/+1
|\
| * include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* | target-tricore: Add ftoi and itof instructionsBastian Koppelmann2016-03-233-0/+42
* | target-tricore: Add cmp.f instructionBastian Koppelmann2016-03-233-0/+27
* | target-tricore: Add div.f instructionBastian Koppelmann2016-03-233-0/+30
* | target-tricore: Add mul.f instructionBastian Koppelmann2016-03-233-0/+30
* | target-tricore: add add.f/sub.f instructionsBastian Koppelmann2016-03-233-1/+36
* | target-tricore: Move general CHECK_REG_PAIR of decode_rrr_divideBastian Koppelmann2016-03-231-2/+8
* | target-tricore: Add FPU infrastructureBastian Koppelmann2016-03-236-3/+115
* | target-tricore: Fix psw_read() clearing too many bitsBastian Koppelmann2016-03-231-1/+1
* | target-tricore: Fix helper_msub64_q_ssov not reseting OVF bitBastian Koppelmann2016-03-231-0/+2
* | target-tricore: add missing break in insn decode switch stmtBastian Koppelmann2016-03-231-0/+2
|/
* tcg: Add type for vCPU pointersLluís Vilanova2016-03-011-1/+1
* target-tricore: add opd trap generationBastian Koppelmann2016-02-251-8/+277
* target-tricore: add illegal opcode trap generationBastian Koppelmann2016-02-251-19/+156
* target-tricore: add context managment trap generationBastian Koppelmann2016-02-251-3/+30
* target-tricore: Add trap handling & SOVF/OVF trapsBastian Koppelmann2016-02-254-2/+147
* target-tricore: Fix wrong precedences on psw_writeBastian Koppelmann2016-02-251-4/+4
* target-tricore: fix save_context_upper using env->PSWBastian Koppelmann2016-02-251-1/+1
* all: Clean up includesPeter Maydell2016-02-231-1/+0Star
* tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson2016-02-091-11/+11
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+1
* tricore: Clean up includesPeter Maydell2016-01-294-6/+4Star
* tricore: avoid "naked" qemu_logPaolo Bonzini2015-12-171-2/+2
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+6
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-26/+5Star
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-2/+3
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-7/+13
* target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson2015-10-071-2/+1Star
* target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson2015-10-071-0/+2
* tricore: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+0Star
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-112-2/+2
* maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0Star