index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
/
ppc64
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg-ppc: Rename the tcg/ppc64 backend
Richard Henderson
2014-06-23
2
-2649
/
+0
*
tcg-ppc64: Merge ppc32 shifts
Richard Henderson
2014-06-23
1
-8
/
+32
*
tcg-ppc64: Support mulsh_i32
Richard Henderson
2014-06-23
2
-1
/
+6
*
tcg-ppc64: Merge ppc32 register usage
Richard Henderson
2014-06-23
1
-22
/
+39
*
tcg-ppc64: Merge ppc32 qemu_ld/st
Richard Henderson
2014-06-23
1
-84
/
+209
*
tcg-ppc64: Merge ppc32 brcond2, setcond2, muluh
Richard Henderson
2014-06-23
2
-2
/
+96
*
tcg-ppc64: Begin merging ppc32 with ppc64
Richard Henderson
2014-06-23
2
-43
/
+81
*
tcg-ppc64: Fix sub2 implementation
Richard Henderson
2014-06-23
1
-7
/
+7
*
tcg-ppc64: Merge 32-bit ABIs into the prologue / frame code
Richard Henderson
2014-06-23
1
-7
/
+32
*
tcg-ppc64: Adjust tcg_out_call for ELFv2
Ulrich Weigand
2014-06-23
1
-0
/
+17
*
tcg-ppc64: Support the ppc64 elfv2 ABI
Richard Henderson
2014-06-23
1
-0
/
+4
*
tcg-ppc64: Use the correct test in tcg_out_call
Richard Henderson
2014-06-23
1
-3
/
+3
*
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: Remove TCG_TARGET_HAS_new_ldst
Richard Henderson
2014-06-04
1
-2
/
+0
*
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-19
1
-1
/
+0
*
tcg-ppc64: Use the type parameter to tcg_target_const_match
Richard Henderson
2014-04-19
1
-1
/
+9
*
tcg: Add TCGType parameter to tcg_target_const_match
Richard Henderson
2014-04-19
1
-1
/
+1
*
tcg-ppc64: Use qemu_getauxval
Richard Henderson
2013-11-29
1
-9
/
+2
*
tcg-ppc64: Support new ldst opcodes
Richard Henderson
2013-10-13
2
-62
/
+17
*
tcg-ppc64: Convert to le/be ldst helpers
Richard Henderson
2013-10-13
1
-16
/
+22
*
tcg-ppc64: Use TCGMemOp within qemu_ldst routines
Richard Henderson
2013-10-13
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
[next]