summaryrefslogtreecommitdiffstats
path: root/target-cris/translate.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+9
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-143/+146
* CRIS: Purify some of the flag evaluation helpers.edgar_igl2009-01-071-61/+72
* CRIS: Use a helper for lz.edgar_igl2009-01-071-69/+1
* CRIS: bound operates directly on regs, no need to allocate temp destination.edgar_igl2009-01-071-3/+0
* CRIS: Speedup btst by using a helper.edgar_igl2009-01-071-74/+11
* 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/+41
* CRIS: Add branch-free versions of abs, lsl, lsr and asr.edgar_igl2008-10-271-29/+40
* CRIS: Correct tcg globals allocation for 64bit hosts.edgar_igl2008-10-261-12/+12
* CRIS: Initialize the arch version preg to v32.edgar_igl2008-10-111-0/+1
* CRIS: Partial EXS reg support and fixes for SPC.edgar_igl2008-10-081-10/+2
* CRIS: Correct typos.edgar_igl2008-10-081-3/+2
* CRIS: Make local objects static.edgar_igl2008-10-071-24/+24
* CRIS: Fix brk 8 and add S-flag emulation.edgar_igl2008-10-071-16/+40
* CRIS: Improve ASID related TLB flushes.edgar_igl2008-09-221-16/+29
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-1/+1
* TCG fixes for target-crisaurel322008-09-051-2/+2
* CRIS: Correct condition for when to apply fast move flags evaluation. Correct...edgar_igl2008-07-251-2/+3
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-6/+5
* Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths2008-07-031-1/+1
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-1/+1
* Avoid CRIS related warnings by Jan Kiszka.edgar_igl2008-06-301-4/+5
* Add instruction counter.pbrook2008-06-291-1/+20
* CRIS: Translator updates.edgar_igl2008-06-091-7/+14
* CRIS translator updatesedgar_igl2008-06-061-103/+212
* CRIS: Restructure the translator to allow for better code generation.edgar_igl2008-05-271-329/+464
* remove absolete functionbellard2008-05-251-5/+0
* Fix ARM conditional branch bug.pbrook2008-05-241-9/+9
* Use tcg_gen_not.edgar_igl2008-05-171-4/+4
OpenPOWER on IntegriCloud