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
2020-07-16
tcg: Save/restore vecop_list around minmax fallback
Richard Henderson
1
-0
/
+2
2020-07-13
tcg/riscv: Remove superfluous breaks
Liao Pingfang
1
-2
/
+0
2020-07-06
tcg: Fix do_nonatomic_op_* vs signed operations
Richard Henderson
1
-4
/
+6
2020-07-06
tcg/ppc: Sanitize immediate shifts
Catherine A. Frederick
1
-5
/
+10
2020-06-16
tcg: call qemu_spin_destroy for tb->jmp_lock
Emilio G. Cota
1
-0
/
+9
2020-06-02
tcg: Improve move ops in liveness_pass_2
Richard Henderson
1
-22
/
+56
2020-06-02
tcg/ppc: Implement INDEX_op_rot[lr]v_vec
Richard Henderson
3
-6
/
+20
2020-06-02
tcg/aarch64: Implement INDEX_op_rotl{i,v}_vec
Richard Henderson
2
-2
/
+52
2020-06-02
tcg/i386: Implement INDEX_op_rotl{i,s,v}_vec
Richard Henderson
1
-16
/
+100
2020-06-02
tcg: Implement gvec support for rotate by scalar
Richard Henderson
6
-0
/
+32
2020-06-02
tcg: Remove expansion to shift by vector from do_shifts
Richard Henderson
1
-24
/
+11
2020-06-02
tcg: Implement gvec support for rotate by vector
Richard Henderson
7
-1
/
+141
2020-06-02
tcg: Implement gvec support for rotate by immediate
Richard Henderson
7
-1
/
+87
2020-05-15
disas: include an optional note for the start of disassembly
Alex Bennée
1
-2
/
+2
2020-05-06
tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}
Richard Henderson
1
-8
/
+8
2020-05-06
tcg: Add load_dest parameter to GVecGen2
Richard Henderson
1
-13
/
+32
2020-05-06
tcg: Improve vector tail clearing
Richard Henderson
1
-20
/
+64
2020-05-06
tcg: Remove tcg_gen_gvec_dup{8,16,32,64}i
Richard Henderson
1
-28
/
+0
2020-05-06
tcg: Use tcg_gen_gvec_dup_imm in logical simplifications
Richard Henderson
1
-4
/
+4
2020-05-06
tcg: Add tcg_gen_gvec_dup_imm
Richard Henderson
1
-0
/
+7
2020-04-12
tcg/mips: mips sync* encode error
lixinyu
1
-5
/
+5
2020-04-07
tcg/i386: Fix %r12 guest_base initialization
Richard Henderson
1
-1
/
+1
2020-03-30
tcg/i386: Fix INDEX_op_dup2_vec
Richard Henderson
1
-3
/
+7
2020-03-17
tcg/i386: Bound shift count expanding sari_vec
Richard Henderson
1
-3
/
+6
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-02-25
tcg: save vaddr temp for plugin usage
Alex Bennée
1
-3
/
+20
2020-02-12
tcg: Add tcg_gen_gvec_5_ptr
Richard Henderson
1
-0
/
+32
2020-01-15
tcg: Move TCG headers to include/tcg/
Philippe Mathieu-Daudé
6
-3516
/
+0
2020-01-15
tcg: Search includes in the parent source directory
Philippe Mathieu-Daudé
8
-14
/
+14
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
10
-18
/
+18
2020-01-15
cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code
Richard Henderson
1
-29
/
+0
2019-12-18
Add use of RCU for qemu_logfile.
Robert Foley
1
-2
/
+10
2019-12-18
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
1
-8
/
+8
2019-11-11
tcg/LICENSE: Remove out of date claim about TCG subdirectory licensing
Peter Maydell
1
-3
/
+0
2019-11-11
tcg/ppc/tcg-target.opc.h: Add copyright/license
Peter Maydell
1
-0
/
+20
2019-11-11
tcg/i386/tcg-target.opc.h: Add copyright/license
Peter Maydell
1
-3
/
+25
2019-11-11
tcg/aarch64/tcg-target.opc.h: Add copyright/license
Peter Maydell
1
-3
/
+12
2019-10-30
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...
Peter Maydell
5
-9
/
+93
2019-10-28
cputlb: ensure _cmmu helper functions follow the naming standard
Alex Bennée
1
-6
/
+14
2019-10-28
tcg: let plugins instrument virtual memory accesses
Emilio G. Cota
2
-9
/
+32
2019-10-28
plugin-gen: add module for TCG-related code
Emilio G. Cota
4
-0
/
+56
2019-10-28
tcg: add tcg_gen_st_ptr
Emilio G. Cota
1
-0
/
+5
2019-10-28
trace: add mmu_index to mem_info
Alex Bennée
1
-4
/
+4
2019-10-28
cputlb: ensure _cmmu helper functions follow the naming standard
Alex Bennée
1
-6
/
+14
2019-10-28
tci: Add implementation for INDEX_op_ld16u_i64
Stefan Weil
1
-0
/
+15
2019-10-14
tcg/ppc: Update vector support for v3.00 dup/dupi
Richard Henderson
1
-2
/
+26
2019-10-14
tcg/ppc: Update vector support for v3.00 load/store
Richard Henderson
1
-9
/
+38
2019-10-14
tcg/ppc: Update vector support for v3.00 Altivec
Richard Henderson
2
-1
/
+24
2019-10-14
tcg/ppc: Update vector support for v2.07 FP
Richard Henderson
1
-6
/
+26
[next]