| Commit message (Expand) | Author | Files | Lines |
2015-08-25 | ARM64: Add support for saving bytecode as object files. | Mike Pall | 1 | -6/+8 |
2015-08-25 | Update changelog. | Mike Pall | 1 | -0/+53 |
2015-08-25 | Add note about bytecode compatibility wrt. LJ_GC64/LJ_FR2. | Mike Pall | 1 | -0/+5 |
2015-08-24 | Remove LuaJIT 1.x change history. | Mike Pall | 1 | -229/+0 |
2015-08-20 | Properly handle OOM in trace_save(). | Mike Pall | 1 | -4/+12 |
2015-08-20 | Fix NYICF error message. | Mike Pall | 1 | -1/+1 |
2015-08-19 | Parse binary number literals (0bxxx). | Mike Pall | 3 | -7/+56 |
2015-07-17 | FFI: Don't propagate qualifiers into subtypes of complex. | Mike Pall | 1 | -0/+4 |
2015-07-14 | ARM64: Fix __call metamethod handling for tail calls. | Mike Pall | 1 | -2/+2 |
2015-07-10 | Limit number of arguments given to io.lines() and fp:lines(). | Mike Pall | 1 | -4/+11 |
2015-06-16 | Fix Xbox One port. | Mike Pall | 4 | -9/+8 |
2015-06-13 | Disable table allocation bump optimization (for now). | Mike Pall | 2 | -0/+16 |
2015-06-12 | Add Xbox One port. | Mike Pall | 7 | -4/+138 |
2015-06-10 | Fix table allocation bump optimization (sigh). | Mike Pall | 1 | -1/+9 |
2015-06-10 | Fix narrowing of TOBIT. | Mike Pall | 1 | -5/+2 |
2015-06-10 | x64/LJ_GC64: Fix ipairs(). | Mike Pall | 1 | -0/+7 |
2015-06-09 | Fix table allocation bump optimization (again). | Mike Pall | 1 | -1/+2 |
2015-06-09 | x64: Allow building without external unwinder. | Mike Pall | 6 | -8/+37 |
2015-05-29 | x64/LJ_GC64: Fix upvalue write barrier. | Mike Pall | 1 | -5/+8 |
2015-05-25 | x64/LJ_GC64: Fix setmetatable(). | Mike Pall | 1 | -3/+3 |
2015-05-21 | Fix table allocation bump optimization. | Mike Pall | 2 | -1/+4 |
2015-05-20 | LJ_GC64: Fix frame unwinding. | Mike Pall | 1 | -2/+2 |
2015-05-19 | Fix for last commit. | Mike Pall | 1 | -0/+1 |
2015-05-19 | Bump table allocations retroactively if they grow later on. | Mike Pall | 6 | -9/+101 |
2015-05-14 | RELEASE LuaJIT-2.0.4v2.0.4 | Mike Pall | 13 | -16/+16 |
2015-05-14 | Update changelog. | Mike Pall | 1 | -0/+50 |
2015-05-04 | Cleanup. | Mike Pall | 1 | -2/+0 |
2015-05-04 | x86/x64: Fix argument check for bit shifts. | Mike Pall | 1 | -3/+7 |
2015-05-04 | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 8 | -5/+4906 |
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 |