aboutsummaryrefslogtreecommitdiffstats
path: root/target-cris/translate.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-01-25cris: Replace tcg branch sequence with setcondEdgar E. Iglesias1-9/+2
2011-01-13cris: Set btaken when storing direct jumpsEdgar E. Iglesias1-0/+3
2011-01-10cris: Remove unused orig_flagsEdgar E. Iglesias1-2/+2
2011-01-10cris: Allow more TB chaining for crisv10Edgar E. Iglesias1-10/+27
2011-01-07cris: Allow more TB chaningEdgar E. Iglesias1-19/+22
2011-01-07cris: Avoid useless tmp in t_gen_cc_jmp()Edgar E. Iglesias1-6/+1
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-3/+2
2010-10-02target-cris: Use %td for ptrdiff_t arguments in debug messageStefan Weil1-1/+1
2010-06-16cris: Move sign extension.Edgar E. Iglesias1-13/+13
2010-06-16cris: Centralize fetchingEdgar E. Iglesias1-22/+44
2010-06-16cris: Make the CRISv32 insn decoders return signed int.Edgar E. Iglesias1-86/+86
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-2/+2
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl1-4/+1
2010-02-15cris: Add support for CRISv10 translation.Edgar E. Iglesias1-30/+132
2010-02-15cris: Use tcg_gen_movi_tl.Edgar E. Iglesias1-2/+2
2010-01-31cris: Prettify register dumps.Edgar E. Iglesias1-2/+2
2009-10-08CRIS: Update PR_EDA on TLB faults.Edgar E. Iglesias1-4/+0
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
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