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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-21
tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64
Peter Maydell
1
-10
/
+10
2021-06-13
tcg/arm: Fix tcg_out_op function signature
Jose R. Ziviani
1
-1
/
+2
2021-06-13
tcg: Introduce tcg_remove_ops_after
Richard Henderson
1
-0
/
+13
2021-06-13
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
Richard Henderson
2
-0
/
+4
2021-06-13
tcg: When allocating for !splitwx, begin with PROT_NONE
Richard Henderson
1
-10
/
+9
2021-06-13
tcg: Merge buffer protection and guard page protection
Richard Henderson
1
-14
/
+31
2021-06-13
tcg: Round the tb_size default from qemu_get_host_physmem
Richard Henderson
1
-26
/
+21
2021-06-13
tcg: Sink qemu_madvise call to common code
Richard Henderson
1
-7
/
+7
2021-06-13
tcg: Return the map protection from alloc_code_gen_buffer
Richard Henderson
1
-30
/
+33
2021-06-13
tcg: Allocate code_gen_buffer into struct tcg_region_state
Richard Henderson
1
-37
/
+27
2021-06-11
tcg: Move in_code_gen_buffer and tests to region.c
Richard Henderson
2
-23
/
+34
2021-06-11
tcg: Tidy split_cross_256mb
Richard Henderson
1
-10
/
+9
2021-06-11
tcg: Tidy tcg_n_regions
Richard Henderson
1
-17
/
+12
2021-06-11
tcg: Rename region.start to region.after_prologue
Richard Henderson
1
-7
/
+8
2021-06-11
tcg: Replace region.end with region.total_size
Richard Henderson
1
-12
/
+18
2021-06-11
tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
Richard Henderson
10
-28
/
+23
2021-06-11
tcg: Introduce tcg_max_ctxs
Richard Henderson
3
-17
/
+15
2021-06-11
accel/tcg: Pass down max_cpus to tcg_init
Richard Henderson
3
-28
/
+16
2021-06-11
tcg: Create tcg_init
Richard Henderson
2
-1
/
+9
2021-06-11
accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
Richard Henderson
1
-5
/
+426
2021-06-11
tcg: Split out region.c
Richard Henderson
4
-544
/
+613
2021-06-11
tcg: Split out tcg_region_prologue_set
Richard Henderson
1
-15
/
+22
2021-06-11
tcg: Split out tcg_region_initial_alloc
Richard Henderson
1
-3
/
+10
2021-06-11
tcg: Remove error return from tcg_region_initial_alloc__locked
Richard Henderson
1
-13
/
+6
2021-06-11
tcg: Re-order tcg_region_init vs tcg_prologue_init
Richard Henderson
1
-33
/
+19
2021-06-11
meson: Split out tcg/meson.build
Richard Henderson
1
-0
/
+13
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
10
-36
/
+12
2021-06-02
docs: fix references to docs/devel/atomics.rst
Stefano Garzarella
1
-1
/
+1
2021-05-26
tcg/aarch64: Fix tcg_out_rotl
Yasuo Kuwahara
1
-3
/
+2
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
3
-3
/
+0
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-04-05
tcg/mips: Fix SoftTLB comparison on mips backend
Kele Huang
1
-1
/
+1
2021-03-23
tcg: Workaround macOS 11.2 mprotect bug
Richard Henderson
1
-3
/
+7
2021-03-23
tcg: Do not set guard pages on the rx portion of code_gen_buffer
Richard Henderson
1
-7
/
+5
2021-03-17
tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op
Miroslav Rezanina
8
-19
/
+31
2021-03-17
tcg/tci: Split out tcg_out_op_r[iI]
Richard Henderson
1
-15
/
+35
[next]