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
/
ppc64
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: Remove unreachable code in tcg_out_op and op_defs
Richard Henderson
2014-05-12
1
-28
/
+5
*
tcg-ppc64: Rename tcg_out_calli to tcg_out_call
Richard Henderson
2014-05-12
1
-21
/
+16
*
tcg-ppc64: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2014-05-12
2
-84
/
+81
*
tcg: Add INDEX_op_trunc_shr_i32
Richard Henderson
2014-04-28
1
-0
/
+1
*
tcg: Use HOST_WORDS_BIGENDIAN
Richard Henderson
2014-04-18
1
-1
/
+0
*
tcg-ppc64: Use the type parameter to tcg_target_const_match
Richard Henderson
2014-04-18
1
-1
/
+9
*
tcg: Add TCGType parameter to tcg_target_const_match
Richard Henderson
2014-04-18
1
-1
/
+1
*
tcg-ppc64: Use qemu_getauxval
Richard Henderson
2013-11-30
1
-9
/
+2
*
tcg-ppc64: Support new ldst opcodes
Richard Henderson
2013-10-12
2
-62
/
+17
*
tcg-ppc64: Convert to le/be ldst helpers
Richard Henderson
2013-10-12
1
-16
/
+22
*
tcg-ppc64: Use TCGMemOp within qemu_ldst routines
Richard Henderson
2013-10-12
1
-39
/
+45
*
tcg: Add qemu_ld_st_i32/64
Richard Henderson
2013-10-10
1
-0
/
+2
*
tcg: Add tcg-be-ldst.h
Richard Henderson
2013-10-10
1
-23
/
+3
*
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
*
tcg-ppc64: Avoid code for nop move
Richard Henderson
2013-09-25
1
-1
/
+3
*
tcg-ppc64: Use tcg_out64
Richard Henderson
2013-09-25
1
-5
/
+1
*
tcg-ppc64: Use TCG_REG_Rn constants
Richard Henderson
2013-09-25
1
-48
/
+48
*
tcg-ppc64: More use of TAI and SAI helper macros
Richard Henderson
2013-09-25
1
-25
/
+16
*
tcg-ppc64: Reformat tcg-target.c
Richard Henderson
2013-09-25
1
-239
/
+239
*
exec: Split softmmu_defs.h
Richard Henderson
2013-09-02
1
-3
/
+0
*
tcg: Change tcg_out_ld/st offset to intptr_t
Richard Henderson
2013-09-02
1
-4
/
+4
*
tcg: Change relocation offsets to intptr_t
Richard Henderson
2013-09-02
1
-1
/
+1
*
tcg-ppc64: Implement muluh, mulsh
Richard Henderson
2013-09-02
2
-29
/
+11
*
tcg: Add muluh and mulsh opcodes
Richard Henderson
2013-09-02
1
-0
/
+4
*
tcg-ppc64: Don't implement rem
Richard Henderson
2013-07-09
2
-28
/
+2
*
tcg: Split rem requirement from div requirement
Richard Henderson
2013-07-09
1
-0
/
+2
*
tcg-ppc64: rotr_i32 rotates wrong amount
Anton Blanchard
2013-06-17
1
-1
/
+1
*
tcg-ppc64: Fix add2_i64
Anton Blanchard
2013-06-17
1
-7
/
+7
*
tcg-ppc64: bswap64 rotates output 32 bits
Anton Blanchard
2013-06-17
1
-2
/
+0
*
tcg-ppc64: Fix RLDCL opcode
Anton Blanchard
2013-06-17
1
-5
/
+6
*
tcg-ppc64: Handle deposit of zero
Richard Henderson
2013-04-15
1
-6
/
+16
*
tcg-ppc64: Implement mulu2/muls2_i64
Richard Henderson
2013-04-15
2
-2
/
+29
*
tcg-ppc64: Implement add2/sub2_i64
Richard Henderson
2013-04-15
2
-2
/
+58
*
tcg-ppc64: Use getauxval for ISA detection
Richard Henderson
2013-04-15
1
-0
/
+14
*
tcg-ppc64: Implement movcond
Richard Henderson
2013-04-15
2
-2
/
+61
*
tcg-ppc64: Use ISEL for setcond
Richard Henderson
2013-04-15
1
-62
/
+119
*
tcg-ppc64: Use MFOCRF instead of MFCR
Richard Henderson
2013-04-15
1
-4
/
+8
*
tcg-ppc64: Cleanup i32 constants to tcg_out_cmp
Richard Henderson
2013-04-15
1
-0
/
+5
*
tcg-ppc64: Use TCGType throughout compares
Richard Henderson
2013-04-15
1
-19
/
+19
*
tcg-ppc64: Use I constraint for mul
Richard Henderson
2013-04-15
1
-12
/
+12
*
tcg-ppc64: Implement deposit
Richard Henderson
2013-04-15
2
-2
/
+14
*
tcg-ppc64: Handle constant inputs for some compound logicals
Richard Henderson
2013-04-15
1
-10
/
+34
[next]