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-sparc: Accept stores of zero
Richard Henderson
2014-04-28
1
-2
/
+2
*
tcg-sparc: Fix small 32-bit movi
Richard Henderson
2014-04-28
1
-0
/
+5
*
tcg-sparc: Fixup function argument types
Richard Henderson
2014-04-28
1
-66
/
+51
*
tcg-sparc: Hoist common argument loads in tcg_out_op
Richard Henderson
2014-04-28
1
-63
/
+60
*
tcg-sparc: Don't handle mov/movi in tcg_out_op
Richard Henderson
2014-04-28
1
-7
/
+6
*
tcg-sparc: Tidy check_fit_* tests
Richard Henderson
2014-04-28
1
-15
/
+20
*
tcg-sparc: Implement muls2_i32
Richard Henderson
2014-04-28
2
-4
/
+16
*
tcg-sparc: Use the RETURN instruction
Richard Henderson
2014-04-28
1
-4
/
+10
*
tcg-sparc: Use 64-bit registers with sparcv8plus
Richard Henderson
2014-04-28
3
-361
/
+258
*
tcg-sparc: Support trunc_shr_i32
Richard Henderson
2014-04-28
2
-1
/
+9
*
tcg-sparc: Remove most uses of TCG_TARGET_REG_BITS
Richard Henderson
2014-04-28
1
-33
/
+37
*
tcg: Add INDEX_op_trunc_shr_i32
Richard Henderson
2014-04-28
12
-16
/
+67
*
tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes
Richard Henderson
2014-04-28
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20140422' into staging
Peter Maydell
2014-04-24
25
-157
/
+160
|
\
|
*
tcg: Use HOST_WORDS_BIGENDIAN
Richard Henderson
2014-04-18
12
-32
/
+12
|
*
tcg: Fix fallback from muls2_i64 to mulu2_i64
Richard Henderson
2014-04-18
1
-20
/
+18
|
*
tcg: Use tcg_gen_mulu2_i32 in tcg_gen_muls2_i32
Richard Henderson
2014-04-18
1
-4
/
+2
|
*
tcg: Relax requirement for mulu2_i32 on 32-bit hosts
Richard Henderson
2014-04-18
5
-1
/
+12
|
*
tcg-s390: Remove W constraint
Richard Henderson
2014-04-18
1
-24
/
+19
|
*
tcg-sparc: Use the type parameter to tcg_target_const_match
Richard Henderson
2014-04-18
1
-1
/
+7
|
*
tcg-ppc64: Use the type parameter to tcg_target_const_match
Richard Henderson
2014-04-18
1
-1
/
+9
|
*
tcg-aarch64: Remove w constraint
Richard Henderson
2014-04-18
1
-22
/
+18
|
*
tcg: Add TCGType parameter to tcg_target_const_match
Richard Henderson
2014-04-18
11
-13
/
+13
|
*
tcg: Fix out of range shift in deposit optimizations
Richard Henderson
2014-04-18
1
-6
/
+4
|
*
tcg: Mask shift quantities while folding
Richard Henderson
2014-04-18
1
-15
/
+20
|
*
tcg: Use "unspecified behavior" for shifts
Richard Henderson
2014-04-18
1
-5
/
+13
|
*
tcg: Fix warning (1 bit signed bitfield entry) and replace int by bool
Stefan Weil
2014-04-18
5
-13
/
+13
*
|
tcg-ia64: Convert to new ldst opcodes
Richard Henderson
2014-04-17
2
-67
/
+35
*
|
tcg-ia64: Move part of softmmu slow path out of line
Richard Henderson
2014-04-17
1
-62
/
+114
*
|
tcg-ia64: Convert to new ldst helpers
Richard Henderson
2014-04-17
1
-62
/
+80
*
|
tcg-ia64: Reduce code duplication in tcg_out_qemu_ld
Richard Henderson
2014-04-17
1
-37
/
+24
*
|
tcg-ia64: Move tlb addend load into tlb read
Richard Henderson
2014-04-17
1
-12
/
+12
*
|
tcg-ia64: Move bswap for store into tlb load
Richard Henderson
2014-04-17
1
-63
/
+31
*
|
tcg-ia64: Re-bundle the tlb load
Richard Henderson
2014-04-17
1
-23
/
+54
*
|
tcg-ia64: Optimize small arguments to exit_tb
Richard Henderson
2014-04-17
1
-3
/
+9
|
/
*
tcg-aarch64: Use tcg_out_mov in preference to tcg_out_movr
Richard Henderson
2014-04-16
1
-9
/
+7
*
tcg-aarch64: Prefer unsigned offsets before signed offsets for ldst
Richard Henderson
2014-04-16
1
-5
/
+6
*
tcg-aarch64: Introduce tcg_out_insn_3312, _3310, _3313
Richard Henderson
2014-04-16
1
-87
/
+89
*
tcg-aarch64: Merge aarch64_ldst_get_data/type into tcg_out_op
Richard Henderson
2014-04-16
1
-83
/
+32
*
tcg-aarch64: Introduce tcg_out_insn_3507
Richard Henderson
2014-04-16
1
-24
/
+33
*
tcg-aarch64: Support stores of zero
Richard Henderson
2014-04-16
1
-16
/
+19
*
tcg-aarch64: Implement TCG_TARGET_HAS_new_ldst
Richard Henderson
2014-04-16
2
-60
/
+31
*
tcg-aarch64: Pass qemu_ld/st arguments directly
Richard Henderson
2014-04-16
1
-32
/
+17
*
tcg-aarch64: Use TCGMemOp in qemu_ld/st
Richard Henderson
2014-04-16
1
-68
/
+63
*
tcg-aarch64: Use ADR to pass the return address to the ld/st helpers
Richard Henderson
2014-04-16
1
-2
/
+9
*
tcg-aarch64: Use tcg_out_call for qemu_ld/st
Richard Henderson
2014-04-16
1
-4
/
+2
*
tcg-aarch64: Avoid add with zero in tlb load
Richard Henderson
2014-04-16
1
-9
/
+19
*
tcg-aarch64: Implement tcg_register_jit
Richard Henderson
2014-04-16
1
-15
/
+69
*
tcg-aarch64: Introduce tcg_out_insn_3314
Richard Henderson
2014-04-16
1
-67
/
+33
*
tcg-aarch64: Reuse LR in translated code
Richard Henderson
2014-04-16
2
-33
/
+33
[next]