summaryrefslogtreecommitdiffstats
path: root/target-microblaze/translate.c
Commit message (Expand)AuthorAgeFilesLines
...
* qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell2013-02-231-2/+0
* target-microblaze: Move TCG initialization to MicroBlazeCPU initfnAndreas Färber2013-02-161-8/+5
* target-microblaze: Introduce QOM realizefn for MicroBlazeCPUAndreas Färber2013-02-161-2/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-3/+3
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin2012-12-081-2/+2
* TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin2012-11-171-4/+5
* TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin2012-11-171-5/+5
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* microblaze: translate.c: Fix swaph decodingPeter Crosthwaite2012-11-081-1/+1
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+2
* target-microblaze: switch to AREG0 free modeBlue Swirl2012-09-151-28/+33
* qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl2012-06-211-4/+7
* target-microblaze: fix swx build breakagePeter A. G. Crosthwaite2012-06-071-5/+6
* Kill off cpu_state_reset()Andreas Färber2012-06-041-5/+0
* target-microblaze: Let cpu_mb_init() return MicroBlazeCPUAndreas Färber2012-06-041-7/+6
* target-microblaze: lwx/swx: first implementationPeter A. G. Crosthwaite2012-06-041-5/+57
* target-microblaze: impelemented swapx instructionsPeter A. G. Crosthwaite2012-05-181-1/+11
* target-microblaze: QOM'ify CPU initAndreas Färber2012-04-241-2/+0
* target-microblaze: QOM'ify CPU resetAndreas Färber2012-04-241-49/+2
* target-microblaze: QOM'ify CPUAndreas Färber2012-04-241-1/+3
* target-microblaze: added PetaLogix copyrightPeter A. G. Crosthwaite2012-04-121-0/+1
* target-microblaze: Don't overuse CPUStateAndreas Färber2012-03-141-26/+26
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* target-microblaze: Clean includesStefan Weil2012-02-281-8/+0
* microblaze: Break the tb at memory barriersEdgar E. Iglesias2012-01-121-1/+11
* microblaze: Emulate the hw stackprotectorEdgar E. Iglesias2012-01-121-0/+33
* microblaze: Add support for the clz insnEdgar E. Iglesias2012-01-121-0/+11
* fix spelling in target sub directoryDong Xu Wang2011-12-021-2/+2
* microblaze: Add an MSR_PVR constant and use it.Edgar E. Iglesias2011-08-251-2/+2
* microblaze: Make the MSR PVR bit non writableEdgar E. Iglesias2011-08-251-3/+8
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* microblaze: Add missing call to qemu_init_vcpu.Peter A. G. Crosthwaite2011-07-311-0/+1
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* microblaze: Add partial decoding of stream insnsEdgar E. Iglesias2011-04-121-0/+37
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* Fix trivial "endianness bugs"Stefan Weil2011-04-031-1/+1
* microblaze: Handle singlestepping over direct jmpsEdgar E. Iglesias2011-02-101-2/+6
* microblaze: cleanup helper_addkcEdgar E. Iglesias2011-01-231-4/+4
* microblaze: Improve subkcEdgar E. Iglesias2011-01-221-15/+49
* microblaze: Fix 3rd addkc arg when rd is r0Edgar E. Iglesias2011-01-221-2/+1
* microblaze: Improve addkcEdgar E. Iglesias2011-01-221-9/+40
* microblaze: Remove debug leftovers.Edgar E. Iglesias2011-01-221-2/+0
* microblaze: Reorganize for future patchesEdgar E. Iglesias2011-01-221-19/+17
* microblaze: Add support for load/store reversedEdgar E. Iglesias2011-01-191-8/+161
* microblaze: Tweak comment, fast cases -> common casesEdgar E. Iglesias2011-01-191-1/+1
* microblaze: Improve unconditional direct branchingEdgar E. Iglesias2011-01-141-7/+14
OpenPOWER on IntegriCloud