aboutsummaryrefslogtreecommitdiff
path: root/target-alpha
AgeCommit message (Expand)Author
2010-04-27target-alpha: Implement RPCC.Richard Henderson
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: Enable NPTL.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: add missing 'break', spotted by clang analyzerBlue Swirl
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-04-10target-alpha: Add flags markups to helpers.h.Richard Henderson
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.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: Mark helper_excp as NORETURN.Richard Henderson
2010-02-23target-alpha: Clean up arithmetic traps.Richard Henderson
2010-02-23target-alpha: Reduce internal processor registers for user-mode.Richard Henderson
2010-02-23target-alpha: Split up FPCR value into separate fields.Richard Henderson
2010-02-14Fix incorrect exception_index useBlue Swirl
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini
2009-12-23target-alpha: Initialize fpcrRichard Henderson
2009-12-21target-alpha: Emit tcg debug_insn_start.Richard Henderson
2009-12-17target-alpha: Fix float32_to_s vs zero exponent.Richard Henderson
2009-12-17target-alpha: Fix cvtlq.Richard Henderson
2009-12-17target-alpha: Implement fp branch/cmov inline.Richard Henderson
2009-12-16target-alpha: Fix compiler warning for gcc-4.3 (and older)Stefan Weil
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: Fixes for alpha-linux syscalls.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-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-21Add 'static' to please SparseBlue Swirl
2009-09-18target-alpha: fix extlh instructionVince Weaver