index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: Sink qemu_madvise call to common code
Richard Henderson
2021-06-14
1
-7
/
+7
*
tcg: Return the map protection from alloc_code_gen_buffer
Richard Henderson
2021-06-14
1
-30
/
+33
*
tcg: Allocate code_gen_buffer into struct tcg_region_state
Richard Henderson
2021-06-14
1
-37
/
+27
*
tcg: Move in_code_gen_buffer and tests to region.c
Richard Henderson
2021-06-11
2
-23
/
+34
*
tcg: Tidy split_cross_256mb
Richard Henderson
2021-06-11
1
-10
/
+9
*
tcg: Tidy tcg_n_regions
Richard Henderson
2021-06-11
1
-17
/
+12
*
tcg: Rename region.start to region.after_prologue
Richard Henderson
2021-06-11
1
-7
/
+8
*
tcg: Replace region.end with region.total_size
Richard Henderson
2021-06-11
1
-12
/
+18
*
tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
Richard Henderson
2021-06-11
10
-28
/
+23
*
tcg: Introduce tcg_max_ctxs
Richard Henderson
2021-06-11
3
-17
/
+15
*
accel/tcg: Pass down max_cpus to tcg_init
Richard Henderson
2021-06-11
3
-28
/
+16
*
tcg: Create tcg_init
Richard Henderson
2021-06-11
2
-1
/
+9
*
accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
Richard Henderson
2021-06-11
1
-5
/
+426
*
tcg: Split out region.c
Richard Henderson
2021-06-11
4
-544
/
+613
*
tcg: Split out tcg_region_prologue_set
Richard Henderson
2021-06-11
1
-15
/
+22
*
tcg: Split out tcg_region_initial_alloc
Richard Henderson
2021-06-11
1
-3
/
+10
*
tcg: Remove error return from tcg_region_initial_alloc__locked
Richard Henderson
2021-06-11
1
-13
/
+6
*
tcg: Re-order tcg_region_init vs tcg_prologue_init
Richard Henderson
2021-06-11
1
-33
/
+19
*
meson: Split out tcg/meson.build
Richard Henderson
2021-06-11
1
-0
/
+13
*
tcg/arm: Implement TCG_TARGET_HAS_rotv_vec
Richard Henderson
2021-06-04
1
-1
/
+34
*
tcg/arm: Implement TCG_TARGET_HAS_roti_vec
Richard Henderson
2021-06-04
3
-0
/
+17
*
tcg/arm: Implement TCG_TARGET_HAS_shv_vec
Richard Henderson
2021-06-04
2
-1
/
+63
*
tcg/arm: Implement TCG_TARGET_HAS_bitsel_vec
Richard Henderson
2021-06-04
3
-3
/
+22
*
tcg/arm: Implement TCG_TARGET_HAS_minmax_vec
Richard Henderson
2021-06-04
2
-1
/
+25
*
tcg/arm: Implement TCG_TARGET_HAS_sat_vec
Richard Henderson
2021-06-04
2
-1
/
+25
*
tcg/arm: Implement TCG_TARGET_HAS_mul_vec
Richard Henderson
2021-06-04
2
-1
/
+7
*
tcg/arm: Implement TCG_TARGET_HAS_shi_vec
Richard Henderson
2021-06-04
2
-1
/
+28
*
tcg/arm: Implement andc, orc, abs, neg, not vector operations
Richard Henderson
2021-06-04
3
-5
/
+44
*
tcg/arm: Implement minimal vector operations
Richard Henderson
2021-06-04
4
-6
/
+202
*
tcg/arm: Implement tcg_out_dup*_vec
Richard Henderson
2021-06-04
1
-8
/
+275
*
tcg/arm: Implement tcg_out_mov for vector types
Richard Henderson
2021-06-04
1
-6
/
+46
*
tcg/arm: Implement tcg_out_ld/st for vector types
Richard Henderson
2021-06-04
1
-6
/
+64
*
tcg/arm: Add host vector framework
Richard Henderson
2021-06-04
5
-24
/
+158
*
tcg: Change parameters for tcg_target_const_match
Richard Henderson
2021-06-04
10
-36
/
+12
*
docs: fix references to docs/devel/atomics.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
tcg/aarch64: Fix tcg_out_rotl
Yasuo Kuwahara
2021-05-27
1
-3
/
+2
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
3
-3
/
+0
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
tcg/mips: Fix SoftTLB comparison on mips backend
Kele Huang
2021-04-05
1
-1
/
+1
*
tcg: Workaround macOS 11.2 mprotect bug
Richard Henderson
2021-03-24
1
-3
/
+7
*
tcg: Do not set guard pages on the rx portion of code_gen_buffer
Richard Henderson
2021-03-24
1
-7
/
+5
*
tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op
Miroslav Rezanina
2021-03-17
8
-19
/
+31
*
tcg/tci: Split out tcg_out_op_r[iI]
Richard Henderson
2021-03-17
1
-15
/
+35
*
tcg/tci: Split out tcg_out_op_v
Richard Henderson
2021-03-17
1
-4
/
+10
*
tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
Richard Henderson
2021-03-17
1
-17
/
+53
*
tcg/tci: Split out tcg_out_op_rrrrcl
Richard Henderson
2021-03-17
1
-8
/
+19
*
tcg/tci: Split out tcg_out_op_rrrr
Richard Henderson
2021-03-17
1
-6
/
+15
*
tcg/tci: Split out tcg_out_op_rrrrrr
Richard Henderson
2021-03-17
1
-8
/
+19
*
tcg/tci: Split out tcg_out_op_rrcl
Richard Henderson
2021-03-17
1
-6
/
+15
*
tcg/tci: Split out tcg_out_op_rrrbb
Richard Henderson
2021-03-17
1
-7
/
+16
[next]