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: Support new ldst opcodes
Richard Henderson
2013-10-12
2
-62
/
+17
*
tcg-ppc: Support new ldst opcodes
Richard Henderson
2013-10-12
2
-66
/
+33
*
tcg-ppc64: Convert to le/be ldst helpers
Richard Henderson
2013-10-12
1
-16
/
+22
*
tcg-ppc: Convert to le/be ldst helpers
Richard Henderson
2013-10-12
1
-24
/
+33
*
tcg-ppc64: Use TCGMemOp within qemu_ldst routines
Richard Henderson
2013-10-12
1
-39
/
+45
*
tcg-ppc: Use TCGMemOp within qemu_ldst routines
Richard Henderson
2013-10-12
1
-56
/
+48
*
tcg-arm: Improve GUEST_BASE qemu_ld/st
Richard Henderson
2013-10-12
1
-104
/
+116
*
tcg-arm: Convert to new ldst opcodes
Richard Henderson
2013-10-12
2
-71
/
+38
*
tcg-arm: Tidy variable naming convention in qemu_ld/st
Richard Henderson
2013-10-12
1
-115
/
+115
*
tcg-arm: Convert to le/be ldst helpers
Richard Henderson
2013-10-12
1
-21
/
+29
*
tcg-arm: Use TCGMemOp within qemu_ldst routines
Richard Henderson
2013-10-12
1
-64
/
+61
*
tcg-i386: Support new ldst opcodes
Richard Henderson
2013-10-12
2
-90
/
+51
*
tcg-i386: Remove "cb" output restriction from qemu_st8 for i386
Richard Henderson
2013-10-12
1
-2
/
+8
*
tcg-i386: Tidy softmmu routines
Richard Henderson
2013-10-12
1
-249
/
+208
*
tcg-i386: Use TCGMemOp within qemu_ldst routines
Richard Henderson
2013-10-12
1
-64
/
+59
*
tcg: Use TCGMemOp for TCGLabelQemuLdst.opc
Richard Henderson
2013-10-12
1
-1
/
+1
*
exec: Add both big- and little-endian memory helpers
Richard Henderson
2013-10-10
1
-16
/
+53
*
tcg: Add qemu_ld_st_i32/64
Richard Henderson
2013-10-10
14
-239
/
+368
*
tcg: Add TCGMemOp
Richard Henderson
2013-10-10
1
-0
/
+54
*
tcg: Add tcg-be-ldst.h
Richard Henderson
2013-10-10
8
-158
/
+112
*
tcg: Add tcg-be-null.h
Richard Henderson
2013-10-10
6
-0
/
+53
*
tcg-aarch64: Update to helper_ret_*_mmu routines
Richard Henderson
2013-10-10
1
-12
/
+16
*
tcg: Merge tcg_register_helper into tcg_context_init
Richard Henderson
2013-10-10
2
-16
/
+6
*
tcg: Add tcg-runtime.c helpers to all_helpers
Richard Henderson
2013-10-10
1
-0
/
+16
*
tcg: Put target helper data into an array.
Richard Henderson
2013-10-10
1
-3
/
+14
*
tcg: Move helper registration into tcg_context_init
Richard Henderson
2013-10-10
1
-1
/
+7
*
tcg: Use a GHashTable for tcg_find_helper
Richard Henderson
2013-10-10
2
-65
/
+19
*
tcg: Delete tcg_helper_get_name declaration
Richard Henderson
2013-10-10
1
-1
/
+0
*
tcg-hppa: Remove tcg backend
Richard Henderson
2013-10-10
2
-1954
/
+0
*
Merge remote-tracking branch 'rth/tcg-arm-pull' into staging
Anthony Liguori
2013-10-09
1
-170
/
+215
|
\
|
*
tcg-arm: Move the tlb addend load earlier
Richard Henderson
2013-10-01
1
-5
/
+6
|
*
tcg-arm: Remove restriction on qemu_ld output register
Richard Henderson
2013-10-01
1
-24
/
+34
|
*
tcg-arm: Return register containing tlb addend
Richard Henderson
2013-10-01
1
-29
/
+30
|
*
tcg-arm: Move load of tlb addend into tcg_out_tlb_read
Richard Henderson
2013-10-01
1
-37
/
+23
|
*
tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlb
Richard Henderson
2013-10-01
1
-5
/
+10
|
*
tcg-arm: Use strd for tcg_out_arg_reg64
Richard Henderson
2013-10-01
1
-3
/
+10
|
*
tcg-arm: Rearrange slow-path qemu_ld/st
Richard Henderson
2013-10-01
1
-90
/
+87
|
*
tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64
Richard Henderson
2013-10-01
1
-5
/
+43
*
|
Merge remote-tracking branch 'sweil/tci' into staging
Anthony Liguori
2013-10-09
2
-9
/
+4
|
\
\
|
|
/
|
/
|
|
*
misc: Use new rotate functions
Stefan Weil
2013-09-25
1
-8
/
+4
|
*
tci: Add implementation of rotl_i64, rotr_i64
Stefan Weil
2013-09-25
1
-1
/
+0
*
|
tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATION
Richard Henderson
2013-09-25
1
-77
/
+135
*
|
tcg-ppc64: Add _noaddr functions for emitting forward branches
Richard Henderson
2013-09-25
1
-10
/
+16
*
|
tcg-ppc64: Streamline tcg_out_tlb_read
Richard Henderson
2013-09-25
1
-97
/
+97
*
|
tcg-ppc64: Implement tcg_register_jit
Richard Henderson
2013-09-25
1
-23
/
+73
*
|
tcg-ppc64: Handle long offsets better
Richard Henderson
2013-09-25
1
-73
/
+74
*
|
tcg-ppc64: Tidy register allocation order
Richard Henderson
2013-09-25
1
-27
/
+22
*
|
tcg-ppc64: Look through a constant function descriptor
Richard Henderson
2013-09-25
1
-4
/
+19
*
|
tcg-ppc64: Fold constant call address into descriptor load
Richard Henderson
2013-09-25
1
-3
/
+11
*
|
tcg-ppc64: Don't load the static chain from TCG
Richard Henderson
2013-09-25
1
-1
/
+0
[next]