summaryrefslogtreecommitdiffstats
path: root/target-alpha
Commit message (Expand)AuthorAgeFilesLines
* target-alpha: fix uninitialized variablePaolo Bonzini2015-11-061-1/+1
* target-*: Advance pc after recognizing a breakpointRichard Henderson2015-10-281-0/+5
* disas: QOMify alpha specific disas setupPeter Crosthwaite2015-10-221-0/+8
* qdev: Protect device-list-properties against broken devicesMarkus Armbruster2015-10-091-0/+7
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-1/+1
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-37/+4
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-2/+3
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-0/+3
* target-*: Drop cpu_gen_code defineRichard Henderson2015-10-071-1/+0
* target-*: Introduce and use cpu_breakpoint_testRichard Henderson2015-10-071-9/+4
* target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson2015-10-071-2/+2
* target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson2015-10-071-4/+2
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-1/+1
* alpha: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-2/+0
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-112-2/+2
* typofixes - v4Veres Lajos2015-09-111-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20150902' into stagingPeter Maydell2015-09-033-13/+46
|\
| * target-alpha: Special case cmpbge with zeroRichard Henderson2015-08-183-1/+21
| * target-alpha: Rewrite helper_cmpbge using bit testsRichard Henderson2015-08-171-13/+26
* | tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson2015-08-241-2/+2
* | target-alpha: Inline hw_retRichard Henderson2015-08-183-15/+10
* | target-alpha: Inline call_palRichard Henderson2015-08-183-18/+24
* | target-alpha: Use separate TCGv temporaries for the shadow registersRichard Henderson2015-08-186-103/+134
|/
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+1
* cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite2015-07-091-1/+1
* translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite2015-07-091-1/+1
* cpu: Add Error argument to cpu_exec_init()Bharata B Rao2015-07-091-1/+1
* disas: Remove uses of CPU envPeter Crosthwaite2015-06-221-1/+1
* Revert "target-alpha: Add vector implementation for CMPBGE"Peter Maydell2015-05-221-37/+0
* target-alpha: Add vector implementation for CMPBGERichard Henderson2015-05-211-0/+37
* target-alpha: Rewrite helper_zapnotRichard Henderson2015-05-211-18/+12
* target-alpha: Raise IOV from CVTQLRichard Henderson2015-05-183-32/+13
* target-alpha: Suppress underflow from CVTTQ if DNZRichard Henderson2015-05-181-1/+1
* target-alpha: Raise EXC_M_INV properly for fp inputsRichard Henderson2015-05-183-10/+30
* target-alpha: Disallow literal operand to 1C.30 to 1C.37Richard Henderson2015-05-181-2/+17
* target-alpha: Implement WH64ENRichard Henderson2015-05-181-0/+4
* target-alpha: Fix integer overflow checking insnsRichard Henderson2015-05-183-70/+56
* target-alpha: Fix cvttq vs infRichard Henderson2015-05-181-1/+1
* target-alpha: Fix cvttq vs large integersRichard Henderson2015-05-181-5/+5
* target-alpha: Raise IOV from CVTTQRichard Henderson2015-05-183-30/+13
* target-alpha: Set EXC_M_SWC for exceptions from /S insnsRichard Henderson2015-05-181-5/+3
* target-alpha: Set fpcr_exc_status even for disabled exceptionsRichard Henderson2015-05-182-29/+34
* target-alpha: Tidy FPCR representationRichard Henderson2015-05-185-243/+159
* target-alpha: Set PC correctly for floating-point exceptionsRichard Henderson2015-05-182-1/+10
* target-alpha: Forget installed round mode after MT_FPCRRichard Henderson2015-05-181-0/+5
* target-alpha: Rename floating-point subroutinesRichard Henderson2015-05-183-36/+36
* target-alpha: Move VAX helpers to a new fileRichard Henderson2015-05-183-329/+354
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-2/+2
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-8/+1
* tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson2015-02-121-7/+7
OpenPOWER on IntegriCloud