| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ARM: Add missing FFI functionality. Enable FFI for ARM. | Mike Pall | 2011-04-18 | 3 | -787/+920 |
* | Add common TARGET_FLAGS option to Makefile. | Mike Pall | 2011-04-17 | 1 | -4/+4 |
* | ARM: Enable ARM port. | Mike Pall | 2011-04-17 | 3 | -3/+6530 |
* | ARM: Normalize results of math.floor()/ceil() fast functions. | Mike Pall | 2011-04-17 | 1 | -21/+75 |
* | ARM: Misc. fixes for interpreter. | Mike Pall | 2011-04-16 | 2 | -24/+27 |
* | ARM: Add integer variant of modulo operator. | Mike Pall | 2011-04-16 | 1 | -12/+50 |
* | ARM: Add partial support for FFI. | Mike Pall | 2011-04-16 | 4 | -4/+87 |
* | ARM: Add coroutine.resume/wrap_aux/yield() fast functions. | Mike Pall | 2011-04-16 | 1 | -3/+146 |
* | FFI: Fix arithmetic ctype metamethods for references. | Mike Pall | 2011-04-15 | 1 | -1/+1 |
* | FFI: Fix cdata finalization. | Mike Pall | 2011-04-13 | 7 | -23/+43 |
* | PPC: Fix L->status for resume after yield. | Mike Pall | 2011-04-13 | 2 | -2/+2 |
* | ARM: Add BC_VARG and BC_TSETM. | Mike Pall | 2011-04-13 | 1 | -2/+93 |
* | ARM: Add dispatch targets for hooks. | Mike Pall | 2011-04-13 | 1 | -5/+62 |
* | ARM: Add modulo subroutine and temp. math.floor()/math.ceil(). | Mike Pall | 2011-04-13 | 1 | -3/+16 |
* | FFI: Add ctype metamethods and ffi.metatype(). | Mike Pall | 2011-04-12 | 8 | -78/+296 |
* | Add support for tailcalls from internal C functions. | Mike Pall | 2011-04-12 | 12 | -3880/+3957 |
* | Optimize lookups in empty proxy tables. | Mike Pall | 2011-04-10 | 1 | -1/+7 |
* | Avoid phantom stores to proxy tables. | Mike Pall | 2011-04-10 | 1 | -6/+15 |
* | Inline lj_gc_barrierback(). | Mike Pall | 2011-04-10 | 2 | -14/+13 |
* | Fix recording of JLOOP with higher maxslot. | Mike Pall | 2011-04-10 | 1 | -1/+1 |
* | PPC: Misc. fixes for interpreter. | Mike Pall | 2011-04-10 | 2 | -222/+220 |
* | ARM: Misc. fixes for interpreter. | Mike Pall | 2011-04-10 | 1 | -1/+2 |
* | ARM: Add string.* fast functions and GC steps. | Mike Pall | 2011-04-10 | 1 | -13/+159 |
* | ARM: Add rawget() fast function. | Mike Pall | 2011-04-10 | 1 | -1/+11 |
* | Use lj_vm_tobit() on targets without FPU. | Mike Pall | 2011-04-10 | 3 | -3/+12 |
* | ARM: Add bit.* fast functions and lj_vm_tobit(). | Mike Pall | 2011-04-10 | 1 | -15/+81 |
* | ARM: Misc. fixes for interpreter. | Mike Pall | 2011-04-08 | 2 | -28/+45 |
* | ARM: Add BC_CAT and lj_cont_cat. | Mike Pall | 2011-04-08 | 1 | -3/+35 |
* | ARM: Add missing metamethod handlers and continuations. | Mike Pall | 2011-04-08 | 1 | -11/+84 |
* | ARM: Add tailcall instructions. | Mike Pall | 2011-04-08 | 1 | -2/+53 |
* | ARM: Add table.getn() fast function. | Mike Pall | 2011-04-08 | 1 | -1/+5 |
* | ARM: Add upvalue get/set and closure-related instructions. | Mike Pall | 2011-04-08 | 1 | -7/+115 |
* | ARM: Add test/copy and comparison instructions. | Mike Pall | 2011-04-08 | 1 | -6/+207 |
* | ARM: Add math.* fast functions. | Mike Pall | 2011-04-08 | 1 | -19/+95 |
* | ARM: Add getmetatable(), setmetatable() and tonumber() fast functions. | Mike Pall | 2011-04-08 | 1 | -4/+58 |
* | ARM: Handle stack growth during function calls. | Mike Pall | 2011-04-08 | 1 | -2/+21 |
* | ARM: Add build rules (still disabled). | Mike Pall | 2011-04-07 | 1 | -0/+7 |
* | FFI: Register the FFI library as a loaded module in luaopen_ffi(). | Mike Pall | 2011-04-06 | 2 | -7/+12 |
* | Fuse XLOAD/XSTORE operands more aggressively. | Mike Pall | 2011-04-05 | 1 | -3/+4 |
* | Add FOLD rule for FLOAT->NUM->FLOAT conversions. | Mike Pall | 2011-04-05 | 2 | -3/+14 |
* | Fix code generation for PHIs with type IRT_FLOAT. | Mike Pall | 2011-04-05 | 1 | -1/+1 |
* | x64: Fix getmetatable(lightuserdata). | Mike Pall | 2011-04-05 | 4 | -1872/+1883 |
* | ARM: Finish basic table indexing and add metamethod handlers. | Mike Pall | 2011-04-05 | 1 | -16/+335 |
* | ARM: Add assert() and type() fast functions. | Mike Pall | 2011-04-05 | 1 | -3/+24 |
* | ARM: Add pcall() and xpcall() fast functions and unwinders. | Mike Pall | 2011-04-05 | 1 | -6/+45 |
* | PPC: Minor cleanups of interpreter. | Mike Pall | 2011-04-04 | 2 | -208/+202 |
* | ARM: Add fast functions pairs()/next() and ipairs() + iterator. | Mike Pall | 2011-04-04 | 1 | -5/+82 |
* | ARM: Add tostring() fast function. | Mike Pall | 2011-04-04 | 1 | -1/+18 |
* | ARM: Add basic infrastructure for fast functions. | Mike Pall | 2011-04-04 | 1 | -8/+75 |
* | ARM: Add table indexing with string keys. Add get global. | Mike Pall | 2011-04-04 | 1 | -2/+58 |