aboutsummaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-29PPC: Clean up masked shift/rotate target settings.Mike Pall3-17/+14
2010-08-28PPC: Amend DynASM PowerPC conditional branch instructions.Mike Pall1-9/+11
2010-08-27PPC: Add stack frame layout for PPCSPE target.Mike Pall4-3/+69
PPCSPE target compiles now, but will trap for any NYI parts. Cross-compilation instructions: make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- TARGET=ppcspe
2010-08-27Improve target architecture detection in src/Makefile.Mike Pall1-3/+14
2010-08-27PPC: Add build rules and preprocessed skeleton for PPCSPE target.Mike Pall4-21/+1122