Age | Commit message (Expand) | Author |
2011-01-19 | microblaze: Tweak comment, fast cases -> common cases | Edgar E. Iglesias |
2011-01-14 | microblaze: Improve unconditional direct branching | Edgar E. Iglesias |
2011-01-05 | microblaze: Use more TB chaining | Edgar E. Iglesias |
2011-01-02 | softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() | Peter Maydell |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil |
2010-10-02 | target-microblaze: Use %td for ptrdiff_t arguments in debug message | Stefan Weil |
2010-09-09 | microblaze: Add support for fcmp.un | Edgar E. Iglesias |
2010-09-09 | microblaze: Add basic FPU emulation | Edgar E. Iglesias |
2010-09-09 | microblaze: Add definitions for FSR reg fields | Edgar E. Iglesias |
2010-07-25 | microblaze: Remove unused members from the disas context | Edgar E. Iglesias |
2010-07-24 | microblaze: Speed up base + index addressing mode | Edgar E. Iglesias |
2010-07-24 | microblaze: Use setcond for conditional branches | Edgar E. Iglesias |
2010-07-24 | microblaze: Improve branch with small immediates | Edgar E. Iglesias |
2010-07-03 | remove exec-all.h inclusion from cpu.h | Paolo Bonzini |
2010-07-03 | move cpu_pc_from_tb to target-*/exec.h | Paolo Bonzini |
2010-07-03 | remove unused stuff from */exec.h | Paolo Bonzini |
2010-06-07 | microblaze: Make MSR_UM and MSR_VM part of the tb flags | Edgar E. Iglesias |
2010-05-19 | microblaze: Update elf machine nums. | Edgar E. Iglesias |
2010-04-25 | microblaze: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-03-17 | Large page TLB flush | Paul Brook |
2010-03-12 | Target specific usermode cleanup | Paul Brook |
2010-03-12 | Remove cpu_get_phys_page_debug from userspace emulation | Paul Brook |
2010-03-12 | Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. | Richard Henderson |
2010-02-20 | microblaze: Improve brk emulation. | Edgar E. Iglesias |
2010-02-20 | microblaze: Dont segfault when singlestepping first insn. | Edgar E. Iglesias |
2010-01-19 | kill regs_to_env and env_to_regs | Paolo Bonzini |
2009-12-16 | microblaze: Print content of EAR register | Michal Simek |
2009-12-16 | microblaze: Update debug logs. | Edgar E. Iglesias |
2009-12-13 | microblaze: Handle wdc flush and clear. | Edgar E. Iglesias |
2009-12-13 | microblaze: Correct branch to registers. | Paul Hartke |
2009-11-12 | microblaze: Restore env when raising unmapped bus access. | Edgar E. Iglesias |
2009-11-12 | microblaze: Unbreak reset. | Edgar E. Iglesias |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-25 | gcc wants 1st static and then const | Juan Quintela |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-09-11 | microblaze: Trap if QEMU finds an unknown insns. | Edgar E. Iglesias |
2009-09-11 | microblaze: Correct prio between MMU and unaligned exceptions. | Edgar E. Iglesias |
2009-09-11 | microblaze: HW Exception fixes. | Edgar E. Iglesias |
2009-09-04 | microblaze: Trap on illegal load/store sizes. | Edgar E. Iglesias |
2009-09-04 | microblaze: Correct FPU decoding masks. | Edgar E. Iglesias |
2009-09-03 | microblaze: Compute masks for alignment checks at translation time. | Edgar E. Iglesias |
2009-09-03 | microblaze: Trap on bus accesses to unmapped areas. | Edgar E. Iglesias |
2009-09-03 | microblaze: MMU shows more respect to synthesis config. | Edgar E. Iglesias |
2009-09-03 | microblaze: Trap on unaligned data accesses. | Edgar E. Iglesias |
2009-09-03 | microblaze: Trap on divizions by zero. | Edgar E. Iglesias |
2009-09-03 | microblaze: Correct mfs into r0. | Edgar E. Iglesias |
2009-09-03 | microblaze: Catch illegal insns and privilege violations. | Edgar E. Iglesias |
2009-09-03 | microblaze: Add infrastructure for supporting hw exceptions. | Edgar E. Iglesias |
2009-09-03 | microblaze: Clear exception in dslot ESR bit if not in dslot. | Edgar E. Iglesias |