aboutsummaryrefslogtreecommitdiff
path: root/target-alpha
AgeCommit message (Expand)Author
2015-11-06target-alpha: fix uninitialized variablePaolo Bonzini
2015-10-28target-*: Advance pc after recognizing a breakpointRichard Henderson
2015-10-22disas: QOMify alpha specific disas setupPeter Crosthwaite
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster
2015-10-08s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson
2015-10-07tcg: Add TCG_MAX_INSNSRichard Henderson
2015-10-07target-*: Drop cpu_gen_code defineRichard Henderson
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson
2015-10-07target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson
2015-10-07target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson
2015-09-25alpha: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt
2015-09-11typofixes - v4Veres Lajos
2015-09-03Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150902' into stagingPeter Maydell
2015-08-24tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson
2015-08-18target-alpha: Inline hw_retRichard Henderson
2015-08-18target-alpha: Inline call_palRichard Henderson
2015-08-18target-alpha: Use separate TCGv temporaries for the shadow registersRichard Henderson
2015-08-18target-alpha: Special case cmpbge with zeroRichard Henderson
2015-08-17target-alpha: Rewrite helper_cmpbge using bit testsRichard Henderson
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite
2015-05-22Revert "target-alpha: Add vector implementation for CMPBGE"Peter Maydell
2015-05-21target-alpha: Add vector implementation for CMPBGERichard Henderson
2015-05-21target-alpha: Rewrite helper_zapnotRichard Henderson
2015-05-18target-alpha: Raise IOV from CVTQLRichard Henderson
2015-05-18target-alpha: Suppress underflow from CVTTQ if DNZRichard Henderson
2015-05-18target-alpha: Raise EXC_M_INV properly for fp inputsRichard Henderson
2015-05-18target-alpha: Disallow literal operand to 1C.30 to 1C.37Richard Henderson
2015-05-18target-alpha: Implement WH64ENRichard Henderson
2015-05-18target-alpha: Fix integer overflow checking insnsRichard Henderson
2015-05-18target-alpha: Fix cvttq vs infRichard Henderson
2015-05-18target-alpha: Fix cvttq vs large integersRichard Henderson
2015-05-18target-alpha: Raise IOV from CVTTQRichard Henderson
2015-05-18target-alpha: Set EXC_M_SWC for exceptions from /S insnsRichard Henderson
2015-05-18target-alpha: Set fpcr_exc_status even for disabled exceptionsRichard Henderson
2015-05-18target-alpha: Tidy FPCR representationRichard Henderson
2015-05-18target-alpha: Set PC correctly for floating-point exceptionsRichard Henderson
2015-05-18target-alpha: Forget installed round mode after MT_FPCRRichard Henderson
2015-05-18target-alpha: Rename floating-point subroutinesRichard Henderson
2015-05-18target-alpha: Move VAX helpers to a new fileRichard Henderson
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson