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
/
tcg.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-26
tcg: Add CONFIG_ATOMIC64
Richard Henderson
1
-3
/
+12
2016-10-26
tcg: Add atomic128 helpers
Richard Henderson
1
-1
/
+23
2016-10-26
tcg: Add atomic helpers
Richard Henderson
1
-0
/
+53
2016-10-26
tcg: Add EXCP_ATOMIC
Richard Henderson
1
-0
/
+1
2016-09-16
Introduce TCGOpcode for memory barrier
Pranith Kumar
1
-0
/
+17
2016-09-16
tcg: Support arbitrary size + alignment
Richard Henderson
1
-32
/
+19
2016-09-15
Remove unused function declarations
Ladi Prosek
1
-2
/
+0
2016-08-05
tcg: Lower indirect registers in a separate pass
Richard Henderson
1
-0
/
+4
2016-08-05
tcg: Fold life data into TCGOp
Richard Henderson
1
-12
/
+14
2016-08-05
tcg: Reorg TCGOp chaining
Richard Henderson
1
-10
/
+12
2016-08-05
tcg: Compress liveness data to 16 bits
Richard Henderson
1
-6
/
+10
2016-07-17
compiler: never omit assertions if using a static analysis tool
Paolo Bonzini
1
-1
/
+1
2016-07-05
tcg: Improve the alignment check infrastructure
Sergey Sorokin
1
-13
/
+74
2016-06-20
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
1
-0
/
+4
2016-05-19
exec: extract exec/tb-context.h
Paolo Bonzini
1
-0
/
+22
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-12
tcg: Clean up from 'next_tb'
Sergey Fedorov
1
-9
/
+10
2016-05-12
tcg: Clean up direct block chaining data fields
Sergey Fedorov
1
-3
/
+3
2016-05-12
tcg: Add tcg_set_insn_param
Edgar E. Iglesias
1
-0
/
+6
2016-03-22
tcg: pass down TranslationBlock to tcg_code_gen
Alex Bennée
1
-1
/
+1
2016-03-01
tcg: Move definition of type TCGv
Lluís Vilanova
1
-0
/
+7
2016-03-01
tcg: Add type for vCPU pointers
Lluís Vilanova
1
-0
/
+1
2016-02-23
tcg: Rename tcg-target.c to tcg-target.inc.c
Peter Maydell
1
-1
/
+1
2016-02-23
tcg: Implement indirect memory registers
Richard Henderson
1
-0
/
+2
2016-02-09
tcg: Change reg_to_temp to TCGTemp pointer
Richard Henderson
1
-3
/
+3
2016-02-09
tcg: Remove tcg_get_arg_str_i32/64
Richard Henderson
1
-5
/
+0
2016-02-09
tcg: More use of TCGReg where appropriate
Richard Henderson
1
-4
/
+4
2016-02-09
tcg: Change ts->mem_reg to ts->mem_base
Richard Henderson
1
-2
/
+2
2016-02-09
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
Richard Henderson
1
-8
/
+30
2015-10-07
tcg: Check for overflow via highwater mark
Richard Henderson
1
-2
/
+3
2015-10-07
tcg: Remove tcg_gen_code_search_pc
Richard Henderson
1
-2
/
+0
2015-10-07
tcg: Remove gen_intermediate_code_pc
Richard Henderson
1
-4
/
+0
2015-10-07
tcg: Save insn data and use it in cpu_restore_state_from_tb
Richard Henderson
1
-1
/
+3
2015-10-07
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
1
-0
/
+2
2015-10-07
tcg: Add TCG_MAX_INSNS
Richard Henderson
1
-0
/
+1
2015-10-07
tcg: Allow extra data to be attached to insn_start
Richard Henderson
1
-0
/
+6
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+4
2015-09-11
softmmu: add helper function to pass through retaddr
Pavel Dovgalyuk
1
-0
/
+23
2015-09-09
replace spinlock by QemuMutex.
KONRAD Frederic
1
-0
/
+4
2015-08-24
tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32
Richard Henderson
1
-1
/
+2
2015-08-24
tcg: rename trunc_shr_i32 into trunc_shr_i64_i32
Aurelien Jarno
1
-1
/
+1
2015-06-26
cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcg
Peter Crosthwaite
1
-0
/
+2
2015-06-03
tci: do not use CPUArchState in tcg-target.h
Paolo Bonzini
1
-1
/
+3
2015-05-14
tcg: Add MO_ALIGN, MO_UNALN
Richard Henderson
1
-0
/
+13
2015-05-14
tcg: Push merged memop+mmu_idx parameter to softmmu routines
Richard Henderson
1
-19
/
+19
2015-05-14
tcg: Merge memop and mmu_idx parameters to qemu_ld/st
Richard Henderson
1
-0
/
+38
2015-05-05
tcg: optimise memory layout of TCGTemp
Emilio G. Cota
1
-12
/
+14
2015-04-30
tcg: Delete unused cpu_pc_from_tb()
Peter Crosthwaite
1
-2
/
+4
2015-03-13
tcg: Use tcg_malloc to allocate TCGLabel
Richard Henderson
1
-11
/
+5
2015-03-13
tcg: Change translator-side labels to a pointer
Richard Henderson
1
-0
/
+30
[next]