Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-08-31 | PPC: Add register assignments and type definitions. | Mike Pall | 2 | -0/+75 | |
2010-08-29 | Minor tweaks to integration of assembler part. | Mike Pall | 6 | -2580/+2600 | |
Remove unneeded PC restore in vm_growstack_*. Don't declare symbols that are unused in interpreter-only builds. Don't embed lj_vm_foldfpm in interpreter-only builds. Add 2nd temporary TValue in lua_State. | |||||
2010-08-29 | PPC: Add missing PowerPC subtract mnemonics. | Mike Pall | 1 | -0/+4 | |
2010-08-29 | PPC: Clean up masked shift/rotate target settings. | Mike Pall | 3 | -17/+14 | |
2010-08-28 | PPC: Amend DynASM PowerPC conditional branch instructions. | Mike Pall | 1 | -9/+11 | |
2010-08-27 | PPC: Add stack frame layout for PPCSPE target. | Mike Pall | 4 | -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-27 | Improve target architecture detection in src/Makefile. | Mike Pall | 1 | -3/+14 | |
2010-08-27 | PPC: Add build rules and preprocessed skeleton for PPCSPE target. | Mike Pall | 4 | -21/+1122 | |