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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tcg-ppc64: Better parameterize the stack frame
Richard Henderson
2014-06-23
1
-28
/
+36
*
tcg-ppc64: Fix TCG_TARGET_CALL_STACK_OFFSET
Richard Henderson
2014-06-23
1
-1
/
+1
*
tcg-ppc64: Move call macros out of tcg-target.h
Richard Henderson
2014-06-23
2
-6
/
+5
*
tcg-ppc64: Make TCG_AREG0 and TCG_REG_CALL_STACK enum constants
Richard Henderson
2014-06-23
1
-35
/
+11
*
tcg-ppc64: Use tcg_out_{ld,st,cmp} internally
Richard Henderson
2014-06-23
1
-19
/
+14
*
tcg-ppc64: Relax register restrictions in tcg_out_mem_long
Richard Henderson
2014-06-23
1
-5
/
+7
*
tcg-ppc64: Move functions around
Richard Henderson
2014-06-23
1
-361
/
+361
*
tcg-ppc64: Avoid some hard-codings of TCG_TYPE_I64
Richard Henderson
2014-06-23
1
-10
/
+13
*
tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_target
Richard Henderson
2014-06-23
1
-1
/
+1
*
tcg/optimize: Don't special case TCG_OPF_CALL_CLOBBER
Richard Henderson
2014-06-18
1
-5
/
+4
*
Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging
Peter Maydell
2014-06-05
1
-13
/
+0
|
\
|
*
softmmu: move all load/store functions to cpu_ldst.h
Paolo Bonzini
2014-06-05
1
-13
/
+0
*
|
TCG: Fix tcg_gen_extr_i64_tl for 32bit
Alexander Graf
2014-06-04
1
-1
/
+1
*
|
tcg: Remove TCG_TARGET_HAS_new_ldst
Richard Henderson
2014-06-04
13
-234
/
+28
*
|
tci: Convert to new ldst opcodes
Richard Henderson
2014-06-04
2
-47
/
+31
*
|
tcg-i386: Fix win64 qemu store
Richard Henderson
2014-06-04
1
-1
/
+2
|
/
*
tcg/optimize: Remember garbage high bits for 32-bit ops
Richard Henderson
2014-05-28
1
-7
/
+26
*
tcg/optimize: Move updating of gen_opc_buf into tcg_opt_gen_mov*
Richard Henderson
2014-05-28
1
-61
/
+56
*
tcg-sparc: Make debug_frame const
Richard Henderson
2014-05-28
1
-13
/
+9
*
tcg-s390: Make debug_frame const
Richard Henderson
2014-05-28
1
-13
/
+9
*
tcg-arm: Make debug_frame const
Richard Henderson
2014-05-28
1
-13
/
+9
*
tcg-aarch64: Make debug_frame const
Richard Henderson
2014-05-28
1
-13
/
+9
*
tcg-i386: Make debug_frame const
Richard Henderson
2014-05-28
1
-21
/
+17
*
tcg: Allow the debug_frame data structure to be constant
Richard Henderson
2014-05-28
1
-4
/
+17
*
tcg: Remove sizemask and flags arguments to tcg_gen_callN
Richard Henderson
2014-05-28
2
-12
/
+9
*
tcg: Save flags and computed sizemask in TCGHelperInfo
Richard Henderson
2014-05-28
1
-0
/
+7
*
tcg: Register the helper info struct rather than the name
Richard Henderson
2014-05-28
1
-2
/
+5
*
tcg: Inline tcg_gen_helperN
Richard Henderson
2014-05-28
1
-7
/
+0
*
tcg: Use helper-gen.h in tcg-op.h
Richard Henderson
2014-05-28
1
-150
/
+25
*
tcg: Push tcg-runtime routines into exec/helper-*
Richard Henderson
2014-05-28
4
-52
/
+31
*
tcg: Invert the inclusion of helper.h
Richard Henderson
2014-05-28
1
-4
/
+3
*
tcg: Optimize brcond2 and setcond2 ne/eq
Richard Henderson
2014-05-28
1
-0
/
+94
*
Merge remote-tracking branch 'remotes/rth/tcg-mips' into staging
Peter Maydell
2014-05-27
2
-918
/
+945
|
\
|
*
tcg-mips: Enable direct chaining of TBs
Richard Henderson
2014-05-24
1
-1
/
+10
|
*
tcg-mips: Simplify movcond
Richard Henderson
2014-05-24
1
-49
/
+17
|
*
tcg-mips: Simplify brcond2
Richard Henderson
2014-05-24
1
-57
/
+20
|
*
tcg-mips: Improve setcond eq/ne vs zeros
Richard Henderson
2014-05-24
1
-4
/
+36
|
*
tcg-mips: Simplify setcond2
Richard Henderson
2014-05-24
1
-64
/
+31
|
*
tcg-mips: Simplify brcond
Richard Henderson
2014-05-24
1
-46
/
+41
|
*
tcg-mips: Simplify setcond
Richard Henderson
2014-05-24
1
-58
/
+67
|
*
tcg-mips: Commonize opcode implementations
Richard Henderson
2014-05-24
1
-114
/
+98
|
*
tcg-mips: Improve add2/sub2
Richard Henderson
2014-05-24
1
-31
/
+56
|
*
tcg-mips: Hoist args loads
Richard Henderson
2014-05-24
1
-98
/
+103
|
*
tcg-mips: Fix subtract immediate range
Richard Henderson
2014-05-24
1
-5
/
+11
|
*
tcg-mips: Name the opcode enumeration
Richard Henderson
2014-05-24
1
-9
/
+9
|
*
tcg-mips: Use EXT for AND on mips32r2
Richard Henderson
2014-05-24
2
-14
/
+50
|
*
tcg-mips: Use T9 for TCG_TMP1
Richard Henderson
2014-05-24
1
-1
/
+1
|
*
tcg-mips: Introduce TCG_TMP0, TCG_TMP1
Richard Henderson
2014-05-24
1
-114
/
+117
|
*
tcg-mips: Rearrange register allocation
Richard Henderson
2014-05-24
2
-11
/
+19
|
*
tcg-mips: Convert to new_ldst
Richard Henderson
2014-05-24
2
-53
/
+25
[prev]
[next]