aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha
AgeCommit message (Expand)AuthorFilesLines
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-11/+0
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-1/+1
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-2/+1
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-5/+5
2010-07-03remove unused stuff from */exec.hPaolo Bonzini1-2/+0
2010-04-27target-alpha: Implement RPCC.Richard Henderson2-3/+3
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson4-79/+138
2010-04-27target-alpha: Indicate NORETURN status when raising exception.Richard Henderson1-11/+14
2010-04-27target-alpha: Enable NPTL.Richard Henderson1-11/+18
2010-04-27target-alpha: Update commentary for opcode 0x1A.Richard Henderson1-4/+7
2010-04-27target-alpha: Emit goto_tb opcodes.Richard Henderson1-145/+191
2010-04-27target-alpha: Implement cvtlq inline.Richard Henderson3-9/+22
2010-04-27target-alpha: Implement rs/rc properly.Richard Henderson3-32/+17
2010-04-27target-alpha: Implement cpys{, n, e} inline.Richard Henderson3-26/+75
2010-04-25alpha: add missing 'break', spotted by clang analyzerBlue Swirl1-0/+1
2010-04-25alpha: remove dead assignments, spotted by clang analyzerBlue Swirl1-7/+4
2010-04-10target-alpha: Use non-inverted arguments to gen_{f}cmov.Richard Henderson1-18/+19
2010-04-10target-alpha: Use setcond for int comparisons.Richard Henderson1-21/+22
2010-04-10target-alpha: Implement cvtql inline.Richard Henderson3-30/+39
2010-04-10target-alpha: Add flags markups to helpers.h.Richard Henderson1-92/+92
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-1/+3
2010-02-28alpha-linux-user: Implement signals.Richard Henderson2-4/+3
2010-02-28target-alpha: Implement IEEE FP qualifiers.Richard Henderson3-115/+688
2010-02-23target-alpha: Mark helper_excp as NORETURN.Richard Henderson1-1/+1
2010-02-23target-alpha: Clean up arithmetic traps.Richard Henderson2-10/+14
2010-02-23target-alpha: Reduce internal processor registers for user-mode.Richard Henderson2-18/+33
2010-02-23target-alpha: Split up FPCR value into separate fields.Richard Henderson2-57/+128
2010-02-14Fix incorrect exception_index useBlue Swirl1-1/+1
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2009-12-23target-alpha: Initialize fpcrRichard Henderson1-0/+2
2009-12-21target-alpha: Emit tcg debug_insn_start.Richard Henderson1-0/+5
2009-12-17target-alpha: Fix float32_to_s vs zero exponent.Richard Henderson1-12/+32
2009-12-17target-alpha: Fix cvtlq.Richard Henderson1-1/+3
2009-12-17target-alpha: Implement fp branch/cmov inline.Richard Henderson3-125/+110
2009-12-16target-alpha: Fix compiler warning for gcc-4.3 (and older)Stefan Weil1-0/+1
2009-12-13target-alpha: Fix double log_cpu_state.Richard Henderson1-1/+0
2009-12-13target-alpha: Fix FMOV.Richard Henderson1-3/+7
2009-12-13target-alpha: Expand ins*h inline.Richard Henderson3-27/+45
2009-12-13target-alpha: Expand msk*h inline.Richard Henderson3-32/+49
2009-12-13target-alpha: Expand msk*l inline.Richard Henderson3-32/+30
2009-12-13target-alpha: Expand ins*l inline.Richard Henderson3-56/+59
2009-12-13target-alpha: Implement RD/WRUNIQUE in the translatorRichard Henderson1-10/+29
2009-12-13target-alpha: Fix fbcond branch offset.Richard Henderson1-5/+4
2009-12-13target-alpha: Rewrite gen_ext_[hl] in terms of zapnot.Richard Henderson1-32/+25
2009-12-13target-alpha: Expand zap/zapnot with immediate inline.Richard Henderson1-2/+59
2009-12-13target-alpha: Fix -d in_asmRichard Henderson1-15/+4
2009-12-13target-alpha: Implement missing MVI instructions.Richard Henderson3-30/+231
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson3-39/+128