Age | Commit message (Expand) | Author | Files | Lines |
2010-07-03 | remove exec-all.h inclusion from cpu.h | Paolo Bonzini | 1 | -1/+0 |
2010-07-03 | move cpu_pc_from_tb to target-*/exec.h | Paolo Bonzini | 2 | -5/+5 |
2010-07-03 | remove unused stuff from */exec.h | Paolo Bonzini | 1 | -2/+0 |
2010-04-27 | target-alpha: Implement RPCC. | Richard Henderson | 2 | -3/+3 |
2010-04-27 | target-alpha: Fix load-locked/store-conditional. | Richard Henderson | 4 | -79/+138 |
2010-04-27 | target-alpha: Indicate NORETURN status when raising exception. | Richard Henderson | 1 | -11/+14 |
2010-04-27 | target-alpha: Enable NPTL. | Richard Henderson | 1 | -11/+18 |
2010-04-27 | target-alpha: Update commentary for opcode 0x1A. | Richard Henderson | 1 | -4/+7 |
2010-04-27 | target-alpha: Emit goto_tb opcodes. | Richard Henderson | 1 | -145/+191 |
2010-04-27 | target-alpha: Implement cvtlq inline. | Richard Henderson | 3 | -9/+22 |
2010-04-27 | target-alpha: Implement rs/rc properly. | Richard Henderson | 3 | -32/+17 |
2010-04-27 | target-alpha: Implement cpys{, n, e} inline. | Richard Henderson | 3 | -26/+75 |
2010-04-25 | alpha: add missing 'break', spotted by clang analyzer | Blue Swirl | 1 | -0/+1 |
2010-04-25 | alpha: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -7/+4 |
2010-04-10 | target-alpha: Use non-inverted arguments to gen_{f}cmov. | Richard Henderson | 1 | -18/+19 |
2010-04-10 | target-alpha: Use setcond for int comparisons. | Richard Henderson | 1 | -21/+22 |
2010-04-10 | target-alpha: Implement cvtql inline. | Richard Henderson | 3 | -30/+39 |
2010-04-10 | target-alpha: Add flags markups to helpers.h. | Richard Henderson | 1 | -92/+92 |
2010-03-12 | Remove cpu_get_phys_page_debug from userspace emulation | Paul Brook | 1 | -5/+0 |
2010-03-12 | Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. | Richard Henderson | 1 | -1/+3 |
2010-02-28 | alpha-linux-user: Implement signals. | Richard Henderson | 2 | -4/+3 |
2010-02-28 | target-alpha: Implement IEEE FP qualifiers. | Richard Henderson | 3 | -115/+688 |
2010-02-23 | target-alpha: Mark helper_excp as NORETURN. | Richard Henderson | 1 | -1/+1 |
2010-02-23 | target-alpha: Clean up arithmetic traps. | Richard Henderson | 2 | -10/+14 |
2010-02-23 | target-alpha: Reduce internal processor registers for user-mode. | Richard Henderson | 2 | -18/+33 |
2010-02-23 | target-alpha: Split up FPCR value into separate fields. | Richard Henderson | 2 | -57/+128 |
2010-02-14 | Fix incorrect exception_index use | Blue Swirl | 1 | -1/+1 |
2010-01-19 | kill regs_to_env and env_to_regs | Paolo Bonzini | 1 | -8/+0 |
2009-12-23 | target-alpha: Initialize fpcr | Richard Henderson | 1 | -0/+2 |
2009-12-21 | target-alpha: Emit tcg debug_insn_start. | Richard Henderson | 1 | -0/+5 |
2009-12-17 | target-alpha: Fix float32_to_s vs zero exponent. | Richard Henderson | 1 | -12/+32 |
2009-12-17 | target-alpha: Fix cvtlq. | Richard Henderson | 1 | -1/+3 |
2009-12-17 | target-alpha: Implement fp branch/cmov inline. | Richard Henderson | 3 | -125/+110 |
2009-12-16 | target-alpha: Fix compiler warning for gcc-4.3 (and older) | Stefan Weil | 1 | -0/+1 |
2009-12-13 | target-alpha: Fix double log_cpu_state. | Richard Henderson | 1 | -1/+0 |
2009-12-13 | target-alpha: Fix FMOV. | Richard Henderson | 1 | -3/+7 |
2009-12-13 | target-alpha: Expand ins*h inline. | Richard Henderson | 3 | -27/+45 |
2009-12-13 | target-alpha: Expand msk*h inline. | Richard Henderson | 3 | -32/+49 |
2009-12-13 | target-alpha: Expand msk*l inline. | Richard Henderson | 3 | -32/+30 |
2009-12-13 | target-alpha: Expand ins*l inline. | Richard Henderson | 3 | -56/+59 |
2009-12-13 | target-alpha: Implement RD/WRUNIQUE in the translator | Richard Henderson | 1 | -10/+29 |
2009-12-13 | target-alpha: Fix fbcond branch offset. | Richard Henderson | 1 | -5/+4 |
2009-12-13 | target-alpha: Rewrite gen_ext_[hl] in terms of zapnot. | Richard Henderson | 1 | -32/+25 |
2009-12-13 | target-alpha: Expand zap/zapnot with immediate inline. | Richard Henderson | 1 | -2/+59 |
2009-12-13 | target-alpha: Fix -d in_asm | Richard Henderson | 1 | -15/+4 |
2009-12-13 | target-alpha: Implement missing MVI instructions. | Richard Henderson | 3 | -30/+231 |
2009-12-13 | target-alpha: Fixes for alpha-linux syscalls. | Richard Henderson | 3 | -39/+128 |
2009-12-13 | target-alpha: Honor the -cpu command line argument. | Richard Henderson | 1 | -2/+42 |
2009-12-13 | target-alpha: Remove bogus DO_TB_FLUSH code from translator. | Richard Henderson | 3 | -14/+1 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 3 | -6/+6 |