index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
ppc64
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-12
tcg: Remove unreachable code in tcg_out_op and op_defs
Richard Henderson
1
-28
/
+5
2014-05-12
tcg-ppc64: Rename tcg_out_calli to tcg_out_call
Richard Henderson
1
-21
/
+16
2014-05-12
tcg-ppc64: Define TCG_TARGET_INSN_UNIT_SIZE
Richard Henderson
2
-84
/
+81
2014-04-28
tcg: Add INDEX_op_trunc_shr_i32
Richard Henderson
1
-0
/
+1
2014-04-18
tcg: Use HOST_WORDS_BIGENDIAN
Richard Henderson
1
-1
/
+0
2014-04-18
tcg-ppc64: Use the type parameter to tcg_target_const_match
Richard Henderson
1
-1
/
+9
2014-04-18
tcg: Add TCGType parameter to tcg_target_const_match
Richard Henderson
1
-1
/
+1
2013-11-30
tcg-ppc64: Use qemu_getauxval
Richard Henderson
1
-9
/
+2
2013-10-12
tcg-ppc64: Support new ldst opcodes
Richard Henderson
2
-62
/
+17
2013-10-12
tcg-ppc64: Convert to le/be ldst helpers
Richard Henderson
1
-16
/
+22
2013-10-12
tcg-ppc64: Use TCGMemOp within qemu_ldst routines
Richard Henderson
1
-39
/
+45
2013-10-10
tcg: Add qemu_ld_st_i32/64
Richard Henderson
1
-0
/
+2
2013-10-10
tcg: Add tcg-be-ldst.h
Richard Henderson
1
-23
/
+3
2013-09-25
tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATION
Richard Henderson
1
-77
/
+135
2013-09-25
tcg-ppc64: Add _noaddr functions for emitting forward branches
Richard Henderson
1
-10
/
+16
2013-09-25
tcg-ppc64: Streamline tcg_out_tlb_read
Richard Henderson
1
-97
/
+97
2013-09-25
tcg-ppc64: Implement tcg_register_jit
Richard Henderson
1
-23
/
+73
2013-09-25
tcg-ppc64: Handle long offsets better
Richard Henderson
1
-73
/
+74
2013-09-25
tcg-ppc64: Tidy register allocation order
Richard Henderson
1
-27
/
+22
2013-09-25
tcg-ppc64: Look through a constant function descriptor
Richard Henderson
1
-4
/
+19
2013-09-25
tcg-ppc64: Fold constant call address into descriptor load
Richard Henderson
1
-3
/
+11
2013-09-25
tcg-ppc64: Don't load the static chain from TCG
Richard Henderson
1
-1
/
+0
2013-09-25
tcg-ppc64: Avoid code for nop move
Richard Henderson
1
-1
/
+3
2013-09-25
tcg-ppc64: Use tcg_out64
Richard Henderson
1
-5
/
+1
2013-09-25
tcg-ppc64: Use TCG_REG_Rn constants
Richard Henderson
1
-48
/
+48
2013-09-25
tcg-ppc64: More use of TAI and SAI helper macros
Richard Henderson
1
-25
/
+16
2013-09-25
tcg-ppc64: Reformat tcg-target.c
Richard Henderson
1
-239
/
+239
2013-09-02
exec: Split softmmu_defs.h
Richard Henderson
1
-3
/
+0
2013-09-02
tcg: Change tcg_out_ld/st offset to intptr_t
Richard Henderson
1
-4
/
+4
2013-09-02
tcg: Change relocation offsets to intptr_t
Richard Henderson
1
-1
/
+1
2013-09-02
tcg-ppc64: Implement muluh, mulsh
Richard Henderson
2
-29
/
+11
2013-09-02
tcg: Add muluh and mulsh opcodes
Richard Henderson
1
-0
/
+4
2013-07-09
tcg-ppc64: Don't implement rem
Richard Henderson
2
-28
/
+2
2013-07-09
tcg: Split rem requirement from div requirement
Richard Henderson
1
-0
/
+2
2013-06-17
tcg-ppc64: rotr_i32 rotates wrong amount
Anton Blanchard
1
-1
/
+1
2013-06-17
tcg-ppc64: Fix add2_i64
Anton Blanchard
1
-7
/
+7
2013-06-17
tcg-ppc64: bswap64 rotates output 32 bits
Anton Blanchard
1
-2
/
+0
2013-06-17
tcg-ppc64: Fix RLDCL opcode
Anton Blanchard
1
-5
/
+6
2013-04-15
tcg-ppc64: Handle deposit of zero
Richard Henderson
1
-6
/
+16
2013-04-15
tcg-ppc64: Implement mulu2/muls2_i64
Richard Henderson
2
-2
/
+29
2013-04-15
tcg-ppc64: Implement add2/sub2_i64
Richard Henderson
2
-2
/
+58
2013-04-15
tcg-ppc64: Use getauxval for ISA detection
Richard Henderson
1
-0
/
+14
2013-04-15
tcg-ppc64: Implement movcond
Richard Henderson
2
-2
/
+61
2013-04-15
tcg-ppc64: Use ISEL for setcond
Richard Henderson
1
-62
/
+119
2013-04-15
tcg-ppc64: Use MFOCRF instead of MFCR
Richard Henderson
1
-4
/
+8
2013-04-15
tcg-ppc64: Cleanup i32 constants to tcg_out_cmp
Richard Henderson
1
-0
/
+5
2013-04-15
tcg-ppc64: Use TCGType throughout compares
Richard Henderson
1
-19
/
+19
2013-04-15
tcg-ppc64: Use I constraint for mul
Richard Henderson
1
-12
/
+12
2013-04-15
tcg-ppc64: Implement deposit
Richard Henderson
2
-2
/
+14
2013-04-15
tcg-ppc64: Handle constant inputs for some compound logicals
Richard Henderson
1
-10
/
+34
[next]