aboutsummaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-08PPC: Add modulo instructions.Mike Pall1-2/+10
2010-09-08PPC: Add heavily optimized floor/ceil/trunc functions.Mike Pall1-3/+69
2010-09-07PPC: Add binary arithmetic instructions (except MOD).Mike Pall1-5/+47
2010-09-07PPC: Add unary instructions.Mike Pall1-3/+31
2010-09-06PPC: Add table constructors.Mike Pall1-3/+34
2010-09-04PPC: Add tailcall instructions.Mike Pall1-2/+55
2010-09-03PPC: Add call and iterator call instructions.Mike Pall1-3/+28
2010-09-03PPC: Add table indexing with variable keys or uint8_t.Mike Pall1-4/+132
2010-09-03PPC: Add table indexing with string keys. Add get/set global.Mike Pall1-3/+142
2010-09-02Explicitly indicate tailcall from fast function fallback.Mike Pall6-965/+967
2010-09-01PPC: Add unary test and copy instructions.Mike Pall1-1/+28
2010-09-01PPC: Add comparison instructions.Mike Pall1-5/+128
2010-09-01PPC: Add loop instructions.Mike Pall1-6/+77
2010-09-01PPC: Unwind the stack after an error is thrown.Mike Pall1-4/+22
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