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
/
include
/
tcg
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-13
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
Richard Henderson
2
-71
/
+74
2021-10-13
accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h
Richard Henderson
1
-87
/
+0
2021-10-12
accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
Alex Bennée
1
-6
/
+0
2021-10-05
tcg: Split out MemOpIdx to exec/memopidx.h
Richard Henderson
1
-38
/
+1
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
1
-37
/
+37
2021-10-05
tcg: add dup_const_tl wrapper
Philipp Tomsich
1
-0
/
+12
2021-09-14
tcg: Remove tcg_global_reg_new defines
Bin Meng
1
-2
/
+0
2021-07-21
tcg: Rename helper_atomic_*_mmu and provide for user-only
Richard Henderson
1
-44
/
+36
2021-07-09
tcg: Remove TCG_TARGET_HAS_goto_ptr
Richard Henderson
1
-2
/
+1
2021-07-09
tcg: Move tb_phys_invalidate_count to tb_ctx
Richard Henderson
1
-3
/
+0
2021-07-09
tcg: Bake tb_destroy() into tcg_region_tree
Liren Wei
1
-1
/
+0
2021-06-29
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
1
-4
/
+4
2021-06-29
tcg: Add flags argument to bswap opcodes
Richard Henderson
2
-5
/
+17
2021-06-29
tcg: Implement tcg_gen_vec_add{sub}32_tl
LIU Zhiwei
1
-0
/
+4
2021-06-29
tcg: Add tcg_gen_vec_shl{shr}{sar}8i_i32
LIU Zhiwei
1
-0
/
+10
2021-06-29
tcg: Add tcg_gen_vec_shl{shr}{sar}16i_i32
LIU Zhiwei
1
-0
/
+10
2021-06-29
tcg: Add tcg_gen_vec_add{sub}8_i32
LIU Zhiwei
1
-0
/
+6
2021-06-29
tcg: Add tcg_gen_vec_add{sub}16_i32
LIU Zhiwei
1
-0
/
+13
2021-06-24
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...
Peter Maydell
2
-1
/
+8
2021-06-21
tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64
Peter Maydell
2
-1
/
+8
2021-06-19
tcg: expose TCGCond manipulation routines
Alessandro Di Federico
2
-69
/
+102
2021-06-19
tcg/tci: Change encoding to uint32_t units
Richard Henderson
1
-2
/
+2
2021-06-19
tcg/tci: Use ffi for calls
Richard Henderson
1
-0
/
+1
2021-06-13
tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*
Richard Henderson
1
-1
/
+2
2021-06-13
tcg: Introduce tcg_remove_ops_after
Richard Henderson
1
-0
/
+10
2021-06-13
tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
Richard Henderson
1
-1
/
+0
2021-06-11
tcg: Move in_code_gen_buffer and tests to region.c
Richard Henderson
1
-10
/
+1
2021-06-11
accel/tcg: Pass down max_cpus to tcg_init
Richard Henderson
1
-1
/
+1
2021-06-11
tcg: Create tcg_init
Richard Henderson
1
-2
/
+1
2021-06-11
accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
Richard Henderson
1
-1
/
+1
2021-05-26
accel/tcg: Reduce 'exec/tb-context.h' inclusion
Philippe Mathieu-Daudé
1
-1
/
+0
2021-05-14
tcg: Add tcg_constant_tl
Matheus Ferst
1
-0
/
+2
2021-03-17
tcg/tci: Implement the disassembler properly
Richard Henderson
1
-2
/
+0
2021-01-24
tcg: Restart code generation when we run out of temps
Richard Henderson
1
-0
/
+3
2021-01-22
tcg: Optimize inline dup_const for MO_64
Richard Henderson
1
-1
/
+2
2021-01-13
tcg: Remove tcg_gen_dup{8,16,32,64}i_vec
Richard Henderson
1
-4
/
+0
2021-01-13
tcg: Remove movi and dupi opcodes
Richard Henderson
1
-3
/
+0
2021-01-13
tcg/tci: Add special tci_movi_{i32,i64} opcodes
Richard Henderson
1
-0
/
+8
2021-01-13
tcg: Use tcg_constant_{i32,i64,vec} with gvec expanders
Richard Henderson
1
-0
/
+1
2021-01-13
tcg: Use tcg_constant_{i32,i64} with tcg int expanders
Richard Henderson
1
-11
/
+2
2021-01-13
tcg: Introduce TYPE_CONST temporaries
Richard Henderson
1
-1
/
+23
2021-01-13
tcg: Expand TCGTemp.val to 64-bits
Richard Henderson
1
-1
/
+1
2021-01-13
tcg: Add temp_readonly
Richard Henderson
1
-0
/
+5
2021-01-13
tcg: Consolidate 3 bits into enum TCGTempKind
Richard Henderson
1
-8
/
+12
2021-01-07
tcg: Constify tcg_code_gen_epilogue
Richard Henderson
1
-1
/
+1
2021-01-07
tcg: Introduce tcg_tbrel_diff
Richard Henderson
1
-0
/
+13
2021-01-07
tcg: Make DisasContextBase.tb const
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 TCGLabel for const
Richard Henderson
1
-1
/
+1
2021-01-07
tcg: Introduce tcg_splitwx_to_{rx,rw}
Richard Henderson
1
-5
/
+21
[next]