Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*. | Mike Pall | 2020-10-12 | 2 | -4/+8 | |
| | | | | | | | | | | Reported by Arseny Vakhrushev. Fix contributed by Peter Cawley. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-10-12 | 4 | -25/+15 | |
|\| | ||||||
| * | Ensure full init of IR_NOP instructions. | Mike Pall | 2020-10-12 | 4 | -25/+15 | |
| | | ||||||
* | | Add support for full-range 64 bit lightuserdata. | Mike Pall | 2020-09-30 | 17 | -67/+121 | |
| | | ||||||
* | | ARM64: Followup fix for exit branch patching. | Mike Pall | 2020-09-28 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-09-27 | 5 | -9/+41 | |
|\| | ||||||
| * | Prevent patching of the GC exit check branch. | Mike Pall | 2020-09-27 | 4 | -7/+31 | |
| | | | | | | | | Reported by Arseny Vakhrushev. | |||||
* | | x64: Fix 64 bit shift code generation. | Mike Pall | 2020-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | Reported by Philipp Kutin. Fix contributed by Peter Cawley. | |||||
* | | Another fix for lua_yield() from C hook. | Mike Pall | 2020-09-22 | 4 | -4/+4 | |
| | | | | | | | | Reported by Jason Carr. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-09-22 | 1 | -1/+1 | |
|\| | ||||||
| * | Mark CONV as non-weak, to prevent elimination of its side-effect. | Mike Pall | 2020-09-22 | 1 | -1/+1 | |
| | | | | | | | | An unused guarded CONV int.num cannot be omitted in general. | |||||
* | | Fix lua_yield() from C hook. | Mike Pall | 2020-09-15 | 1 | -2/+3 | |
| | | | | | | | | Reported by Jason Carr. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-09-12 | 1 | -4/+7 | |
|\| | ||||||
| * | DynASM/x86: Fix VREG support. | Mike Pall | 2020-09-12 | 1 | -4/+7 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-09-05 | 1 | -1/+6 | |
|\| | ||||||
| * | Limit path length passed to C library loader. | Mike Pall | 2020-09-05 | 1 | -1/+6 | |
| | | ||||||
* | | LJ_GC64: Always snapshot functions for non-base frames. | Mike Pall | 2020-08-27 | 2 | -2/+8 | |
| | | | | | | | | | | Reported by Arseny Vakhrushev. Analysis and fix contributed by Peter Cawley. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-08-09 | 12 | -23/+15 | |
|\| | ||||||
| * | Call error function on rethrow after trace exit. | Mike Pall | 2020-08-09 | 9 | -15/+11 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-08-09 | 1 | -0/+2 | |
|\| | ||||||
| * | Fix handling of errors during snapshot restore. | Mike Pall | 2020-08-09 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-08-05 | 2 | -5/+9 | |
|\| | ||||||
| * | ARM: Ensure relative GG_State element alignment differently. | Mike Pall | 2020-08-05 | 2 | -5/+9 | |
| | | | | | | | | Thanks to jojo59516 and dwing4g. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-08-05 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix Makefile dependencies. | Mike Pall | 2020-08-05 | 1 | -1/+1 | |
| | | | | | | | | Thanks to Stefanos Chaliasos. | |||||
* | | Handle old OSX/iOS without getentropy(). | Mike Pall | 2020-07-13 | 1 | -2/+16 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-07-12 | 3 | -10/+34 | |
|\| | ||||||
| * | Add FAQ about sandboxing. Minor fixes. | Mike Pall | 2020-07-12 | 2 | -9/+33 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-07-12 | 1 | -0/+1 | |
|\| | ||||||
| * | Fix frame traversal for __gc handler frames. | Mike Pall | 2020-07-12 | 1 | -0/+1 | |
| | | | | | | | | Reported by Changochen. | |||||
* | | Fix Clang build. | Mike Pall | 2020-07-02 | 8 | -10/+10 | |
| | | ||||||
* | | Android/ARM: Fix build with recent NDK. | Mike Pall | 2020-07-02 | 1 | -0/+8 | |
| | | ||||||
* | | Fix compiler warning. | Mike Pall | 2020-06-25 | 1 | -1/+1 | |
| | | ||||||
* | | Fix OSX build. | Mike Pall | 2020-06-23 | 1 | -1/+6 | |
| | | | | | | | | Reported by jnozsc. | |||||
* | | Follow-up fix for iOS build. | Mike Pall | 2020-06-23 | 1 | -1/+1 | |
| | | ||||||
* | | OSX/iOS: Handle iOS simulator and ARM64 Macs. | Mike Pall | 2020-06-23 | 1 | -1/+7 | |
| | | ||||||
* | | Fix pointer check for non-GC64 mode. | Mike Pall | 2020-06-23 | 1 | -1/+2 | |
| | | | | | | | | Thanks to Stefan Hett. | |||||
* | | Windows: Fix NtAllocateVirtualMemory prototype. | Mike Pall | 2020-06-23 | 1 | -1/+1 | |
| | | ||||||
* | | Add jit.security(). | Mike Pall | 2020-06-23 | 2 | -0/+17 | |
| | | ||||||
* | | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 22 | -202/+394 | |
| | | | | | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura. | |||||
* | | Use a securely seeded global PRNG for the VM. | Mike Pall | 2020-06-15 | 22 | -173/+410 | |
| | | | | | | | | It's not 2005 anymore. | |||||
* | | Cleanup some arch defines and fix builds. | Mike Pall | 2020-06-15 | 8 | -17/+31 | |
| | | ||||||
* | | ARM: Implement FLOAD from GG_State. | Mike Pall | 2020-06-13 | 3 | -21/+11 | |
| | | ||||||
* | | Improve assertions. | Mike Pall | 2020-06-15 | 71 | -927/+1363 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-06-07 | 1 | -1/+2 | |
|\| | ||||||
| * | Fix debug.debug() for non-string errors. | Mike Pall | 2020-06-07 | 1 | -1/+2 | |
| | | ||||||
* | | Optimize table length computation with hinting. | Mike Pall | 2020-05-27 | 12 | -82/+135 | |
| | | | | | | | | 10x faster on loop with t[#t+1] = x idiom. Also used by table.insert. | |||||
* | | Remove pow() splitting and cleanup backends. | Mike Pall | 2020-05-23 | 14 | -222/+95 | |
| | | ||||||
* | | Cleanup math function compilation and fix inconsistencies. | Mike Pall | 2020-05-22 | 14 | -65/+48 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-05-22 | 1 | -2/+5 | |
|\| |