aboutsummaryrefslogtreecommitdiff
path: root/target-cris/translate.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-01-25cris: Replace tcg branch sequence with setcondEdgar E. Iglesias
2011-01-13cris: Set btaken when storing direct jumpsEdgar E. Iglesias
2011-01-10cris: Remove unused orig_flagsEdgar E. Iglesias
2011-01-10cris: Allow more TB chaining for crisv10Edgar E. Iglesias
2011-01-07cris: Allow more TB chaningEdgar E. Iglesias
2011-01-07cris: Avoid useless tmp in t_gen_cc_jmp()Edgar E. Iglesias
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-02target-cris: Use %td for ptrdiff_t arguments in debug messageStefan Weil
2010-06-16cris: Move sign extension.Edgar E. Iglesias
2010-06-16cris: Centralize fetchingEdgar E. Iglesias
2010-06-16cris: Make the CRISv32 insn decoders return signed int.Edgar E. Iglesias
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-02-15cris: Add support for CRISv10 translation.Edgar E. Iglesias
2010-02-15cris: Use tcg_gen_movi_tl.Edgar E. Iglesias
2010-01-31cris: Prettify register dumps.Edgar E. Iglesias
2009-10-08CRIS: Update PR_EDA on TLB faults.Edgar E. Iglesias
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-12CRIS: Prettify sizes for the internal disasm.Edgar E. Iglesias
2009-05-13Include assert.h from qemu-common.hPaul Brook
2009-05-12CRIS: Fix bmi.Edgar E. Iglesias
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-02-22CRIS: Fix remaining build warnings.edgar_igl
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-26CRIS: Init the feedback shiftreg used for randomizing TLB sets.edgar_igl
2009-01-26Log reset events (Jan Kiszka)aliguori
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori
2009-01-07CRIS: Purify some of the flag evaluation helpers.edgar_igl
2009-01-07CRIS: Use a helper for lz.edgar_igl
2009-01-07CRIS: bound operates directly on regs, no need to allocate temp destination.edgar_igl
2009-01-07CRIS: Speedup btst by using a helper.edgar_igl
2009-01-07CRIS: NMI wakes up the core.edgar_igl
2009-01-07CRIS: Move operations can be optimized as arithmetic ones for cc evaluation.edgar_igl
2009-01-07CRIS: Slight performance improvement for flag evaluation.edgar_igl
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori
2008-11-17TCG variable type checking.pbrook
2008-11-01target-cris: access to TCG variables through GET_TCGV()aurel32
2008-10-28CRIS: Plug more temp leaks.edgar_igl
2008-10-27CRIS: Plug a few temp leaks.edgar_igl