aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze
AgeCommit message (Expand)Author
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
2009-09-04microblaze: Trap on illegal load/store sizes.Edgar E. Iglesias
2009-09-04microblaze: Correct FPU decoding masks.Edgar E. Iglesias
2009-09-03microblaze: Compute masks for alignment checks at translation time.Edgar E. Iglesias
2009-09-03microblaze: Trap on bus accesses to unmapped areas.Edgar E. Iglesias
2009-09-03microblaze: MMU shows more respect to synthesis config.Edgar E. Iglesias
2009-09-03microblaze: Trap on unaligned data accesses.Edgar E. Iglesias
2009-09-03microblaze: Trap on divizions by zero.Edgar E. Iglesias
2009-09-03microblaze: Correct mfs into r0.Edgar E. Iglesias
2009-09-03microblaze: Catch illegal insns and privilege violations.Edgar E. Iglesias
2009-09-03microblaze: Add infrastructure for supporting hw exceptions.Edgar E. Iglesias
2009-09-03microblaze: Clear exception in dslot ESR bit if not in dslot.Edgar E. Iglesias
2009-09-03microblaze: Correct MMU debug log.Edgar E. Iglesias
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-27microblaze: Make writes to MMU_ZPR flush the TLB.Edgar E. Iglesias
2009-05-27microblaze: Correct typo.Edgar E. Iglesias