aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/translate.c
AgeCommit message (Expand)Author
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson
2010-04-27target-alpha: Indicate NORETURN status when raising exception.Richard Henderson
2010-04-27target-alpha: Update commentary for opcode 0x1A.Richard Henderson
2010-04-27target-alpha: Emit goto_tb opcodes.Richard Henderson
2010-04-27target-alpha: Implement cvtlq inline.Richard Henderson
2010-04-27target-alpha: Implement rs/rc properly.Richard Henderson
2010-04-27target-alpha: Implement cpys{, n, e} inline.Richard Henderson
2010-04-25alpha: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-10target-alpha: Use non-inverted arguments to gen_{f}cmov.Richard Henderson
2010-04-10target-alpha: Use setcond for int comparisons.Richard Henderson
2010-04-10target-alpha: Implement cvtql inline.Richard Henderson
2010-02-28alpha-linux-user: Implement signals.Richard Henderson
2010-02-28target-alpha: Implement IEEE FP qualifiers.Richard Henderson
2010-02-23target-alpha: Reduce internal processor registers for user-mode.Richard Henderson
2009-12-23target-alpha: Initialize fpcrRichard Henderson
2009-12-21target-alpha: Emit tcg debug_insn_start.Richard Henderson
2009-12-17target-alpha: Implement fp branch/cmov inline.Richard Henderson
2009-12-13target-alpha: Fix double log_cpu_state.Richard Henderson
2009-12-13target-alpha: Fix FMOV.Richard Henderson
2009-12-13target-alpha: Expand ins*h inline.Richard Henderson
2009-12-13target-alpha: Expand msk*h inline.Richard Henderson
2009-12-13target-alpha: Expand msk*l inline.Richard Henderson
2009-12-13target-alpha: Expand ins*l inline.Richard Henderson
2009-12-13target-alpha: Implement RD/WRUNIQUE in the translatorRichard Henderson
2009-12-13target-alpha: Fix fbcond branch offset.Richard Henderson
2009-12-13target-alpha: Rewrite gen_ext_[hl] in terms of zapnot.Richard Henderson
2009-12-13target-alpha: Expand zap/zapnot with immediate inline.Richard Henderson
2009-12-13target-alpha: Fix -d in_asmRichard Henderson
2009-12-13target-alpha: Implement missing MVI instructions.Richard Henderson
2009-12-13target-alpha: Honor the -cpu command line argument.Richard Henderson
2009-12-13target-alpha: Remove bogus DO_TB_FLUSH code from translator.Richard Henderson
2009-09-18target-alpha: fix extlh instructionVince Weaver
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-16Replace always_inline with inlineBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-24qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori
2009-04-15target-alpha: fix emulation of ecbaurel32
2009-04-10target-alpha: remove amask helperaurel32
2009-04-10target-alpha: remove helper_load_implveraurel32
2009-04-07target-alpha: fix palcode mask for user pal callsaurel32
2009-04-07target-alpha: stop translation if too longaurel32
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel32
2009-03-29target-alpha: bug fix: avoid nop to override next instructionaurel32
2009-03-29target-alpha: add instruction name in comments for hw_ld opcode.aurel32
2009-03-29target-alpha: fix temp free for hw_staurel32
2009-03-29target-alpha: fix bug: integer conditional branch offset is 21 bits wide.aurel32
2009-03-29target-alpha: Fix bug: do not mask address LSBs for ldwu.aurel32
2009-03-29target-alpha: Fix bug: palcode is at least 6 bits.aurel32
2009-02-05targets: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori