aboutsummaryrefslogtreecommitdiff
path: root/target/alpha/translate.c
AgeCommit message (Expand)Author
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-05-05target/alpha: Use MO_ALIGN where requiredRichard Henderson
2023-05-05target/alpha: Use MO_ALIGN for system UNALIGN()Richard Henderson
2023-03-05target/alpha: Drop tcg_temp_freeRichard Henderson
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2022-10-26target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-06misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2022-01-06target/alpha: Implement prctl_unalign_sigbusRichard Henderson
2021-10-15target/alpha: Drop checks for singlestep_enabledRichard Henderson
2021-10-13target/alpha: Reorg integer memory operationsRichard Henderson
2021-10-13target/alpha: Reorg fp memory operationsRichard Henderson
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21target/alpha: Drop goto_tb path in gen_call_palRichard Henderson
2021-07-13target/alpha: Use tcg_constant_* elsewhereRichard Henderson
2021-07-13target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson
2021-07-13target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson
2021-07-13target/alpha: Store set into rx flagRichard Henderson
2021-07-09target/alpha: Use translator_use_goto_tbRichard Henderson
2021-07-09target/alpha: Remove in_superpageRichard Henderson
2021-07-09target/alpha: Remove use_exit_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-06-28target/alpha: Honor the FEN bitRichard Henderson
2021-04-05target/alpha: fix icount handling for timer instructionsPavel Dovgalyuk
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-10-28target/alpha: fetch code with translator_ldEmilio G. Cota
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota
2017-09-07target/alpha: Convert to TranslatorOpsRichard Henderson
2017-09-07target/alpha: Convert to DisasContextBaseRichard Henderson