aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze
AgeCommit message (Expand)Author
2011-03-13inline cpu_halted into sole callerPaolo Bonzini
2011-03-11microblaze: Add PVR for writeback cache, endiansMichal Simek
2011-02-10microblaze: Handle singlestepping over direct jmpsEdgar E. Iglesias
2011-02-08cris, microblaze: use cpu_has_workPaolo Bonzini
2011-01-23microblaze: cleanup helper_addkcEdgar E. Iglesias
2011-01-22microblaze: Improve subkcEdgar E. Iglesias
2011-01-22microblaze: Fix 3rd addkc arg when rd is r0Edgar E. Iglesias
2011-01-22microblaze: Improve addkcEdgar E. Iglesias
2011-01-22microblaze: Remove debug leftovers.Edgar E. Iglesias
2011-01-22microblaze: Reorganize for future patchesEdgar E. Iglesias
2011-01-19microblaze: Add support for load/store reversedEdgar E. Iglesias
2011-01-19microblaze: Tweak comment, fast cases -> common casesEdgar E. Iglesias
2011-01-14microblaze: Improve unconditional direct branchingEdgar E. Iglesias
2011-01-05microblaze: Use more TB chainingEdgar E. Iglesias
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-02target-microblaze: Use %td for ptrdiff_t arguments in debug messageStefan Weil
2010-09-09microblaze: Add support for fcmp.unEdgar E. Iglesias
2010-09-09microblaze: Add basic FPU emulationEdgar E. Iglesias
2010-09-09microblaze: Add definitions for FSR reg fieldsEdgar E. Iglesias
2010-07-25microblaze: Remove unused members from the disas contextEdgar E. Iglesias
2010-07-24microblaze: Speed up base + index addressing modeEdgar E. Iglesias
2010-07-24microblaze: Use setcond for conditional branchesEdgar E. Iglesias
2010-07-24microblaze: Improve branch with small immediatesEdgar E. Iglesias
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-07-03remove unused stuff from */exec.hPaolo Bonzini
2010-06-07microblaze: Make MSR_UM and MSR_VM part of the tb flagsEdgar E. Iglesias
2010-05-19microblaze: Update elf machine nums.Edgar E. Iglesias
2010-04-25microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-03-17Large page TLB flushPaul Brook
2010-03-12Target specific usermode cleanupPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson
2010-02-20microblaze: Improve brk emulation.Edgar E. Iglesias
2010-02-20microblaze: Dont segfault when singlestepping first insn.Edgar E. Iglesias
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini
2009-12-16microblaze: Print content of EAR registerMichal Simek
2009-12-16microblaze: Update debug logs.Edgar E. Iglesias
2009-12-13microblaze: Handle wdc flush and clear.Edgar E. Iglesias
2009-12-13microblaze: Correct branch to registers.Paul Hartke
2009-11-12microblaze: Restore env when raising unmapped bus access.Edgar E. Iglesias
2009-11-12microblaze: Unbreak reset.Edgar E. Iglesias
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-25gcc wants 1st static and then constJuan Quintela
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11microblaze: Trap if QEMU finds an unknown insns.Edgar E. Iglesias
2009-09-11microblaze: Correct prio between MMU and unaligned exceptions.Edgar E. Iglesias
2009-09-11microblaze: HW Exception fixes.Edgar E. Iglesias