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
*
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
*
target-ppc: fix evsrwu and evsrws
Aurelien Jarno
2010-03-11
1
-2
/
+2
*
target-ppc: fix evslw instruction
Aurelien Jarno
2010-03-11
1
-1
/
+1
*
target-ppc: don't print invalid opcode messages on the console
Aurelien Jarno
2010-02-28
1
-11
/
+0
*
Revert "target-ppc: stop translation after a trap instruction"
Aurelien Jarno
2010-02-28
1
-12
/
+8
*
target-ppc: stop translation after a trap instruction
Aurelien Jarno
2010-02-28
1
-8
/
+12
*
target-ppc: fix SPE evsplat* instructions
Nathan Froyd
2010-02-27
1
-2
/
+2
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-9
/
+9
*
Get rid of _t suffix
malc
2009-10-01
1
-9
/
+9
*
target-ppc: log instructions start in TCG code
Aurelien Jarno
2009-09-28
1
-0
/
+2
*
static and inline should came before the type of the functions
Juan Quintela
2009-09-25
1
-4
/
+4
*
target-ppc: optimize slw/srw/sld/srd
Aurelien Jarno
2009-09-18
1
-49
/
+49
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-2
/
+2
*
Replace REGX with PRIx64
Blue Swirl
2009-08-16
1
-1
/
+1
*
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
Blue Swirl
2009-08-16
1
-27
/
+31
*
Replace always_inline with inline
Blue Swirl
2009-08-16
1
-156
/
+162
*
target-ppc: add exceptions for conditional stores
Nathan Froyd
2009-08-03
1
-20
/
+51
*
target-ppc: retain l{w,d}arx loaded value
Nathan Froyd
2009-08-03
1
-4
/
+9
*
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-07-27
1
-2
/
+2
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
ppc tcg: fix wrong bit/mask of wrteei
Baojun Wang
2009-07-13
1
-2
/
+2
*
target-ppc: fix evmergelo and evmergelohi
Nathan Froyd
2009-07-12
1
-3
/
+11
*
Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be used
malc
2009-06-20
1
-0
/
+6
*
Replace ELF section hack with normal table
Blue Swirl
2009-06-17
1
-889
/
+856
*
Concentrate rest of table entries to top
Blue Swirl
2009-06-17
1
-107
/
+610
*
Concentrate most table entries to top
Blue Swirl
2009-06-17
1
-422
/
+291
*
Clean up GEN_HANDLER2
Blue Swirl
2009-06-17
1
-37
/
+110
*
Clean up GEN_HANDLER
Blue Swirl
2009-06-17
1
-233
/
+694
*
target-ppc: expose cpu capability flags
Nathan Froyd
2009-05-16
1
-138
/
+0
*
Fix ppc-softmmu warnings on OpenBSD host
blueswir1
2009-04-13
1
-6
/
+14
*
Add new command line option -singlestep for tcg single stepping.
aurel32
2009-04-05
1
-4
/
+1
*
target-ppc: avoid nop to override next instruction
aurel32
2009-03-29
1
-3
/
+3
*
target-ppc: use the new bswap* TCG ops
aurel32
2009-03-13
1
-114
/
+15
*
tcg: rename bswap_i32/i64 functions
aurel32
2009-03-13
1
-11
/
+11
*
targe-ppc: optimize mfcr and mtcrf
aurel32
2009-03-09
1
-3
/
+26
*
Fix mfcr on ppc64-softmmu
aurel32
2009-03-07
1
-2
/
+2
*
Implement mtfsf.L encoding
blueswir1
2009-03-07
1
-2
/
+6
[next]