index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
tcg
/
translate.c
Age
Commit message (
Expand
)
Author
2024-08-13
target/arm: Fix usage of MMU indexes when EL3 is AArch32
Peter Maydell
2024-05-28
target/arm: Split out gengvec.c
Richard Henderson
2024-05-28
target/arm: Use PLD, PLDW, PLI not NOP for t32
Richard Henderson
2024-05-15
accel/tcg: Provide default implementation of disas_log
Richard Henderson
2024-04-09
target/arm: Use insn_start from DisasContextBase
Richard Henderson
2024-04-02
target/arm: take HSTR traps of cp15 accesses to EL2, not EL1
Peter Maydell
2024-03-05
target/arm: Support 32-byte alignment in pow2_align
Richard Henderson
2024-02-15
target/arm: Allow access to SPSR_hyp from hyp mode
Peter Maydell
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
2023-10-19
target/arm: Permit T32 LDM with single register
Peter Maydell
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-09-16
target/arm: Use tcg_gen_gvec_cmpi for compare vs 0
Richard Henderson
2023-09-08
target/arm: Implement FEAT_TIDCP1
Richard Henderson
2023-09-08
target/arm: Implement HCR_EL2.TIDCP
Richard Henderson
2023-08-24
target/arm: Use tcg_gen_negsetcond_*
Richard Henderson
2023-08-22
target/arm: Fix 64-bit SSRA
Richard Henderson
2023-07-31
target/arm: Avoid writing to constant TCGv in trans_CSEL()
Peter Maydell
2023-06-06
target/arm: Introduce finalize_memop_{atom,pair}
Richard Henderson
2023-06-05
target/arm: Tidy helpers for translation
Richard Henderson
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
tcg: Split helper-proto.h
Richard Henderson
2023-06-05
tcg: Split helper-gen.h
Richard Henderson
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-06-05
target/arm: Include helper-gen.h in translator.h
Richard Henderson
2023-05-02
target/arm: Define and use new load_cpu_field_low32()
Peter Maydell
2023-04-03
target/arm: Fix generated code for cpreg reads when HSTR is active
Peter Maydell
2023-03-13
target/arm: Improve trans_BFCI
Richard Henderson
2023-03-05
target/arm: Drop tcg_temp_free from translator.c
Richard Henderson
2023-03-05
target/arm: Remove value_global from DisasCompare
Richard Henderson
2023-03-05
target/arm: Remove arm_free_cc, a64_free_cc
Richard Henderson
2023-03-05
accel/tcg: Remove translator_loop_temp_check
Richard Henderson
2023-03-01
target/arm: Don't use tcg_temp_local_new_*
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-02-27
target/arm: move translate modules to tcg/
Fabiano Rosas