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
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
2015-02-12
tcg: Remove opcodes instead of noping them out
Richard Henderson
1
-0
/
+1
2015-02-12
tcg: Put opcodes in a linked list
Richard Henderson
1
-17
/
+41
2015-02-12
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
Richard Henderson
1
-0
/
+12
2015-02-12
tcg: Move some opcode generation functions out of line
Richard Henderson
1
-3
/
+0
2014-12-17
tcg: add separate monitor command to dump opcode counters
Max Filippov
1
-0
/
+1
2014-09-29
tcg: Always enable TCGv type checking
Richard Henderson
1
-55
/
+34
2014-06-05
softmmu: move all load/store functions to cpu_ldst.h
Paolo Bonzini
1
-13
/
+0
2014-05-28
tcg: Remove sizemask and flags arguments to tcg_gen_callN
Richard Henderson
1
-2
/
+2
2014-05-28
tcg: Push tcg-runtime routines into exec/helper-*
Richard Henderson
1
-2
/
+0
2014-05-12
tcg: Make call address a constant parameter
Richard Henderson
1
-1
/
+1
2014-05-12
tcg: Require TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
1
-3
/
+2
2014-05-12
tcg: Define tcg_insn_unit for code pointers
Richard Henderson
1
-9
/
+30
2014-05-12
tcg: Introduce byte pointer arithmetic helpers
Richard Henderson
1
-0
/
+45
2014-04-28
tcg: Add INDEX_op_trunc_shr_i32
Richard Henderson
1
-0
/
+1
2014-04-18
tcg: Relax requirement for mulu2_i32 on 32-bit hosts
Richard Henderson
1
-1
/
+7
2014-02-08
tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTR
Peter Maydell
1
-0
/
+3
2013-12-10
tcg: Use bitmaps for free temporaries
Richard Henderson
1
-5
/
+6
2013-10-10
exec: Add both big- and little-endian memory helpers
Richard Henderson
1
-16
/
+53
2013-10-10
tcg: Add TCGMemOp
Richard Henderson
1
-0
/
+54
2013-10-10
tcg: Add tcg-be-ldst.h
Richard Henderson
1
-29
/
+2
2013-10-10
tcg: Merge tcg_register_helper into tcg_context_init
Richard Henderson
1
-1
/
+0
2013-10-10
tcg: Use a GHashTable for tcg_find_helper
Richard Henderson
1
-9
/
+1
2013-10-10
tcg: Delete tcg_helper_get_name declaration
Richard Henderson
1
-1
/
+0
2013-09-02
tcg: Introduce zero and sign-extended versions of load helpers
Richard Henderson
1
-6
/
+15
2013-09-02
exec: Split softmmu_defs.h
Richard Henderson
1
-0
/
+43
2013-09-02
tcg: Use uintptr_t in TCGHelperInfo
Richard Henderson
1
-1
/
+1
2013-09-02
tcg: Change relocation offsets to intptr_t
Richard Henderson
1
-2
/
+2
2013-09-02
tcg: Change memory offsets to intptr_t
Richard Henderson
1
-5
/
+3
2013-09-02
tcg: Change frame pointer offsets to intptr_t
Richard Henderson
1
-5
/
+4
[next]