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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
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
2021-02-02
tcg/arm: Split out target constraints to tcg-target-con-str.h
Richard Henderson
3
-56
/
+41
2021-01-13
tcg: Remove movi and dupi opcodes
Richard Henderson
1
-1
/
+0
2021-01-07
tcg: Constify TCGLabelQemuLdst.raddr
Richard Henderson
1
-2
/
+1
2021-01-07
tcg: Constify tcg_code_gen_epilogue
Richard Henderson
1
-2
/
+1
2021-01-07
tcg: Remove TCG_TARGET_SUPPORT_MIRROR
Richard Henderson
1
-1
/
+0
2021-01-07
tcg/arm: Support split-wx code generation
Richard Henderson
2
-17
/
+22
2021-01-07
tcg: Add --accel tcg,split-wx property
Richard Henderson
1
-0
/
+1
2021-01-07
tcg: Adjust tb_target_set_jmp_target for split-wx
Richard Henderson
1
-1
/
+1
2021-01-07
tcg: Adjust tcg_register_jit for const
Richard Henderson
1
-1
/
+1
2021-01-07
tcg: Adjust tcg_out_call for const
Richard Henderson
1
-1
/
+1
2021-01-07
tcg: Adjust TCGLabel for const
Richard Henderson
1
-1
/
+1
2021-01-07
tcg: Move tcg epilogue pointer out of TCGContext
Richard Henderson
1
-1
/
+1
2021-01-07
tcg: Introduce INDEX_op_qemu_st8_i32
Richard Henderson
1
-0
/
+1
2021-01-02
util: Extract flush_icache_range to cacheflush.c
Richard Henderson
1
-5
/
+0
2020-10-08
tcg: Remove TCG_CT_REG
Richard Henderson
1
-3
/
+0
2020-10-08
tcg: Drop union from TCGArgConstraint
Richard Henderson
1
-13
/
+13
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
1
-2
/
+2
2020-02-28
tcg/arm: Expand epilogue inline
Richard Henderson
1
-10
/
+2
2020-02-28
tcg/arm: Split out tcg_out_epilogue
Richard Henderson
1
-8
/
+11
2020-01-15
tcg: Search includes in the parent source directory
Philippe Mathieu-Daudé
1
-2
/
+2
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
1
-13
/
+13
2019-06-10
tcg/arm: Remove mostly unreachable tlb special case
Richard Henderson
1
-11
/
+12
2019-06-10
tcg/arm: Use LDRD to load tlb mask+table
Richard Henderson
1
-26
/
+40
2019-06-10
cpu: Move the softmmu tlb to CPUNegativeOffsetState
Richard Henderson
1
-32
/
+8
2019-06-10
tcg: Create struct CPUTLB
Richard Henderson
1
-7
/
+3
2019-05-13
tcg: Return bool success from tcg_out_mov
Richard Henderson
1
-1
/
+2
2019-05-13
tcg/arm: Use tcg_out_mov_reg in tcg_out_mov
Richard Henderson
1
-1
/
+1
2019-04-25
tcg/arm: Restrict constant pool displacement to 12 bits
Richard Henderson
1
-36
/
+21
2019-04-24
tcg: Restart TB generation after out-of-line ldst overflow
Richard Henderson
1
-6
/
+10
2019-04-24
tcg/arm: Support INDEX_op_extract2_i32
Richard Henderson
2
-1
/
+26
2019-04-24
tcg: Add INDEX_op_extract2_{i32,i64}
Richard Henderson
1
-0
/
+1
[next]