Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Properly handle OOM in trace_save(). | Mike Pall | 2015-08-20 | 1 | -4/+12 | |
| | | | | | | | | Thanks to Vyacheslav Egorov. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-08-20 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix NYICF error message. | Mike Pall | 2015-08-20 | 1 | -1/+1 | |
| | | | | | | | | Thanks to Vyacheslav Egorov. | |||||
* | | Parse binary number literals (0bxxx). | Mike Pall | 2015-08-19 | 3 | -7/+56 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-07-17 | 1 | -0/+4 | |
|\| | ||||||
| * | FFI: Don't propagate qualifiers into subtypes of complex. | Mike Pall | 2015-07-17 | 1 | -0/+4 | |
| | | ||||||
* | | ARM64: Fix __call metamethod handling for tail calls. | Mike Pall | 2015-07-14 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-07-10 | 1 | -4/+11 | |
|\| | ||||||
| * | Limit number of arguments given to io.lines() and fp:lines(). | Mike Pall | 2015-07-10 | 1 | -4/+11 | |
| | | ||||||
* | | Fix Xbox One port. | Mike Pall | 2015-06-16 | 4 | -9/+8 | |
| | | ||||||
* | | Disable table allocation bump optimization (for now). | Mike Pall | 2015-06-13 | 2 | -0/+16 | |
| | | ||||||
* | | Add Xbox One port. | Mike Pall | 2015-06-12 | 7 | -4/+138 | |
| | | ||||||
* | | Fix table allocation bump optimization (sigh). | Mike Pall | 2015-06-10 | 1 | -1/+9 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-10 | 1 | -5/+2 | |
|\| | ||||||
| * | Fix narrowing of TOBIT. | Mike Pall | 2015-06-10 | 1 | -5/+2 | |
| | | ||||||
* | | x64/LJ_GC64: Fix ipairs(). | Mike Pall | 2015-06-10 | 1 | -0/+7 | |
| | | ||||||
* | | Fix table allocation bump optimization (again). | Mike Pall | 2015-06-09 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-09 | 7 | -8/+61 | |
|\| | ||||||
| * | x64: Allow building without external unwinder. | Mike Pall | 2015-06-09 | 6 | -8/+37 | |
| | | | | | | | | Required for PS4 SDK 2.5. Thanks to James Park. | |||||
* | | x64/LJ_GC64: Fix upvalue write barrier. | Mike Pall | 2015-05-29 | 1 | -5/+8 | |
| | | ||||||
* | | x64/LJ_GC64: Fix setmetatable(). | Mike Pall | 2015-05-25 | 1 | -3/+3 | |
| | | ||||||
* | | Fix table allocation bump optimization. | Mike Pall | 2015-05-21 | 2 | -1/+4 | |
| | | ||||||
* | | LJ_GC64: Fix frame unwinding. | Mike Pall | 2015-05-20 | 1 | -2/+2 | |
| | | ||||||
* | | Fix for last commit. | Mike Pall | 2015-05-19 | 1 | -0/+1 | |
| | | ||||||
* | | Bump table allocations retroactively if they grow later on. | Mike Pall | 2015-05-19 | 6 | -9/+101 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-05-14 | 3 | -4/+54 | |
|\| | ||||||
| * | RELEASE LuaJIT-2.0.4v2.0.4 | Mike Pall | 2015-05-14 | 13 | -16/+16 | |
| | | ||||||
| * | Update changelog. | Mike Pall | 2015-05-14 | 1 | -0/+50 | |
| | | ||||||
* | | Cleanup. | Mike Pall | 2015-05-04 | 1 | -2/+0 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-05-04 | 1 | -3/+7 | |
|\| | ||||||
| * | x86/x64: Fix argument check for bit shifts. | Mike Pall | 2015-05-04 | 1 | -3/+7 | |
| | | ||||||
* | | x64: Add LJ_GC64 mode interpreter. | Mike Pall | 2015-05-04 | 8 | -5/+4906 | |
| | | | | | | | | Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64 | |||||
* | | Fix broken Windows build. | Mike Pall | 2015-04-29 | 1 | -2/+2 | |
| | | ||||||
* | | Disable trace stitching (for now) due to a design mistake. | Mike Pall | 2015-04-28 | 2 | -0/+34 | |
| | | | | | | | | | | Thanks to Elias Hogstvedt for finding a test case for a well known, but hard to track down issue with trace stitching. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-04-28 | 1 | -3/+11 | |
|\| | ||||||
| * | Fix stack check in narrowing optimization. | Mike Pall | 2015-04-28 | 1 | -3/+11 | |
| | | | | | | | | Thanks to Robert Nix. | |||||
* | | ARM64: Fix math.floor/math.ceil for string args. | Mike Pall | 2015-04-15 | 1 | -0/+1 | |
| | | ||||||
* | | DynASM/PPC: Add sub/shift/rotate/clear instruction aliases. | Mike Pall | 2015-04-12 | 2 | -12/+88 | |
| | | ||||||
* | | DynASM/PPC: Add support for parameterized shifts/masks. | Mike Pall | 2015-04-12 | 2 | -6/+14 | |
| | | ||||||
* | | PPC: Fix cross-endian builds. | Mike Pall | 2015-04-12 | 2 | -0/+7 | |
| | | ||||||
* | | PPC: Fix write barrier in BC_TSETR. | Mike Pall | 2015-04-09 | 1 | -2/+2 | |
| | | | | | | | | Thanks to Gustavo Serra Scalet. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-03-11 | 1 | -11/+2 | |
|\| | ||||||
| * | Doc cleanup. | Mike Pall | 2015-03-11 | 1 | -11/+2 | |
| | | ||||||
* | | PPC64: Add build infrastructure. | Mike Pall | 2015-03-06 | 8 | -18/+50 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-03-05 | 1 | -3/+17 | |
|\| | ||||||
| * | Fix Lua/C API typecheck error for special indexes. | Mike Pall | 2015-03-05 | 1 | -3/+17 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-03-02 | 1 | -3/+8 | |
|\| | ||||||
| * | FFI: Fix FOLD rule for TOBIT + CONV num.u32. | Mike Pall | 2015-03-02 | 1 | -3/+8 | |
| | | | | | | | | Thanks to Jiale Zhi. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-25 | 1 | -1/+6 | |
|\| | ||||||
| * | ARM: Handle more arch defines. | Mike Pall | 2015-02-25 | 1 | -1/+3 | |
| | |