Better SuperSPARC emulation (Robert Reif)
[qemu] / target-cris /
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-07 aurel32Remove FORCE_RET() and RETURN()
2008-11-30 aurel32Common cpu_loop_exit prototype
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-21 edgar_iglCRIS: remove unused op_template.h.
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aliguoriRefactor translation block CPU state handling (Jan...
2008-11-18 aliguoriConvert CPU_PC_FROM_TB to static inline (Jan Kiszka)
2008-11-17 pbrookTCG variable type checking.
2008-11-01 aurel32target-cris: access to TCG variables through GET_TCGV()
2008-10-28 edgar_iglCRIS: Plug more temp leaks.
2008-10-27 edgar_iglCRIS: Plug a few temp leaks.
2008-10-27 edgar_iglCRIS: Remove cpu_T.
2008-10-27 edgar_iglCRIS: Avoid more cpu_T usage.
2008-10-27 edgar_iglCRIS: Avoid cpu_T[1] for move_r.
2008-10-27 edgar_iglCRIS: Avoid using cpu_T[0] for testing condition codes.
2008-10-27 edgar_iglCRIS: Add branch-free versions of abs, lsl, lsr and...
2008-10-26 edgar_iglCRIS: Correct tcg globals allocation for 64bit hosts.
2008-10-11 edgar_iglCRIS: Initialize the arch version preg to v32.
2008-10-08 edgar_iglCRIS: Partial EXS reg support and fixes for SPC.
2008-10-08 edgar_iglCRIS: Correct typos.
2008-10-07 edgar_iglCRIS: Make local objects static.
2008-10-07 edgar_iglCRIS: Fix brk 8 and add S-flag emulation.
2008-10-06 blueswir1Show size for unassigned accesses (Robert Reif)
2008-09-22 edgar_iglCRIS: Improve ASID related TLB flushes.
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-05 edgar_iglCRIS: Mask off the cache selection bit after MMU transl...
2008-09-05 aurel32TCG fixes for target-cris
2008-09-03 edgar_iglCRIS: Avoid a few unecessary steps in the mmu.
2008-09-03 edgar_iglCRIS: Remove redundant code.
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-07-29 edgar_iglRemove dyngen leftovers.
2008-07-25 edgar_iglCRIS: Correct condition for when to apply fast move...
2008-07-18 thsSmall cleanup of gen_intermediate_code(_internal),...
2008-07-03 thsConvert remaining __builtin_expect to likely/unlikely...
2008-07-01 pbrookMove interrupt_request and user_mode_only to common...
2008-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-06-30 edgar_iglCRIS: Correct writes to TLB hi.
2008-06-30 edgar_iglAvoid CRIS related warnings by Jan Kiszka.
2008-06-29 pbrookAdd instruction counter.
2008-06-09 edgar_iglCRIS: Add (untested) cpu-state save/load.
2008-06-09 edgar_iglCRIS: Emulate NMIs.
2008-06-09 edgar_iglCRIS: Support RFN insn.
2008-06-09 edgar_iglCRIS: Translator updates.
2008-06-08 pbrookRemove dead and bitrotten "qemu-fast" code.
2008-06-06 edgar_iglCRIS translator updates
2008-06-06 edgar_iglCorrect P flag assertion in rfe.
2008-05-30 pbrookFix typo.
2008-05-30 pbrookMove clone() register setup to target specific code...
2008-05-29 bellardPush common interrupt variables to cpu-defs.h (Glauber...
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-05-27 edgar_iglCRIS: Restructure the translator to allow for better...
2008-05-25 bellardremove absolete function
2008-05-25 pbrookFix off-by-one unwinding error.
2008-05-24 pbrookFix ARM conditional branch bug.
2008-05-17 edgar_iglUse tcg_gen_not.
2008-05-13 edgar_iglCRIS: Improve TLB management and handle delayslots...
2008-05-12 edgar_iglCRIS: Remove some old dyngen T0/T1 fiddle. More usage...
2008-05-11 pbrookAdd TCG native negation op.
2008-05-11 edgar_iglCRIS: Add support for the pseudo randomized set that...
2008-05-11 pbrookAdd zero extension (pseudo-)ops.
2008-05-10 edgar_iglCRIS: helper_dummy no longer needed as barrier for...
2008-05-09 aurel32Move #include "softfloat.h" to cpu-all.h
2008-05-09 edgar_iglCRIS: Concistent use of btarget and make it possible...
2008-05-07 edgar_iglCRIS: More TCG conversion.
2008-05-06 edgar_iglMore TCG updates for CRIS
2008-05-06 edgar_iglCRIS MMU Updates
2008-05-04 aurel32remove target ifdefs from vl.c
2008-05-03 edgar_iglCRIS: Convert divide step to TCG.
2008-05-03 edgar_iglCRIS: Convert lz (leading zeros) to TCG.
2008-05-03 edgar_iglCRIS: Eliminate a few unneeded moves to/from T0/T1.
2008-05-03 edgar_iglCRIS: Do post-increment without going via T0.
2008-05-02 edgar_iglCRIS updates:
2008-04-28 aurel32Factorize code in translate.c
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-03-25 pbrookm68k mmap2 fixes.
2008-03-16 edgar_iglMore TCG conversions for CRIS.
2008-03-16 edgar_iglRemove unused members.
2008-03-15 edgar_iglMore TCG conversions for CRIS.
2008-03-15 edgar_iglSimplified some dead extended arith code after search...
2008-03-14 edgar_iglA first small step to convert the CRIS translator to...
2008-03-14 edgar_iglModel more parts of the ETRAX mmu (still alot missing).
2008-03-14 edgar_igl* Add a model of the ETRAX interrupt controller.
2008-03-01 edgar_igl* target-cris/op.c: Make sure the bit-test insn only...
2008-02-28 edgar_iglCut the translation block after translating a break...
2008-02-28 edgar_iglMore consistent naming for CRIS register-number macros.
2008-02-25 edgar_iglSilently ignore CRIS cache flushes, instead of aborting...
2008-02-01 bellarduse the TCG code generator
2008-01-14 balrogOptimize clear insns by treating support reg P0 special...
2007-11-11 bellardfixed invalid type
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-28 thsUse the shiny new clz helpers.
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-08 thsCRIS MMU emulation, by Edgar E. Iglesias.
2007-10-08 thsThe remainder of CRIS CPU emulation files, by Edgar...
2007-10-08 thsCRIS micro-ops, by Edgar E. Iglesias.
2007-10-08 thsCRIS insn decoding macros, by Edgar E. Iglesias.
2007-10-08 thsCRIS instruction translation, by Edgar E. Iglesias.
next