| Commit message (Expand) | Author | Files | Lines |
2011-04-29 | Improve target OS selection for buildvm. | Mike Pall | 1 | -4/+20 |
2011-04-28 | ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+. | Mike Pall | 6 | -932/+1489 |
2011-04-28 | DynASM: x86/x64: Fix vreg in opcode. x64: Fix imm "I" after abs addr. | Mike Pall | 1 | -2/+3 |
2011-04-28 | ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2. | Mike Pall | 3 | -4/+30 |
2011-04-20 | FFI: Add ffi.istype() function. | Mike Pall | 4 | -13/+76 |
2011-04-19 | Workaround to compile with Clang. Fix Clang warnings. | Mike Pall | 3 | -7/+12 |
2011-04-19 | Fix compiler warning. | Mike Pall | 1 | -1/+1 |
2011-04-19 | ARM: Workaround for unaligned accesses. | Mike Pall | 1 | -5/+17 |
2011-04-18 | ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb). | Mike Pall | 1 | -3/+0 |
2011-04-18 | ARM: Add missing FFI functionality. Enable FFI for ARM. | Mike Pall | 3 | -787/+920 |
2011-04-18 | Add remark about target OS to cross-compilation instructions. | Mike Pall | 1 | -5/+13 |
2011-04-17 | ARM: Add install docs. | Mike Pall | 1 | -4/+33 |
2011-04-17 | Add common TARGET_FLAGS option to Makefile. | Mike Pall | 1 | -4/+4 |
2011-04-17 | ARM: Enable ARM port. | Mike Pall | 3 | -3/+6530 |
2011-04-17 | ARM: Normalize results of math.floor()/ceil() fast functions. | Mike Pall | 1 | -21/+75 |
2011-04-16 | ARM: Misc. fixes for interpreter. | Mike Pall | 2 | -24/+27 |
2011-04-16 | ARM: Add integer variant of modulo operator. | Mike Pall | 1 | -12/+50 |
2011-04-16 | ARM: Add partial support for FFI. | Mike Pall | 4 | -4/+87 |
2011-04-16 | ARM: Add coroutine.resume/wrap_aux/yield() fast functions. | Mike Pall | 1 | -3/+146 |
2011-04-15 | FFI: Fix arithmetic ctype metamethods for references. | Mike Pall | 1 | -1/+1 |
2011-04-13 | FFI: Fix cdata finalization. | Mike Pall | 7 | -23/+43 |
2011-04-13 | PPC: Fix L->status for resume after yield. | Mike Pall | 2 | -2/+2 |
2011-04-13 | ARM: Add BC_VARG and BC_TSETM. | Mike Pall | 1 | -2/+93 |
2011-04-13 | ARM: Add dispatch targets for hooks. | Mike Pall | 1 | -5/+62 |
2011-04-13 | ARM: Add modulo subroutine and temp. math.floor()/math.ceil(). | Mike Pall | 1 | -3/+16 |
2011-04-12 | FFI: Add ctype metamethods and ffi.metatype(). | Mike Pall | 11 | -82/+425 |
2011-04-12 | Add support for tailcalls from internal C functions. | Mike Pall | 12 | -3880/+3957 |
2011-04-10 | Optimize lookups in empty proxy tables. | Mike Pall | 1 | -1/+7 |
2011-04-10 | Avoid phantom stores to proxy tables. | Mike Pall | 1 | -6/+15 |
2011-04-10 | Inline lj_gc_barrierback(). | Mike Pall | 2 | -14/+13 |
2011-04-10 | Fix recording of JLOOP with higher maxslot. | Mike Pall | 1 | -1/+1 |
2011-04-10 | PPC: Misc. fixes for interpreter. | Mike Pall | 2 | -222/+220 |
2011-04-10 | ARM: Misc. fixes for interpreter. | Mike Pall | 1 | -1/+2 |
2011-04-10 | ARM: Add string.* fast functions and GC steps. | Mike Pall | 1 | -13/+159 |
2011-04-10 | ARM: Add rawget() fast function. | Mike Pall | 1 | -1/+11 |
2011-04-10 | Use lj_vm_tobit() on targets without FPU. | Mike Pall | 3 | -3/+12 |
2011-04-10 | ARM: Add bit.* fast functions and lj_vm_tobit(). | Mike Pall | 1 | -15/+81 |
2011-04-10 | ARM: Add GPR variants for shift aliases to DynASM. | Mike Pall | 1 | -4/+11 |
2011-04-08 | ARM: Misc. fixes for interpreter. | Mike Pall | 2 | -28/+45 |
2011-04-08 | ARM: Add BC_CAT and lj_cont_cat. | Mike Pall | 1 | -3/+35 |
2011-04-08 | ARM: Add missing metamethod handlers and continuations. | Mike Pall | 1 | -11/+84 |
2011-04-08 | ARM: Add tailcall instructions. | Mike Pall | 1 | -2/+53 |
2011-04-08 | ARM: Add table.getn() fast function. | Mike Pall | 1 | -1/+5 |
2011-04-08 | ARM: Add upvalue get/set and closure-related instructions. | Mike Pall | 1 | -7/+115 |
2011-04-08 | ARM: Add test/copy and comparison instructions. | Mike Pall | 1 | -6/+207 |
2011-04-08 | ARM: Add math.* fast functions. | Mike Pall | 1 | -19/+95 |
2011-04-08 | ARM: Add getmetatable(), setmetatable() and tonumber() fast functions. | Mike Pall | 1 | -4/+58 |
2011-04-08 | ARM: Handle stack growth during function calls. | Mike Pall | 1 | -2/+21 |
2011-04-08 | ARM: Add pc-relative loads to DynASM. | Mike Pall | 2 | -38/+52 |
2011-04-07 | ARM: Add build rules (still disabled). | Mike Pall | 1 | -0/+7 |