aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* target-alpha: Fix compiler warning for gcc-4.3 (and older)Stefan Weil2009-12-161-0/+1
* target-alpha: Fix double log_cpu_state.Richard Henderson2009-12-131-1/+0
* target-alpha: Fix FMOV.Richard Henderson2009-12-131-3/+7
* target-alpha: Expand ins*h inline.Richard Henderson2009-12-133-27/+45
* target-alpha: Expand msk*h inline.Richard Henderson2009-12-133-32/+49
* target-alpha: Expand msk*l inline.Richard Henderson2009-12-133-32/+30
* target-alpha: Expand ins*l inline.Richard Henderson2009-12-133-56/+59
* target-alpha: Implement RD/WRUNIQUE in the translatorRichard Henderson2009-12-131-10/+29
* target-alpha: Fix fbcond branch offset.Richard Henderson2009-12-131-5/+4
* target-alpha: Rewrite gen_ext_[hl] in terms of zapnot.Richard Henderson2009-12-131-32/+25
* target-alpha: Expand zap/zapnot with immediate inline.Richard Henderson2009-12-131-2/+59
* target-alpha: Fix -d in_asmRichard Henderson2009-12-131-15/+4
* target-alpha: Implement missing MVI instructions.Richard Henderson2009-12-133-30/+231
* target-alpha: Fixes for alpha-linux syscalls.Richard Henderson2009-12-133-39/+128
* target-alpha: Honor the -cpu command line argument.Richard Henderson2009-12-131-2/+42