summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Disable table allocation bump optimization (for now).Mike Pall2015-06-132-0/+16
| |
* | Add Xbox One port.Mike Pall2015-06-125-2/+126
| |
* | Fix table allocation bump optimization (sigh).Mike Pall2015-06-101-1/+9
| |
* | Merge branch 'master' into v2.1Mike Pall2015-06-101-5/+2
|\|
| * Fix narrowing of TOBIT.Mike Pall2015-06-101-5/+2
| |
* | x64/LJ_GC64: Fix ipairs().Mike Pall2015-06-101-0/+7
| |
* | Fix table allocation bump optimization (again).Mike Pall2015-06-091-1/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2015-06-097-8/+61
|\|
| * x64: Allow building without external unwinder.Mike Pall2015-06-096-8/+37
| | | | | | | | Required for PS4 SDK 2.5. Thanks to James Park.
| * RELEASE LuaJIT-2.0.4v2.0.4Mike Pall2015-05-147-9/+9
| |
* | x64/LJ_GC64: Fix upvalue write barrier.Mike Pall2015-05-291-5/+8
| |
* | x64/LJ_GC64: Fix setmetatable().Mike Pall2015-05-251-3/+3
| |
* | Fix table allocation bump optimization.Mike Pall2015-05-212-1/+4
| |
* | LJ_GC64: Fix frame unwinding.Mike Pall2015-05-201-2/+2
| |
* | Fix for last commit.Mike Pall2015-05-191-0/+1
| |
* | Bump table allocations retroactively if they grow later on.Mike Pall2015-05-196-9/+101
| |
* | Cleanup.Mike Pall2015-05-041-2/+0
| |
* | Merge branch 'master' into v2.1Mike Pall2015-05-041-3/+7
|\|
| * x86/x64: Fix argument check for bit shifts.Mike Pall2015-05-041-3/+7
| |
* | x64: Add LJ_GC64 mode interpreter.Mike Pall2015-05-048-5/+4906
| | | | | | | | Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64
* | Fix broken Windows build.Mike Pall2015-04-291-2/+2
| |
* | Disable trace stitching (for now) due to a design mistake.Mike Pall2015-04-282-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.1Mike Pall2015-04-281-3/+11
|\|
| * Fix stack check in narrowing optimization.Mike Pall2015-04-281-3/+11
| | | | | | | | Thanks to Robert Nix.
* | ARM64: Fix math.floor/math.ceil for string args.Mike Pall2015-04-151-0/+1
| |
* | DynASM/PPC: Add sub/shift/rotate/clear instruction aliases.Mike Pall2015-04-121-7/+0
| |
* | PPC: Fix cross-endian builds.Mike Pall2015-04-122-0/+7
| |
* | PPC: Fix write barrier in BC_TSETR.Mike Pall2015-04-091-2/+2
| | | | | | | | Thanks to Gustavo Serra Scalet.
* | PPC64: Add build infrastructure.Mike Pall2015-03-068-18/+50
| |
* | Merge branch 'master' into v2.1Mike Pall2015-03-051-3/+17
|\|
| * Fix Lua/C API typecheck error for special indexes.Mike Pall2015-03-051-3/+17
| |
* | Merge branch 'master' into v2.1Mike Pall2015-03-021-3/+8
|\|
| * FFI: Fix FOLD rule for TOBIT + CONV num.u32.Mike Pall2015-03-021-3/+8
| | | | | | | | Thanks to Jiale Zhi.
* | Merge branch 'master' into v2.1Mike Pall2015-02-251-1/+6
|\|
| * ARM: Handle more arch defines.Mike Pall2015-02-251-1/+3
| |
| * Properly fail unsupported cross-compile to MIPS64.Mike Pall2015-02-251-0/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2015-02-221-1/+1
|\|
| * Fix string to number conversion.Mike Pall2015-02-221-1/+1
| | | | | | | | Thanks to Lesley De Cruz.
* | Merge branch 'master' into v2.1Mike Pall2015-02-211-2/+6
|\|
| * x86/x64: Fix code generation for fused test/arith ops.Mike Pall2015-02-211-2/+6
| | | | | | | | Thanks to Alexander Nasonov and AFL.
* | Merge branch 'master' into v2.1Mike Pall2015-02-181-0/+1
|\|
| * FFI: Prevent DSE across ffi.string().Mike Pall2015-02-181-0/+1
| |
* | LJ_FR2: Fix bytecode generation for method lookups.Mike Pall2015-02-081-2/+2
| |
* | Merge branch 'master' into v2.1Mike Pall2015-02-021-0/+1
|\|
| * Fix lexer error for chunks without tokens.Mike Pall2015-02-021-0/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-172-2/+17
|\|
| * Don't compile IR_RETF after CALLT to ff with-side effects.Mike Pall2015-01-171-0/+2
| |
| * OpenBSD/x86: Better executable memory allocation for W^X mode.Mike Pall2015-01-171-2/+15
| |
* | iOS/ARM64: Fix target OS detection.Mike Pall2015-01-081-1/+1
| |
* | LJ_GC64: Return true for ffi.abi("gc64").Mike Pall2015-01-071-0/+3
| |