CRIS: Translator updates.
[qemu] / target-cris / translate.c
2008-06-09 edgar_iglCRIS: Translator updates.
2008-06-06 edgar_iglCRIS translator updates
2008-05-27 edgar_iglCRIS: Restructure the translator to allow for better...
2008-05-25 bellardremove absolete function
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 pbrookAdd zero extension (pseudo-)ops.
2008-05-10 edgar_iglCRIS: helper_dummy no longer needed as barrier for...
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-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-16 edgar_iglMore TCG conversions for CRIS.
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-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-10 bellardadded cpu_model parameter to cpu_init()
2007-10-08 thsCRIS instruction translation, by Edgar E. Iglesias.