Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PPC: Add support to call Lua functions. | Mike Pall | 2010-08-31 | 1 | -2/+53 |
* | PPC: Clean up JIT/non-JIT symbol declarations in assembler part. | Mike Pall | 2010-08-31 | 1 | -14/+10 |
* | PPC: Add support to call C functions and to return back to C. | Mike Pall | 2010-08-31 | 1 | -4/+100 |
* | PPC: Add entry and exit points into VM. Add type check macros. | Mike Pall | 2010-08-31 | 1 | -7/+85 |
* | PPC: Add instruction/call decode + dispatch macros. | Mike Pall | 2010-08-31 | 1 | -0/+67 |
* | PPC: Add register assignments and type definitions. | Mike Pall | 2010-08-31 | 1 | -0/+62 |
* | PPC: Add stack frame layout for PPCSPE target. | Mike Pall | 2010-08-27 | 1 | -0/+56 |
* | PPC: Add skeleton for PowerPC interpreter. | Mike Pall | 2010-08-27 | 1 | -0/+850 |