index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
translate.h
Age
Commit message (
Expand
)
Author
2019-02-15
target/arm: Use vector operations for saturation
Richard Henderson
2019-02-05
target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignore
Richard Henderson
2019-02-05
target/arm: Default handling of BTYPE during translation
Richard Henderson
2019-02-05
target/arm: Add BT and BTYPE to tb->flags
Richard Henderson
2019-01-21
target/arm: Merge TBFLAG_AA_TB{0, 1} to TBII
Richard Henderson
2019-01-21
target/arm: Add PAuth active bit to tbflags
Richard Henderson
2018-10-24
target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGE
Richard Henderson
2018-10-24
target/arm: Use gvec for NEON_3R_VML
Richard Henderson
2018-10-24
target/arm: Use gvec for VSRI, VSLI
Richard Henderson
2018-10-24
target/arm: Use gvec for VSRA
Richard Henderson
2018-10-24
target/arm: Use gvec for NEON_3R_LOGIC insns
Richard Henderson
2018-10-24
target/arm: Convert v8 extensions from feature bits to isar tests
Richard Henderson
2018-10-08
target/arm: Define new TBFLAG for v8M stack checking
Peter Maydell
2018-05-17
target/arm: convert conversion helpers to fpst/ahp_flag
Alex Bennée
2018-05-09
target/arm: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-04-10
tcg: Introduce tcg_set_insn_start_param
Richard Henderson
2018-02-09
target/arm: Add SVE state to TB->FLAGS
Richard Henderson
2018-01-25
target/arm: Mark disas_set_insn_syndrome inline
Richard Henderson
2017-12-29
tcg: Dynamically allocate TCGOps
Richard Henderson
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
2017-09-07
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170907'...
Peter Maydell
2017-09-07
target/arm: Implement BXNS, and banked stack pointers
Peter Maydell
2017-09-06
target/arm: [tcg] Port to generic translation framework
Lluís Vilanova
2017-09-06
target/arm: [tcg] Port to translate_insn
Lluís Vilanova
2017-09-06
target/arm: [tcg] Port to DisasContextBase
Lluís Vilanova
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
2017-09-06
target/arm: Use DISAS_NORETURN
Richard Henderson
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-17
target/arm/translate.h: expand comment on DISAS_EXIT
Alex Bennée
2017-06-05
target/arm: optimize indirect branches
Emilio G. Cota
2017-06-02
arm: Add support for M profile CPUs having different MMU index semantics
Peter Maydell
2017-04-20
arm: Implement M profile exception return properly
Peter Maydell
2017-04-20
arm: Track M profile handler mode state in TB flags
Peter Maydell
2017-02-07
target/arm: A32, T32: Create Instruction Syndromes for Data Aborts
Peter Maydell
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth