aboutsummaryrefslogtreecommitdiffstats
path: root/target-cris/translate.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-12CRIS: Prettify sizes for the internal disasm.Edgar E. Iglesias1-8/+8
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-05-12CRIS: Fix bmi.Edgar E. Iglesias1-1/+2
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori1-0/+1
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+1
2009-02-22CRIS: Fix remaining build warnings.edgar_igl1-1/+2
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-26CRIS: Init the feedback shiftreg used for randomizing TLB sets.edgar_igl1-0/+2
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+5
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-3/+3
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-13/+9
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-143/+146
2009-01-07CRIS: Purify some of the flag evaluation helpers.edgar_igl1-61/+72
2009-01-07CRIS: Use a helper for lz.edgar_igl1-69/+1
2009-01-07CRIS: bound operates directly on regs, no need to allocate temp destination.edgar_igl1-3/+0
2009-01-07CRIS: Speedup btst by using a helper.edgar_igl1-74/+11
2009-01-07CRIS: NMI wakes up the core.edgar_igl1-1/+5
2009-01-07CRIS: Move operations can be optimized as arithmetic ones for cc evaluation.edgar_igl1-1/+2
2009-01-07CRIS: Slight performance improvement for flag evaluation.edgar_igl1-8/+18
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-2/+2
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-4/+5
2008-11-17TCG variable type checking.pbrook1-134/+136
2008-11-01target-cris: access to TCG variables through GET_TCGV()aurel321-1/+1
2008-10-28CRIS: Plug more temp leaks.edgar_igl1-5/+5
2008-10-27CRIS: Plug a few temp leaks.edgar_igl1-1/+3
2008-10-27CRIS: Remove cpu_T.edgar_igl1-92/+154
2008-10-27CRIS: Avoid more cpu_T usage.edgar_igl1-95/+175
2008-10-27CRIS: Avoid cpu_T[1] for move_r.edgar_igl1-3/+7
2008-10-27CRIS: Avoid using cpu_T[0] for testing condition codes.edgar_igl1-44/+41
2008-10-27CRIS: Add branch-free versions of abs, lsl, lsr and asr.edgar_igl1-29/+40
2008-10-26CRIS: Correct tcg globals allocation for 64bit hosts.edgar_igl1-12/+12
2008-10-11CRIS: Initialize the arch version preg to v32.edgar_igl1-0/+1
2008-10-08CRIS: Partial EXS reg support and fixes for SPC.edgar_igl1-10/+2
2008-10-08CRIS: Correct typos.edgar_igl1-3/+2
2008-10-07CRIS: Make local objects static.edgar_igl1-24/+24
2008-10-07CRIS: Fix brk 8 and add S-flag emulation.edgar_igl1-16/+40
2008-09-22CRIS: Improve ASID related TLB flushes.edgar_igl1-16/+29
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-1/+1
2008-09-05TCG fixes for target-crisaurel321-2/+2
2008-07-25CRIS: Correct condition for when to apply fast move flags evaluation. Correct...edgar_igl1-2/+3
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-6/+5
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths1-1/+1
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-1/+1
2008-06-30Avoid CRIS related warnings by Jan Kiszka.edgar_igl1-4/+5
2008-06-29Add instruction counter.pbrook1-1/+20
2008-06-09CRIS: Translator updates.edgar_igl1-7/+14
2008-06-06CRIS translator updatesedgar_igl1-103/+212