aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-01PPC: Handle stack growth on return to C.Mike Pall1-1/+14
2010-09-01PPC: Add move and constant instructions.Mike Pall1-6/+35
2010-09-01Improve coalescing of multiple KPRI instructions to KNIL.Mike Pall1-39/+42
2010-08-31PPC: Add return instructions.Mike Pall1-4/+85
2010-08-31PPC: Handle stack growth during function calls.Mike Pall1-2/+19
2010-08-31PPC: Add support to call Lua functions.Mike Pall1-2/+53
2010-08-31PPC: Clean up JIT/non-JIT symbol declarations in assembler part.Mike Pall1-14/+10
2010-08-31PPC: Add support to call C functions and to return back to C.Mike Pall1-4/+100
2010-08-31PPC: Add entry and exit points into VM. Add type check macros.Mike Pall1-7/+85
2010-08-31PPC: Add instruction/call decode + dispatch macros.Mike Pall1-0/+67
2010-08-31PPC: Add register assignments and type definitions.Mike Pall2-0/+75
2010-08-29Minor tweaks to integration of assembler part.Mike Pall6-2580/+2600
2010-08-29PPC: Add missing PowerPC subtract mnemonics.Mike Pall1-0/+4
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
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