aboutsummaryrefslogtreecommitdiff
path: root/target-alpha
AgeCommit message (Expand)Author
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
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini
2015-01-03translate: check cflags instead of use_icount globalPaolo Bonzini
2014-09-25target-alpha: Use cpu_exec_interrupt qom hookRichard Henderson
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluĂ­s Vilanova
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-06-05softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-02target-alpha: Fix RDUSPRichard Henderson
2014-04-17target-alpha: Remove cpu_unique, cpu_sysval, cpu_uspRichard Henderson
2014-04-17target-alpha: Tidy alpha_translate_initRichard Henderson
2014-04-17target-alpha: Don't issue goto_tb under singlestepRichard Henderson
2014-04-17target-alpha: Use non-local temps for zero/sinkRichard Henderson
2014-04-17target-alpha: Use extract to get insn fieldsRichard Henderson
2014-04-17target-alpha: Convert mfpr/mtpr to source/sinkRichard Henderson
2014-04-17target-alpha: Convert gen_cpys et al to source/sinkRichard Henderson
2014-04-17target-alpha: Convert gen_fcvtlq/ql to source/sinkRichard Henderson
2014-04-17target-alpha: Convert gen_fcmov to source/sinkRichard Henderson
2014-04-17target-alpha: Convert gen_bcond to source/sinkRichard Henderson