| Commit message (Expand) | Author | Files | Lines |
2015-04-29 | Fix broken Windows build. | Mike Pall | 1 | -2/+2 |
2015-04-28 | Disable trace stitching (for now) due to a design mistake. | Mike Pall | 2 | -0/+34 |
2015-04-28 | Fix stack check in narrowing optimization. | Mike Pall | 1 | -3/+11 |
2015-04-15 | ARM64: Fix math.floor/math.ceil for string args. | Mike Pall | 1 | -0/+1 |
2015-04-12 | DynASM/PPC: Add sub/shift/rotate/clear instruction aliases. | Mike Pall | 2 | -12/+88 |
2015-04-12 | DynASM/PPC: Add support for parameterized shifts/masks. | Mike Pall | 2 | -6/+14 |
2015-04-12 | PPC: Fix cross-endian builds. | Mike Pall | 2 | -0/+7 |
2015-04-09 | PPC: Fix write barrier in BC_TSETR. | Mike Pall | 1 | -2/+2 |
2015-03-11 | Doc cleanup. | Mike Pall | 1 | -11/+2 |
2015-03-06 | PPC64: Add build infrastructure. | Mike Pall | 8 | -18/+50 |
2015-03-05 | Fix Lua/C API typecheck error for special indexes. | Mike Pall | 1 | -3/+17 |
2015-03-02 | FFI: Fix FOLD rule for TOBIT + CONV num.u32. | Mike Pall | 1 | -3/+8 |
2015-02-25 | ARM: Handle more arch defines. | Mike Pall | 1 | -1/+3 |
2015-02-25 | Properly fail unsupported cross-compile to MIPS64. | Mike Pall | 1 | -0/+3 |
2015-02-22 | Fix string to number conversion. | Mike Pall | 1 | -1/+1 |
2015-02-21 | x86/x64: Fix code generation for fused test/arith ops. | Mike Pall | 1 | -2/+6 |
2015-02-18 | FFI: Prevent DSE across ffi.string(). | Mike Pall | 1 | -0/+1 |
2015-02-08 | LJ_FR2: Fix bytecode generation for method lookups. | Mike Pall | 1 | -2/+2 |
2015-02-02 | Fix lexer error for chunks without tokens. | Mike Pall | 1 | -0/+1 |
2015-01-17 | Don't compile IR_RETF after CALLT to ff with-side effects. | Mike Pall | 1 | -0/+2 |
2015-01-17 | OpenBSD/x86: Better executable memory allocation for W^X mode. | Mike Pall | 1 | -2/+15 |
2015-01-14 | DynASM/PPC: Add missing PPC64 instructions and various extensions. | Mike Pall | 2 | -6/+592 |
2015-01-08 | iOS/ARM64: Fix target OS detection. | Mike Pall | 1 | -1/+1 |
2015-01-07 | LJ_GC64: Return true for ffi.abi("gc64"). | Mike Pall | 2 | -0/+5 |
2015-01-07 | ARM64: Add FFI support. | Mike Pall | 7 | -20/+412 |
2015-01-07 | iOS/ARM64: The frame pointer is required. | Mike Pall | 1 | -0/+3 |
2015-01-07 | LJ_FR2: Fix lua_settable() and lua_setfield(). | Mike Pall | 1 | -2/+2 |
2015-01-07 | DynASM/ARM64: Fix checks for scaled immediates. | Mike Pall | 1 | -2/+3 |
2015-01-05 | Bump copyright date to 2015. | Mike Pall | 177 | -195/+195 |
2015-01-05 | Fix BC_UCLO/BC_JMP join optimization in Lua parser. | Mike Pall | 1 | -2/+4 |
2015-01-05 | Fix MSVC build. | Mike Pall | 1 | -3/+8 |
2015-01-05 | ARM: Minor interpreter optimization. | Mike Pall | 1 | -3/+2 |
2015-01-05 | x86: Minor interpreter optimization. | Mike Pall | 1 | -2/+1 |
2015-01-04 | ARM64: Update docs. | Mike Pall | 2 | -2/+12 |
2015-01-04 | ARM64: Compatibility fixes for Clang. | Mike Pall | 2 | -2/+14 |
2015-01-04 | PPC/e500: Drop support for this architecture. | Mike Pall | 14 | -3800/+16 |
2015-01-04 | Fix docs. | Mike Pall | 1 | -1/+1 |
2015-01-03 | ARM64: Add build infrastructure and initial port of interpreter. | Mike Pall | 9 | -10/+3717 |
2015-01-03 | Add LJ_GC64 mode: 64 bit GC object references. | Mike Pall | 13 | -29/+183 |
2015-01-03 | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 33 | -139/+300 |
2014-12-27 | DynASM/ARM64: Various fixes. | Mike Pall | 2 | -17/+50 |
2014-12-27 | DynASM/ARM: Fix rollback for variant templates. | Mike Pall | 1 | -1/+4 |
2014-12-27 | MIPS: Fix excess stack growth in interpreter. | Mike Pall | 1 | -1/+1 |
2014-12-27 | PPC: Fix excess stack growth in interpreter. | Mike Pall | 1 | -1/+1 |
2014-12-27 | ARM: Fix write barrier check in BC_USETS. | Mike Pall | 1 | -2/+2 |
2014-12-27 | ARM: Fix excess stack growth in interpreter. | Mike Pall | 1 | -2/+2 |
2014-12-27 | Fix corner case in string to number conversion. | Mike Pall | 1 | -3/+4 |
2014-12-20 | Cleanup of TValue setters. No functional changes. | Mike Pall | 11 | -21/+26 |
2014-12-20 | x86: Fix argument checks for ipairs() iterator. | Mike Pall | 1 | -1/+1 |
2014-12-20 | Cleanup of memory vs. GC sizes. No functional changes. | Mike Pall | 10 | -35/+39 |