| Commit message (Expand) | Author | Files | Lines |
2020-09-22 | Another fix for lua_yield() from C hook. | Mike Pall | 4 | -4/+4 |
2020-09-22 | Mark CONV as non-weak, to prevent elimination of its side-effect. | Mike Pall | 1 | -1/+1 |
2020-09-15 | Fix lua_yield() from C hook. | Mike Pall | 1 | -2/+3 |
2020-09-12 | DynASM/x86: Fix VREG support. | Mike Pall | 1 | -4/+7 |
2020-09-05 | Limit path length passed to C library loader. | Mike Pall | 1 | -1/+6 |
2020-08-27 | LJ_GC64: Always snapshot functions for non-base frames. | Mike Pall | 2 | -2/+8 |
2020-08-09 | Call error function on rethrow after trace exit. | Mike Pall | 9 | -15/+11 |
2020-08-09 | Fix handling of errors during snapshot restore. | Mike Pall | 1 | -0/+2 |
2020-08-05 | ARM: Ensure relative GG_State element alignment differently. | Mike Pall | 2 | -5/+9 |
2020-08-05 | Fix Makefile dependencies. | Mike Pall | 1 | -1/+1 |
2020-07-13 | Handle old OSX/iOS without getentropy(). | Mike Pall | 1 | -2/+16 |
2020-07-12 | Add FAQ about sandboxing. Minor fixes. | Mike Pall | 2 | -9/+33 |
2020-07-12 | Fix frame traversal for __gc handler frames. | Mike Pall | 1 | -0/+1 |
2020-07-02 | Fix Clang build. | Mike Pall | 8 | -10/+10 |
2020-07-02 | Android/ARM: Fix build with recent NDK. | Mike Pall | 1 | -0/+8 |
2020-06-25 | Fix compiler warning. | Mike Pall | 1 | -1/+1 |
2020-06-23 | Fix OSX build. | Mike Pall | 1 | -1/+6 |
2020-06-23 | Follow-up fix for iOS build. | Mike Pall | 1 | -1/+1 |
2020-06-23 | OSX/iOS: Handle iOS simulator and ARM64 Macs. | Mike Pall | 1 | -1/+7 |
2020-06-23 | Fix pointer check for non-GC64 mode. | Mike Pall | 1 | -1/+2 |
2020-06-23 | Windows: Fix NtAllocateVirtualMemory prototype. | Mike Pall | 1 | -1/+1 |
2020-06-23 | Add jit.security(). | Mike Pall | 2 | -0/+17 |
2020-06-23 | Redesign and harden string interning. | Mike Pall | 22 | -202/+394 |
2020-06-15 | Use a securely seeded global PRNG for the VM. | Mike Pall | 22 | -173/+410 |
2020-06-15 | Cleanup some arch defines and fix builds. | Mike Pall | 8 | -17/+31 |
2020-06-13 | ARM: Implement FLOAD from GG_State. | Mike Pall | 3 | -21/+11 |
2020-06-15 | Improve assertions. | Mike Pall | 71 | -927/+1363 |
2020-06-07 | Fix debug.debug() for non-string errors. | Mike Pall | 1 | -1/+2 |
2020-05-27 | Optimize table length computation with hinting. | Mike Pall | 12 | -82/+135 |
2020-05-23 | Remove pow() splitting and cleanup backends. | Mike Pall | 14 | -222/+95 |
2020-05-22 | Cleanup math function compilation and fix inconsistencies. | Mike Pall | 14 | -65/+48 |
2020-05-22 | Fix bytecode register allocation for comparisons. | Mike Pall | 1 | -2/+5 |
2020-05-22 | Don't compile math.modf() anymore. | Mike Pall | 2 | -17/+1 |
2020-05-22 | Fix math.min()/math.max() inconsistencies. | Mike Pall | 13 | -92/+151 |
2020-05-22 | Fix narrowing of unary minus. | Mike Pall | 1 | -2/+7 |
2020-05-20 | Cleanup CPU detection and tuning for old CPUs. | Mike Pall | 9 | -138/+87 |
2020-05-18 | ARM64: Fix {AHUV}LOAD specialized to nil/false/true. | Mike Pall | 1 | -1/+1 |
2020-05-18 | ARM, ARM64, PPC: Fix TSETR fallback. | Mike Pall | 3 | -0/+3 |
2020-05-08 | Remove unused file. | Mike Pall | 1 | -3691/+0 |
2020-05-08 | FFI: Always fall back to metamethods for cdata length/concat. | Mike Pall | 4 | -14/+6 |
2020-05-05 | Windows: Make actual use of internal allocator optimization. | Mike Pall | 1 | -2/+4 |
2020-04-28 | Fix overflow check in unpack(). | Mike Pall | 1 | -2/+4 |
2020-04-28 | Fix Windows make clean. | Mike Pall | 1 | -1/+1 |
2020-03-20 | FFI/ARM64: Fix pass-by-value struct calling conventions. | Mike Pall | 1 | -1/+2 |
2020-03-20 | Fix write barrier for lua_setupvalue() and debug.setupvalue(). | Mike Pall | 3 | -6/+12 |
2020-02-13 | Make string to number conversions fail on NUL char. | Mike Pall | 4 | -7/+12 |
2020-02-02 | x86/x64: Fix loop realignment. | Mike Pall | 1 | -2/+3 |
2020-01-26 | Documentation cleanup. | Mike Pall | 14 | -1148/+64 |
2020-01-25 | Fix POSIX install with missing or incompatible ldconfig. | Mike Pall | 1 | -2/+2 |
2020-01-22 | Fix C file generation in jit.bcsave. | Mike Pall | 1 | -1/+1 |