summaryrefslogtreecommitdiffstats
path: root/target/alpha/translate.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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/+0Star
* 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-021-6/+6
* translator: merge max_insns into DisasContextBaseEmilio G. Cota2018-05-091-4/+2Star
* 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/+0Star
* | 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/+0Star
|/
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-101-1/+1
* target/alpha: Convert to TranslatorOpsRichard Henderson2017-09-071-99/+86Star
* target/alpha: Convert to DisasContextBaseRichard Henderson2017-09-071-39/+39
* target/alpha: Convert to DisasJumpTypeRichard Henderson2017-09-071-77/+55Star
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-3/+2Star
* target/alpha: optimize gen_cvtlq() using deposit opPhilippe Mathieu-Daudé2017-07-191-5/+3Star
* target/alpha: Log temp leaksRichard Henderson2017-07-191-0/+6
* target/alpha: Fix temp leak in gen_fbcondRichard Henderson2017-07-191-1/+5
* target/alpha: Fix temp leak in gen_call_palRichard Henderson2017-07-191-8/+12
* target/alpha: Fix temp leak in gen_mtprRichard Henderson2017-07-191-4/+6
* target/alpha: Fix temp leak in gen_bcondRichard Henderson2017-07-191-8/+8
* target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson2017-07-191-32/+59
* target/alpha: Copy tb->flags into DisasContextRichard Henderson2017-07-191-5/+7
* target/alpha: Remove amask from tb->flagsRichard Henderson2017-07-191-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
* target-alpha: Use deposit and extract opsRichard Henderson2017-01-101-25/+42
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+3010