aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze/translate.c
AgeCommit message (Expand)Author
2013-12-13target-microblaze: Use the new qemu_ld/st opcodesRichard Henderson
2013-10-24microblaze: At swx, check that the reserved word is unmodifiedEdgar E. Iglesias
2013-10-24microblaze: Turn res_addr into a tcg globalEdgar E. Iglesias
2013-10-24microblaze: Move the saving of the reservation addr into gen_loadEdgar E. Iglesias
2013-10-24microblaze: Improve srcEdgar E. Iglesias
2013-10-24microblaze: Improve srlEdgar E. Iglesias
2013-10-24microblaze: Simplify andn by using tcg_gen_andcEdgar E. Iglesias
2013-10-24microblaze: Make write_carryi input a booleanEdgar E. Iglesias
2013-10-24microblaze: Clarify expected input of write_carryEdgar E. Iglesias
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-07-09target-microblaze: Change gen_intermediate_code_internal() argument typesAndreas Färber
2013-07-09target-microblaze: gen_intermediate_code_internal() should be inlinedAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-04-02microblaze: Add support for the sleep insnEdgar E. Iglesias
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell
2013-02-16target-microblaze: Move TCG initialization to MicroBlazeCPU initfnAndreas Färber
2013-02-16target-microblaze: Introduce QOM realizefn for MicroBlazeCPUAndreas Färber
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_pc from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-10disas: avoid using cpu_single_envBlue Swirl
2012-11-08microblaze: translate.c: Fix swaph decodingPeter Crosthwaite
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-09-15target-microblaze: switch to AREG0 free modeBlue Swirl
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl
2012-06-07target-microblaze: fix swx build breakagePeter A. G. Crosthwaite
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-microblaze: Let cpu_mb_init() return MicroBlazeCPUAndreas Färber
2012-06-04target-microblaze: lwx/swx: first implementationPeter A. G. Crosthwaite
2012-05-18target-microblaze: impelemented swapx instructionsPeter A. G. Crosthwaite
2012-04-24target-microblaze: QOM'ify CPU initAndreas Färber
2012-04-24target-microblaze: QOM'ify CPU resetAndreas Färber
2012-04-24target-microblaze: QOM'ify CPUAndreas Färber
2012-04-12target-microblaze: added PetaLogix copyrightPeter A. G. Crosthwaite
2012-03-14target-microblaze: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-28target-microblaze: Clean includesStefan Weil
2012-01-12microblaze: Break the tb at memory barriersEdgar E. Iglesias
2012-01-12microblaze: Emulate the hw stackprotectorEdgar E. Iglesias
2012-01-12microblaze: Add support for the clz insnEdgar E. Iglesias
2011-12-02fix spelling in target sub directoryDong Xu Wang
2011-08-25microblaze: Add an MSR_PVR constant and use it.Edgar E. Iglesias