index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-2
/
+2
2022-03-14
tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1
Richard Henderson
1
-2
/
+15
2022-03-04
tcg: Add opcodes for vector nand, nor, eqv
Richard Henderson
1
-0
/
+3
2022-02-09
tcg/arm: Support raising sigbus for user-only
Richard Henderson
2
-4
/
+81
2022-02-09
tcg/arm: Reserve a register for guest_base
Richard Henderson
1
-11
/
+28
2022-02-09
tcg/arm: Support unaligned access for softmmu
Richard Henderson
1
-20
/
+21
2022-02-09
tcg/arm: Check alignment for ldrd and strd
Richard Henderson
1
-15
/
+8
2022-02-09
tcg/arm: Remove use_armv6_instructions
Richard Henderson
2
-166
/
+27
2022-02-09
tcg/arm: Remove use_armv5t_instructions
Richard Henderson
2
-31
/
+7
2022-02-09
tcg/arm: Drop support for armv4 and armv5 hosts
Richard Henderson
1
-0
/
+5
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
1
-5
/
+5
2021-12-07
tcg/arm: Reduce vector alignment requirement for NEON
Richard Henderson
1
-4
/
+9
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
1
-5
/
+5
2021-10-05
tcg: Expand MO_SIZE to 3 bits
Richard Henderson
1
-2
/
+2
2021-09-14
tcg/arm: More use of the TCGReg enum
Richard Henderson
1
-30
/
+35
2021-09-14
tcg/arm: More use of the ARMInsn enum
Richard Henderson
1
-10
/
+10
2021-09-14
tcg/arm: Give enum arm_cond_code_e a typedef and use it
Richard Henderson
1
-68
/
+68
2021-09-14
tcg/arm: Drop inline markers
Richard Henderson
1
-120
/
+114
2021-09-14
tcg/arm: Simplify usage of encode_imm
Richard Henderson
1
-64
/
+77
2021-09-14
tcg/arm: Split out tcg_out_ldstm
Richard Henderson
1
-2
/
+17
2021-09-14
tcg/arm: Support armv4t in tcg_out_goto and tcg_out_call
Richard Henderson
1
-15
/
+34
2021-09-14
tcg/arm: Simplify use_armv5t_instructions
Richard Henderson
1
-7
/
+1
2021-09-14
tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}
Richard Henderson
1
-16
/
+22
2021-09-14
tcg/arm: Remove fallback definition of __ARM_ARCH
Richard Henderson
1
-19
/
+0
2021-09-14
tcg/arm: Fix tcg_out_vec_op function signature
Jose R. Ziviani
1
-1
/
+2
2021-07-12
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
1
-1
/
+0
2021-07-09
tcg: Remove TCG_TARGET_HAS_goto_ptr
Richard Henderson
1
-1
/
+0
2021-07-09
misc: Fix "havn't" typo
Philippe Mathieu-Daudé
1
-2
/
+4
2021-06-29
tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAP
Richard Henderson
2
-139
/
+77
2021-06-29
tcg/arm: Support bswap flags
Richard Henderson
1
-38
/
+63
2021-06-13
tcg/arm: Fix tcg_out_op function signature
Jose R. Ziviani
1
-1
/
+2
2021-06-11
tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
Richard Henderson
1
-0
/
+1
2021-06-04
tcg/arm: Implement TCG_TARGET_HAS_rotv_vec
Richard Henderson
1
-1
/
+34
2021-06-04
tcg/arm: Implement TCG_TARGET_HAS_roti_vec
Richard Henderson
3
-0
/
+17
2021-06-04
tcg/arm: Implement TCG_TARGET_HAS_shv_vec
Richard Henderson
2
-1
/
+63
2021-06-04
tcg/arm: Implement TCG_TARGET_HAS_bitsel_vec
Richard Henderson
3
-3
/
+22
2021-06-04
tcg/arm: Implement TCG_TARGET_HAS_minmax_vec
Richard Henderson
2
-1
/
+25
2021-06-04
tcg/arm: Implement TCG_TARGET_HAS_sat_vec
Richard Henderson
2
-1
/
+25
2021-06-04
tcg/arm: Implement TCG_TARGET_HAS_mul_vec
Richard Henderson
2
-1
/
+7
2021-06-04
tcg/arm: Implement TCG_TARGET_HAS_shi_vec
Richard Henderson
2
-1
/
+28
2021-06-04
tcg/arm: Implement andc, orc, abs, neg, not vector operations
Richard Henderson
3
-5
/
+44
2021-06-04
tcg/arm: Implement minimal vector operations
Richard Henderson
4
-6
/
+202
2021-06-04
tcg/arm: Implement tcg_out_dup*_vec
Richard Henderson
1
-8
/
+275
2021-06-04
tcg/arm: Implement tcg_out_mov for vector types
Richard Henderson
1
-6
/
+46
2021-06-04
tcg/arm: Implement tcg_out_ld/st for vector types
Richard Henderson
1
-6
/
+64
2021-06-04
tcg/arm: Add host vector framework
Richard Henderson
5
-24
/
+158
2021-06-04
tcg: Change parameters for tcg_target_const_match
Richard Henderson
1
-4
/
+1
2021-02-02
tcg: Remove TCG_TARGET_CON_SET_H
Richard Henderson
1
-1
/
+0
2021-02-02
tcg/arm: Split out constraint sets to tcg-target-con-set.h
Richard Henderson
3
-63
/
+69
2021-02-02
tcg: Remove TCG_TARGET_CON_STR_H
Richard Henderson
1
-1
/
+0
[next]