aboutsummaryrefslogtreecommitdiff
path: root/target/alpha/translate.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-2/+2
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-71/+71
2023-08-31target/translate: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-08-24target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzeroRichard Henderson1-4/+3
2023-07-25other architectures: spelling fixesMichael Tokarev1-1/+1
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-11/+4
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+3
2023-05-05target/alpha: Use MO_ALIGN where requiredRichard Henderson1-16/+20
2023-05-05target/alpha: Use MO_ALIGN for system UNALIGN()Richard Henderson1-1/+1
2023-03-05target/alpha: Drop tcg_temp_freeRichard Henderson1-70/+0
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson1-1/+0
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2022-10-26target/alpha: Convert to tcg_ops restore_state_to_opcRichard Henderson1-6/+0
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+4
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-06misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé1-1/+0
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-16/+16
2022-01-06target/alpha: Implement prctl_unalign_sigbusRichard Henderson1-9/+22
2021-10-15target/alpha: Drop checks for singlestep_enabledRichard Henderson1-10/+3
2021-10-13target/alpha: Reorg integer memory operationsRichard Henderson1-64/+40
2021-10-13target/alpha: Reorg fp memory operationsRichard Henderson1-26/+57
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-1/+1
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-16/+0
2021-07-21target/alpha: Drop goto_tb path in gen_call_palRichard Henderson1-13/+2
2021-07-13target/alpha: Use tcg_constant_* elsewhereRichard Henderson1-32/+14
2021-07-13target/alpha: Use tcg_constant_i64 for zero and litRichard Henderson1-14/+2
2021-07-13target/alpha: Use dest_sink for HW_RET temporaryRichard Henderson1-1/+1
2021-07-13target/alpha: Store set into rx flagRichard Henderson1-5/+1
2021-07-09target/alpha: Use translator_use_goto_tbRichard Henderson1-6/+1
2021-07-09target/alpha: Remove in_superpageRichard Henderson1-22/+2
2021-07-09target/alpha: Remove use_exit_tbRichard Henderson1-13/+2
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2021-06-28target/alpha: Honor the FEN bitRichard Henderson1-0/+75
2021-04-05target/alpha: fix icount handling for timer instructionsPavel Dovgalyuk1-2/+7
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-1/+2
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2019-10-28target/alpha: fetch code with translator_ldEmilio G. Cota1-1/+1
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-1/+1
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-2/+0
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-2/+2
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-6/+6
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-4/+2
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-11/+11
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-1/+1
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-1/+1
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-4/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1