index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
/
tcg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: Introduce zero and sign-extended versions of load helpers
Richard Henderson
2013-09-02
1
-6
/
+15
*
exec: Split softmmu_defs.h
Richard Henderson
2013-09-02
1
-0
/
+43
*
tcg: Use uintptr_t in TCGHelperInfo
Richard Henderson
2013-09-02
1
-1
/
+1
*
tcg: Change relocation offsets to intptr_t
Richard Henderson
2013-09-02
1
-2
/
+2
*
tcg: Change memory offsets to intptr_t
Richard Henderson
2013-09-02
1
-5
/
+3
*
tcg: Change frame pointer offsets to intptr_t
Richard Henderson
2013-09-02
1
-5
/
+4
*
tcg: Define TCG_ptr properly
Richard Henderson
2013-09-02
1
-3
/
+3
*
tcg: Define TCG_TYPE_PTR properly
Richard Henderson
2013-09-02
1
-3
/
+6
*
tcg: Allow TCG_TARGET_REG_BITS to be specified independantly
Richard Henderson
2013-09-02
1
-8
/
+11
*
tcg: Change tcg_qemu_tb_exec return to uintptr_t
Richard Henderson
2013-09-02
1
-2
/
+1
*
tcg: Add muluh and mulsh opcodes
Richard Henderson
2013-09-02
1
-0
/
+2
*
tcg: Simplify logic using TCG_OPF_NOT_PRESENT
Richard Henderson
2013-07-09
1
-1
/
+2
*
tcg: Split rem requirement from div requirement
Richard Henderson
2013-07-09
1
-0
/
+3
*
Handle CPU interrupts by inline checking of a flag
Peter Maydell
2013-03-03
1
-0
/
+5
*
tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses
Peter Maydell
2013-03-03
1
-1
/
+43
*
tcg: Add signed multiword multiplication operations
Richard Henderson
2013-02-23
1
-0
/
+1
*
tcg: Add 64-bit multiword arithmetic operations
Richard Henderson
2013-02-23
1
-0
/
+3
*
tcg: Make 32-bit multiword operations optional for 64-bit hosts
Richard Henderson
2013-02-23
1
-1
/
+5
*
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
Evgeny Voevodin
2013-02-16
1
-0
/
+2
*
TCG: Final globals clean-up
Evgeny Voevodin
2013-02-16
1
-3
/
+11
*
tcg: Add TCGV_IS_UNUSED_*
Richard Henderson
2012-12-29
1
-0
/
+3
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-12-10
1
-2
/
+2
|
\
|
*
Fix comments (adress -> address, layed -> laid, wierd -> weird)
Stefan Weil
2012-12-07
1
-2
/
+2
*
|
tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.
Evgeny Voevodin
2012-12-08
1
-0
/
+3
|
/
*
TCG: Remove unused global variables
Evgeny Voevodin
2012-11-17
1
-4
/
+0
*
tcg/tcg.h: Duplicate global TCG variables in TCGContext
Evgeny Voevodin
2012-11-17
1
-0
/
+6
*
tcg: Optimize qemu_ld/st by generating slow paths at the end of a block
Yeongkyoon Lee
2012-11-03
1
-0
/
+30
*
tcg: remove compatiblity call flags
Aurelien Jarno
2012-10-28
1
-4
/
+0
*
tcg: rework TCG helper flags
Aurelien Jarno
2012-10-28
1
-8
/
+18
*
tcg: synchronize globals for ops with side effects
Aurelien Jarno
2012-10-28
1
-2
/
+2
*
tcg: sync output arguments on liveness request
Aurelien Jarno
2012-10-28
1
-0
/
+3
*
exec: Allocate code_gen_prologue from code_gen_buffer
Richard Henderson
2012-10-20
1
-1
/
+1
*
tcg: Remove redundant pointer from TCGContext
Stefan Weil
2012-10-07
1
-2
/
+1
*
tcg: Add tcg_high_cond
Richard Henderson
2012-10-06
1
-0
/
+17
*
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
Richard Henderson
2012-10-06
1
-14
/
+23
*
tcg: Add is_unsigned_cond
Richard Henderson
2012-10-06
1
-0
/
+5
*
tcg: Sanity check goto_tb input
Richard Henderson
2012-09-26
1
-0
/
+1
*
tcg: Add tcg_debug_assert
Richard Henderson
2012-09-26
1
-0
/
+9
*
tcg: Fix !USE_DIRECT_JUMP
Richard Henderson
2012-09-21
1
-1
/
+1
*
tcg: Introduce movcond
Richard Henderson
2012-09-21
1
-0
/
+1
*
revert "TCG: fix copy propagation"
Aurelien Jarno
2012-09-19
1
-5
/
+0
*
tcg: improve profiler
Aurelien Jarno
2012-09-11
1
-0
/
+1
*
qemu-log: cleanup
Blue Swirl
2012-06-21
1
-1
/
+1
*
tcg: Use the GDB JIT debugging interface.
Richard Henderson
2012-03-24
1
-0
/
+2
*
i386: Remove REGPARM
Blue Swirl
2012-03-18
1
-6
/
+1
*
w64: Fix data type of next_tb and tcg_qemu_tb_exec
Stefan Weil
2012-03-17
1
-1
/
+1
*
Fix large memory chunks allocation with tcg_malloc.
Kirill Batuzov
2012-03-17
1
-1
/
+1
*
tcg: Rearrange definitions and include statements
Stefan Weil
2012-03-03
1
-3
/
+3
*
tcg: make tcg_const_ptr actually accept a pointer argument
Peter Maydell
2011-12-14
1
-2
/
+2
*
fix spelling in tcg sub directory
Dong Xu Wang
2011-12-02
1
-1
/
+1
[next]