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
/
target-ppc
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
2012-09-27
1
-1
/
+2
*
target-ppc: fix altivec instructions
Aurelien Jarno
2012-08-28
1
-1
/
+1
*
target-ppc: Fix build with --enable-debug
Stefan Weil
2012-06-24
1
-1
/
+1
*
PPC: Add support for MSR_CM
Alexander Graf
2012-06-24
1
-1
/
+1
*
ppc: Move load and store helpers, switch to AREG0 free mode
Blue Swirl
2012-06-24
1
-15
/
+15
*
ppc: Avoid AREG0 for misc helpers
Blue Swirl
2012-06-24
1
-1
/
+1
*
ppc: Avoid AREG0 for timebase helpers
Blue Swirl
2012-06-24
1
-6
/
+10
*
ppc: Avoid AREG0 for MMU etc. helpers
Blue Swirl
2012-06-24
1
-39
/
+46
*
ppc: Avoid AREG0 for integer and vector helpers
Blue Swirl
2012-06-24
1
-55
/
+119
*
ppc: Avoid AREG0 for FPU and SPE helpers
Blue Swirl
2012-06-24
1
-48
/
+65
*
ppc: Avoid AREG0 for exception helpers
Blue Swirl
2012-06-24
1
-19
/
+21
*
target-ppc: QOM'ify CPU reset
Andreas Färber
2012-04-15
1
-1
/
+1
*
PPC: KVM: Synchronize regs on CPU dump
Alexander Graf
2012-03-15
1
-0
/
+2
*
PPC64: Add support for ldbrx and stdbrx instructions
Thomas Huth
2012-03-15
1
-9
/
+43
*
target-ppc: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-39
/
+39
*
target-ppc: Clean includes
Stefan Weil
2012-02-28
1
-6
/
+0
*
PPC: E500: Implement msgsnd
Alexander Graf
2012-02-02
1
-0
/
+16
*
PPC: E500: Implement msgclr
Alexander Graf
2012-02-02
1
-0
/
+18
*
PPC: booke206: Check for TLB overrun
Alexander Graf
2012-02-02
1
-0
/
+1
*
PPC: booke206: Implement tlbilx
Alexander Graf
2012-02-02
1
-0
/
+35
*
PPC: rename msync to msync_4xx
Alexander Graf
2012-02-02
1
-2
/
+2
*
PPC: e500: msync is 440 only, e500 has real sync
Alexander Graf
2012-02-02
1
-2
/
+1
*
PPC: Fix for the gdb single step problem on an rfi instruction
Sebastian Bauer
2011-11-11
1
-1
/
+3
*
Set an invalid-bits mask for each SPE instructions
Fabien Chouteau
2011-10-30
1
-229
/
+271
*
Implement POWER7's CFAR in TCG
David Gibson
2011-10-06
1
-0
/
+28
*
PPC: E500: Inject SPE exception on invalid SPE access
Alexander Graf
2011-08-23
1
-39
/
+39
*
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
Blue Swirl
2011-07-01
1
-11
/
+6
|
\
|
*
PPC: Only set lower 32bits with mtmsr
Alexander Graf
2011-06-17
1
-11
/
+6
*
|
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-1
/
+0
|
/
*
target-ppc: remove old CONFIG_SOFTFLOAT #ifdef
Aurelien Jarno
2011-06-03
1
-2
/
+0
*
PPC: Implement e500 (FSL) MMU
Alexander Graf
2011-05-12
1
-5
/
+90
*
PPC: Add another 64 bits to instruction feature mask
Alexander Graf
2011-05-12
1
-6
/
+19
*
monitor: add PPC BookE SPRs
Scott Wood
2011-05-09
1
-3
/
+79
*
Remove unused function parameters from gen_pc_load and rename the function
Stefan Weil
2011-04-20
1
-2
/
+1
*
Fix conversions from pointer to tcg_target_long
Stefan Weil
2011-04-10
1
-1
/
+1
*
Parse SDR1 on mtspr instead of at translate time
David Gibson
2011-04-01
1
-1
/
+1
*
Correct ppc popcntb logic, implement popcntw and popcntd
David Gibson
2011-04-01
1
-5
/
+15
*
Implement PowerPC slbmfee and slbmfev instructions
David Gibson
2011-04-01
1
-1
/
+30
*
target-ppc: ext32u instead of andi with constant
Aurelien Jarno
2011-04-01
1
-4
/
+4
*
target-ppc: add support for 6 SPE instructions
Fabien Chouteau
2011-03-22
1
-4
/
+198
*
ppc: Correct BookE tlb reads
Edgar E. Iglesias
2011-01-21
1
-1
/
+1
*
Fix translation of unary PPC/SPE instructions (efdneg etc.).
Mike Pall
2010-12-31
1
-18
/
+21
*
target-xxx: Use fprintf_function (format checking)
Stefan Weil
2010-10-30
1
-8
/
+6
*
PPC: Enable hint bits for lwarx/ldarx
Alexander Graf
2010-09-15
1
-2
/
+2
*
target-ppc: add vexptefp instruction
Aurelien Jarno
2010-07-13
1
-0
/
+2
*
Fix %lld or %llx printf format use
Blue Swirl
2010-05-22
1
-3
/
+4
*
target-ppc: Remove duplicate cpu log.
Richard Henderson
2010-05-05
1
-2
/
+0
*
ppc: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-1
/
+1
*
PPC: avoid function pointer type mismatch, spotted by clang
Blue Swirl
2010-04-18
1
-5
/
+3
*
target-ppc: fix evsrwu and evsrws (second try)
Aurelien Jarno
2010-03-11
1
-2
/
+2
[next]