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
2013-12-22
PPC: Fix compilation with TCG debug
Alexander Graf
1
-62
/
+81
2013-12-20
Add xxsldwi
Tom Musta
1
-0
/
+62
2013-12-20
Add xxspltw
Tom Musta
1
-0
/
+31
2013-12-20
Add xxsel
Tom Musta
1
-0
/
+76
2013-12-20
Add xxmrgh/xxmrgl
Tom Musta
1
-0
/
+41
2013-12-20
Add Power7 VSX Logical Instructions
Tom Musta
1
-0
/
+29
2013-12-20
Add VSX Vector Move Instructions
Tom Musta
1
-0
/
+71
2013-12-20
Add VSX Scalar Move Instructions
Tom Musta
1
-0
/
+70
2013-12-20
Add stxvw4x
Tom Musta
1
-0
/
+28
2013-12-20
Add stxsdx
Tom Musta
1
-0
/
+15
2013-12-20
Add lxvw4x
Tom Musta
1
-0
/
+29
2013-12-20
Add lxvdsx
Tom Musta
1
-0
/
+16
2013-12-20
Add lxsdx
Tom Musta
1
-0
/
+16
2013-12-20
Add xxpermdi
Tom Musta
1
-1
/
+40
2013-12-20
Add stxvd2x
Tom Musta
1
-0
/
+18
2013-12-20
Add lxvd2x
Tom Musta
1
-0
/
+18
2013-12-20
Add VSR to Global Registers
Tom Musta
1
-0
/
+27
2013-12-20
Add VSX Instruction Decoders
Tom Musta
1
-0
/
+11
2013-12-20
Add MSR VSX and Associated Exception
Tom Musta
1
-0
/
+6
2013-10-10
tcg: Move helper registration into tcg_context_init
Richard Henderson
1
-4
/
+0
2013-09-20
cpu: Move cpu state syncs up into cpu_dump_state()
James Hogan
1
-2
/
+0
2013-09-03
Merge branch 'tcg-next' of git://github.com/rth7680/qemu
Aurelien Jarno
1
-1
/
+1
2013-09-02
tcg: Change tcg_gen_exit_tb argument to uintptr_t
Richard Henderson
1
-1
/
+1
2013-09-02
target-ppc: fix bit extraction for FPBF and FPL
Aurelien Jarno
1
-2
/
+2
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
1
-3
/
+5
2013-07-09
target-ppc: Change gen_intermediate_code_internal() argument to PowerPCCPU
Andreas Färber
1
-4
/
+5
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
1
-6
/
+9
2013-06-28
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-05-08
PPC: Depend behavior of cmp instructions only on instruction encoding
Alexander Graf
1
-16
/
+16
2013-05-08
PPC: Fix rldcl
Alexander Graf
1
-2
/
+0
2013-05-06
target-ppc: Fix invalid SPR read/write warnings
Anton Blanchard
1
-16
/
+16
2013-04-27
target-ppc: slightly optimize lfiwax
Aurelien Jarno
1
-4
/
+1
2013-04-26
target-ppc: add support for extended mtfsf/mtfsfi forms
Aurelien Jarno
1
-12
/
+34
2013-04-26
target-ppc: emulate store doubleword pair instructions
Aurelien Jarno
1
-0
/
+48
2013-04-26
target-ppc: emulate load doubleword pair instructions
Aurelien Jarno
1
-0
/
+48
2013-04-26
target-ppc: emulate lfiwax instruction
Aurelien Jarno
1
-0
/
+21
2013-04-26
target-ppc: emulate fcpsgn instruction
Aurelien Jarno
1
-0
/
+14
2013-04-26
target-ppc: emulate prtyw and prtyd instructions
Aurelien Jarno
1
-0
/
+34
2013-04-26
target-ppc: emulate cmpb instruction
Aurelien Jarno
1
-0
/
+8
2013-04-26
target-ppc: optimize fabs, fnabs, fneg
Aurelien Jarno
1
-6
/
+34
2013-04-26
target-ppc: Fix narrow-mode add/sub carry output
Richard Henderson
1
-13
/
+22
2013-04-26
target-ppc: fix nego and subf*o instructions
Aurelien Jarno
1
-1
/
+1
2013-03-22
target-ppc: Use NARROW_MODE macro for tlbie
Richard Henderson
1
-4
/
+3
2013-03-22
target-ppc: Use NARROW_MODE macro for addresses
Richard Henderson
1
-33
/
+18
2013-03-22
target-ppc: Use NARROW_MODE macro for comparisons
Richard Henderson
1
-25
/
+16
2013-03-22
target-ppc: Use NARROW_MODE macro for branches
Richard Henderson
1
-38
/
+24
2013-03-22
target-ppc: Fix add and subf carry generation in narrow mode
Richard Henderson
1
-16
/
+48
2013-03-22
target-ppc: Remove vestigial PowerPC 620 support
David Gibson
1
-1
/
+0
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-1
/
+2
2013-03-03
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
1
-2
/
+2
[next]