summaryrefslogtreecommitdiffstats
path: root/target/alpha/translate.c
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-1/+1
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-16/+0
* target/alpha: Drop goto_tb path in gen_call_palRichard Henderson2021-07-211-13/+2
* target/alpha: Use tcg_constant_* elsewhereRichard Henderson2021-07-131-32/+14
* target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson2021-07-131-14/+2
* target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson2021-07-131-1/+1
* target/alpha: Store set into rx flagRichard Henderson2021-07-131-5/+1
* target/alpha: Use translator_use_goto_tbRichard Henderson2021-07-091-6/+1
* target/alpha: Remove in_superpageRichard Henderson2021-07-091-22/+2
* target/alpha: Remove use_exit_tbRichard Henderson2021-07-091-13/+2
* tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0
* target/alpha: Honor the FEN bitRichard Henderson2021-06-281-0/+75
* target/alpha: fix icount handling for timer instructionsPavel Dovgalyuk2021-04-051-2/+7
* overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-1/+2
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-151-1/+1
* target/alpha: fetch code with translator_ldEmilio G. Cota2019-10-281-1/+1
* tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-031-1/+1
* icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-201-2/+0
* tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-241-2/+2
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-011-6/+6
* translator: merge max_insns into DisasContextBaseEmilio G. Cota2018-05-091-4/+2
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-11/+11
* Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell2017-10-271-1/+1
|\
| * disas: Remove unused flags argumentsRichard Henderson2017-10-251-1/+1
* | tcg: Initialize cpu_env genericallyRichard Henderson2017-10-241-4/+0
* | tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* | tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-2/+2
* | qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-6/+0
|/
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-101-1/+1
* target/alpha: Convert to TranslatorOpsRichard Henderson2017-09-071-99/+86
* target/alpha: Convert to DisasContextBaseRichard Henderson2017-09-071-39/+39
* target/alpha: Convert to DisasJumpTypeRichard Henderson2017-09-071-77/+55
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-3/+2
* target/alpha: optimize gen_cvtlq() using deposit opPhilippe Mathieu-Daudé2017-07-191-5/+3
* target/alpha: Log temp leaksRichard Henderson2017-07-181-0/+6
* target/alpha: Fix temp leak in gen_fbcondRichard Henderson2017-07-181-1/+5
* target/alpha: Fix temp leak in gen_call_palRichard Henderson2017-07-181-8/+12
* target/alpha: Fix temp leak in gen_mtprRichard Henderson2017-07-181-4/+6
* target/alpha: Fix temp leak in gen_bcondRichard Henderson2017-07-181-8/+8
* target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson2017-07-181-32/+59
* target/alpha: Copy tb->flags into DisasContextRichard Henderson2017-07-181-5/+7
* target/alpha: Remove amask from tb->flagsRichard Henderson2017-07-181-32/+38
* target/alpha: Use tcg_gen_lookup_and_goto_ptrRichard Henderson2017-06-191-5/+22
* target/alpha: Use goto_tb for fallthru between TBsRichard Henderson2017-06-051-2/+12
* target/alpha: Implement WTINT inlineRichard Henderson2017-06-051-5/+11
* qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini2017-03-141-0/+1
* target-alpha: Use ctpop helperRichard Henderson2017-01-101-1/+1
* target-alpha: Use the ctz and clz opcodesRichard Henderson2017-01-101-2/+2