aboutsummaryrefslogtreecommitdiffstats
path: root/target-microblaze
AgeCommit message (Expand)AuthorFilesLines
2012-01-12microblaze: Break the tb at memory barriersEdgar E. Iglesias1-1/+11
2012-01-12microblaze: Emulate the hw stackprotectorEdgar E. Iglesias4-0/+48
2012-01-12microblaze: Add support for the clz insnEdgar E. Iglesias3-0/+17
2011-12-02fix spelling in target sub directoryDong Xu Wang2-3/+3
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-08-25microblaze: Add an MSR_PVR constant and use it.Edgar E. Iglesias2-2/+3
2011-08-25microblaze: Make the MSR PVR bit non writableEdgar E. Iglesias1-3/+8
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-4/+4
2011-07-31microblaze: Add missing call to qemu_init_vcpu.Peter A. G. Crosthwaite1-0/+1
2011-07-30exec.h cleanupBlue Swirl2-28/+4
2011-07-20Fix unassigned memory access handlingBlue Swirl2-12/+6
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/+13
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 Liguori1-1/+1
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson1-0/+3
2011-05-08Fix typos in comments (accross -> across)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-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-2/+2
2011-04-12microblaze: Add partial decoding of stream insnsEdgar E. Iglesias4-0/+78
2011-04-12microblaze: Add stream-insn related constantsEdgar E. Iglesias1-0/+9
2011-04-11microblaze: Add constant for exception-code maskEdgar E. Iglesias1-0/+1
2011-04-11microblaze: Correct MMU_ZONES maskAlejandro Cabrera1-1/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-04-03Fix trivial "endianness bugs"Stefan Weil1-1/+1
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-11/+0
2011-03-11microblaze: Add PVR for writeback cache, endiansMichal Simek1-0/+4
2011-02-10microblaze: Handle singlestepping over direct jmpsEdgar E. Iglesias1-2/+6
2011-02-08cris, microblaze: use cpu_has_workPaolo Bonzini1-3/+1
2011-01-23microblaze: cleanup helper_addkcEdgar E. Iglesias3-10/+7
2011-01-22microblaze: Improve subkcEdgar E. Iglesias3-38/+49
2011-01-22microblaze: Fix 3rd addkc arg when rd is r0Edgar E. Iglesias1-2/+1
2011-01-22microblaze: Improve addkcEdgar E. Iglesias3-26/+45
2011-01-22microblaze: Remove debug leftovers.Edgar E. Iglesias1-2/+0
2011-01-22microblaze: Reorganize for future patchesEdgar E. Iglesias1-19/+17
2011-01-19microblaze: Add support for load/store reversedEdgar E. Iglesias1-8/+161
2011-01-19microblaze: Tweak comment, fast cases -> common casesEdgar E. Iglesias1-1/+1
2011-01-14microblaze: Improve unconditional direct branchingEdgar E. Iglesias1-7/+14
2011-01-05microblaze: Use more TB chainingEdgar E. Iglesias1-5/+23
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-1/+1
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-2/+1
2010-10-02target-microblaze: Use %td for ptrdiff_t arguments in debug messageStefan Weil1-1/+1
2010-09-09microblaze: Add support for fcmp.unEdgar E. Iglesias1-2/+16
2010-09-09microblaze: Add basic FPU emulationEdgar E. Iglesias4-9/+358
2010-09-09microblaze: Add definitions for FSR reg fieldsEdgar E. Iglesias1-0/+7
2010-07-25microblaze: Remove unused members from the disas contextEdgar E. Iglesias1-5/+1
2010-07-24microblaze: Speed up base + index addressing modeEdgar E. Iglesias1-0/+7