summaryrefslogtreecommitdiffstats
path: root/target-cris/translate.c
Commit message (Expand)AuthorAgeFilesLines
* cris: Set btaken when storing direct jumpsEdgar E. Iglesias2011-01-131-0/+3
* cris: Remove unused orig_flagsEdgar E. Iglesias2011-01-101-2/+2
* cris: Allow more TB chaining for crisv10Edgar E. Iglesias2011-01-101-10/+27
* cris: Allow more TB chaningEdgar E. Iglesias2011-01-071-19/+22
* cris: Avoid useless tmp in t_gen_cc_jmp()Edgar E. Iglesias2011-01-071-6/+1Star
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-3/+2Star
* target-cris: Use %td for ptrdiff_t arguments in debug messageStefan Weil2010-10-021-1/+1
* cris: Move sign extension.Edgar E. Iglesias2010-06-161-13/+13
* cris: Centralize fetchingEdgar E. Iglesias2010-06-161-22/+44
* cris: Make the CRISv32 insn decoders return signed int.Edgar E. Iglesias2010-06-161-86/+86
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-2/+2
* cris: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-4/+1Star
* cris: Add support for CRISv10 translation.Edgar E. Iglesias2010-02-151-30/+132
* cris: Use tcg_gen_movi_tl.Edgar E. Iglesias2010-02-151-2/+2
* cris: Prettify register dumps.Edgar E. Iglesias2010-01-311-2/+2
* CRIS: Update PR_EDA on TLB faults.Edgar E. Iglesias2009-10-081-4/+0Star
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1Star
* CRIS: Prettify sizes for the internal disasm.Edgar E. Iglesias2009-06-121-8/+8
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0Star
* CRIS: Fix bmi.Edgar E. Iglesias2009-05-121-1/+2
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-0/+1
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-0/+1
* CRIS: Fix remaining build warnings.edgar_igl2009-02-221-1/+2
* targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0Star
* CRIS: Init the feedback shiftreg used for randomizing TLB sets.edgar_igl2009-01-261-0/+2
* Log reset events (Jan Kiszka)aliguori2009-01-261-0/+5
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-3/+3
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-13/+9Star
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-143/+146
* CRIS: Purify some of the flag evaluation helpers.edgar_igl2009-01-081-61/+72
* CRIS: Use a helper for lz.edgar_igl2009-01-071-69/+1Star
* CRIS: bound operates directly on regs, no need to allocate temp destination.edgar_igl2009-01-071-3/+0Star
* CRIS: Speedup btst by using a helper.edgar_igl2009-01-071-74/+11Star
* CRIS: NMI wakes up the core.edgar_igl2009-01-071-1/+5
* CRIS: Move operations can be optimized as arithmetic ones for cc evaluation.edgar_igl2009-01-071-1/+2
* CRIS: Slight performance improvement for flag evaluation.edgar_igl2009-01-071-8/+18
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-2/+2
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-2/+2
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-4/+5
* TCG variable type checking.pbrook2008-11-171-134/+136
* target-cris: access to TCG variables through GET_TCGV()aurel322008-11-011-1/+1
* CRIS: Plug more temp leaks.edgar_igl2008-10-281-5/+5
* CRIS: Plug a few temp leaks.edgar_igl2008-10-271-1/+3
* CRIS: Remove cpu_T.edgar_igl2008-10-271-92/+154
* CRIS: Avoid more cpu_T usage.edgar_igl2008-10-271-95/+175
* CRIS: Avoid cpu_T[1] for move_r.edgar_igl2008-10-271-3/+7
* CRIS: Avoid using cpu_T[0] for testing condition codes.edgar_igl2008-10-271-44/+41Star
* CRIS: Add branch-free versions of abs, lsl, lsr and asr.edgar_igl2008-10-271-29/+40