microblaze: linux-user support.
[qemu] / target-cris / translate.c
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-12 Edgar E. IglesiasCRIS: Fix bmi.
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-02-22 edgar_iglCRIS: Fix remaining build warnings.
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-01-26 edgar_iglCRIS: Init the feedback shiftreg used for randomizing...
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-07 edgar_iglCRIS: Purify some of the flag evaluation helpers.
2009-01-07 edgar_iglCRIS: Use a helper for lz.
2009-01-07 edgar_iglCRIS: bound operates directly on regs, no need to alloc...
2009-01-07 edgar_iglCRIS: Speedup btst by using a helper.
2009-01-07 edgar_iglCRIS: NMI wakes up the core.
2009-01-07 edgar_iglCRIS: Move operations can be optimized as arithmetic...
2009-01-07 edgar_iglCRIS: Slight performance improvement for flag evaluation.
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (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-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 aurel32TCG fixes for target-cris
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-06-30 thsSpelling fixes, spotted by Stuart Brady.
2008-06-30 edgar_iglAvoid CRIS related warnings by Jan Kiszka.
2008-06-29 pbrookAdd instruction counter.
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.