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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
target-ppc
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-24
Fix typos in PPC TCG conversion.
pbrook
1
-2
/
+2
2008-10-21
target-ppc: convert branch related instructions to TCG
aurel32
1
-136
/
+63
2008-10-21
target-ppc: convert logical instructions to TCG
aurel32
1
-114
/
+204
2008-10-21
target-ppc: convert crf related instructions to TCG
aurel32
1
-182
/
+252
2008-10-21
target-ppc: use the new TCG logical operations
aurel32
1
-55
/
+10
2008-10-21
target-ppc: Convert XER accesses to TCG
aurel32
1
-13
/
+19
2008-10-15
PPC: fix dcbi instruction
aurel32
1
-0
/
+1
2008-10-15
PPC: convert SPE logical instructions to TCG
aurel32
1
-8
/
+70
2008-10-15
ppc: convert integer load/store to TCG
aurel32
1
-160
/
+413
2008-10-15
target-ppc: fix a TCG local variable creation
aurel32
1
-1
/
+1
2008-10-15
PPC: convert SPE effective address computation to TCG
aurel32
1
-10
/
+9
2008-10-14
PPC: convert effective address computation to TCG
aurel32
1
-91
/
+79
2008-10-01
ppc: fix crash in ppc system single step support
aurel32
1
-4
/
+0
2008-09-21
Add concat_i32_i64 op.
pbrook
1
-6
/
+1
2008-09-20
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
blueswir1
1
-2
/
+2
2008-09-14
ppc: Convert op_andi to TCG
aurel32
1
-27
/
+11
2008-09-14
ppc: Convert ctr, lr moves to TCG
aurel32
1
-0
/
+8
2008-09-05
ppc: Convert op_subf to TCG
aurel32
1
-6
/
+10
2008-09-05
ppc: Convert op_add, op_addi to TCG
aurel32
1
-15
/
+19
2008-09-04
ppc: replace op_set_FT0 with tcg_gen_movi_i64
aurel32
1
-1
/
+1
2008-09-04
ppc: Convert nip moves to TCG
aurel32
1
-8
/
+12
2008-09-04
ppc: remove unused code
aurel32
1
-28
/
+0
2008-09-04
ppc: Convert CRF moves to TCG
aurel32
1
-44
/
+33
2008-09-04
ppc: fix fpr TCG registers creation
aurel32
1
-0
/
+2
2008-09-04
ppc: Convert FPR moves to TCG
aurel32
1
-60
/
+65
2008-09-04
ppc: Convert Altivec register moves to TCG
aurel32
1
-14
/
+38
2008-09-04
ppc: cleanup register types
aurel32
1
-3
/
+3
2008-09-04
ppc: Convert GPR moves to TCG
aurel32
1
-358
/
+389
2008-09-02
[ppc] Convert op_moven_T2_T0 to TCG
aurel32
1
-6
/
+6
2008-09-02
[ppc] Convert op_reset_T0, op_set_{T0, T1} to TCG
aurel32
1
-17
/
+17
2008-09-02
[ppc] Convert op_move_{T1,T2}_T0 to TCG
aurel32
1
-19
/
+19
2008-09-02
[ppc] Convert gen_set_{T0,T1} to TCG
aurel32
1
-29
/
+9
2008-08-28
PPC: add support for TCG helpers
aurel32
1
-0
/
+7
2008-08-28
PPC: Init TCG variables
aurel32
1
-1
/
+13
2008-08-24
Revert commits 5082 and 5083
aurel32
1
-51
/
+19
2008-08-24
PPC: Switch a few instructions to TCG
aurel32
1
-18
/
+38
2008-08-24
PPC: Init TCG variables
aurel32
1
-1
/
+13
2008-08-13
Fix encoding of efsctsiz (powerpc spe), by Tristan Gingold.
ths
1
-1
/
+2
2008-07-18
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
ths
1
-8
/
+7
2008-06-29
Add missing static qualifiers.
pbrook
1
-1
/
+1
2008-06-29
Add instruction counter.
pbrook
1
-1
/
+31
2008-06-18
PPC: fix mtfsfi
aurel32
1
-1
/
+1
2008-06-03
Spelling fixes, by Stefan Weil.
ths
1
-1
/
+1
2008-05-10
Fix broken PPC user space single stepping
aurel32
1
-23
/
+39
2008-05-05
PPC: fix isel opcode decoding
aurel32
1
-1
/
+1
2008-04-28
Factorize code in translate.c
aurel32
1
-0
/
+42
2008-04-11
Remove osdep.c/qemu-img code duplication
aurel32
1
-0
/
+1
2008-02-01
use the TCG code generator
bellard
1
-40
/
+8
2007-11-24
Fix incorrect debug prints (reported by Paul Brook).
j_mayer
1
-23
/
+10
2007-11-22
Add new sane low-level memory accessors for PowerPC that do proper
j_mayer
1
-0
/
+25
[next]