summaryrefslogtreecommitdiffstats
path: root/target-alpha
Commit message (Expand)AuthorAgeFilesLines
...
* target-alpha: Tidy exception constants.Richard Henderson2011-05-313-26/+17
* target-alpha: Enable the alpha-softmmu target.Richard Henderson2011-05-311-0/+74
* target-alpha: Rationalize internal processor registers.Richard Henderson2011-05-315-559/+20
* target-alpha: Merge HW_REI and HW_RET implementations.Richard Henderson2011-05-313-22/+8
* target-alpha: Cleanup MMU modes.Richard Henderson2011-05-312-12/+32
* target-alpha: Fix system store_conditionalRichard Henderson2011-05-311-3/+3
* target-alpha: Fix translation of PALmode memory insns.Richard Henderson2011-05-313-183/+65
* target-alpha: Remove partial support for palcode emulation.Richard Henderson2011-05-313-38/+1
* target-alpha: Single-step properly across branches.Richard Henderson2011-05-311-15/+20
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-2/+2
* target-alpha: use new float64_unordered_quiet() functionAurelien Jarno2011-04-171-2/+3
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-3/+3
* inline cpu_halted into sole callerPaolo Bonzini2011-03-131-11/+0
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-1/+1
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-2/+1
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-1/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-032-5/+5
* remove unused stuff from */exec.hPaolo Bonzini2010-07-031-2/+0
* target-alpha: Implement RPCC.Richard Henderson2010-04-272-3/+3
* target-alpha: Fix load-locked/store-conditional.Richard Henderson2010-04-274-79/+138
* target-alpha: Indicate NORETURN status when raising exception.Richard Henderson2010-04-271-11/+14
* target-alpha: Enable NPTL.Richard Henderson2010-04-271-11/+18
* target-alpha: Update commentary for opcode 0x1A.Richard Henderson2010-04-271-4/+7
* target-alpha: Emit goto_tb opcodes.Richard Henderson2010-04-271-145/+191
* target-alpha: Implement cvtlq inline.Richard Henderson2010-04-273-9/+22
* target-alpha: Implement rs/rc properly.Richard Henderson2010-04-273-32/+17
* target-alpha: Implement cpys{, n, e} inline.Richard Henderson2010-04-273-26/+75
* alpha: add missing 'break', spotted by clang analyzerBlue Swirl2010-04-251-0/+1
* alpha: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-7/+4
* target-alpha: Use non-inverted arguments to gen_{f}cmov.Richard Henderson2010-04-101-18/+19
* target-alpha: Use setcond for int comparisons.Richard Henderson2010-04-101-21/+22
* target-alpha: Implement cvtql inline.Richard Henderson2010-04-103-30/+39
* target-alpha: Add flags markups to helpers.h.Richard Henderson2010-04-101-92/+92
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-1/+3
* alpha-linux-user: Implement signals.Richard Henderson2010-02-282-4/+3
* target-alpha: Implement IEEE FP qualifiers.Richard Henderson2010-02-283-115/+688
* target-alpha: Mark helper_excp as NORETURN.Richard Henderson2010-02-231-1/+1
* target-alpha: Clean up arithmetic traps.Richard Henderson2010-02-232-10/+14
* target-alpha: Reduce internal processor registers for user-mode.Richard Henderson2010-02-232-18/+33
* target-alpha: Split up FPCR value into separate fields.Richard Henderson2010-02-232-57/+128
* Fix incorrect exception_index useBlue Swirl2010-02-141-1/+1
* kill regs_to_env and env_to_regsPaolo Bonzini2010-01-191-8/+0
* target-alpha: Initialize fpcrRichard Henderson2009-12-231-0/+2
* target-alpha: Emit tcg debug_insn_start.Richard Henderson2009-12-211-0/+5
* target-alpha: Fix float32_to_s vs zero exponent.Richard Henderson2009-12-171-12/+32
* target-alpha: Fix cvtlq.Richard Henderson2009-12-171-1/+3
* target-alpha: Implement fp branch/cmov inline.Richard Henderson2009-12-173-125/+110
OpenPOWER on IntegriCloud