| Commit message (Expand) | Author | Age | Files | Lines |
* | String buffers, part 1: object serialization. | Mike Pall | 2021-03-25 | 1 | -0/+7 |
* | Handle on-trace OOM errors from helper functions. | Mike Pall | 2021-03-23 | 1 | -0/+12 |
* | Cleanup and enable external unwinding for more platforms. | Mike Pall | 2021-03-23 | 1 | -17/+16 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | | OSX/iOS: Handle iOS simulator and ARM64 Macs. | Mike Pall | 2020-06-23 | 1 | -1/+7 |
* | | Add jit.security(). | Mike Pall | 2020-06-23 | 1 | -0/+10 |
* | | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -0/+17 |
* | | Use a securely seeded global PRNG for the VM. | Mike Pall | 2020-06-15 | 1 | -0/+15 |
* | | Cleanup some arch defines and fix builds. | Mike Pall | 2020-06-15 | 1 | -8/+23 |
* | | Remove pow() splitting and cleanup backends. | Mike Pall | 2020-05-23 | 1 | -3/+0 |
* | | Cleanup CPU detection and tuning for old CPUs. | Mike Pall | 2020-05-20 | 1 | -3/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | | Remove support for de-facto dead archs. | Mike Pall | 2020-01-20 | 1 | -4/+2 |
* | | MIPS: Add MIPS64 R6 port. | Mike Pall | 2020-01-20 | 1 | -1/+28 |
* | | x64: Enable LJ_GC64 mode by default. | Mike Pall | 2019-12-08 | 1 | -1/+1 |
* | | Windows: Add UWP support, part 1. | Mike Pall | 2018-06-05 | 1 | -0/+19 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-06-05 | 1 | -4/+1 |
|\| |
|
| * | PPC/NetBSD: Fix endianess check. | Mike Pall | 2018-06-05 | 1 | -1/+1 |
| * | MIPS: Backport workaround for compact unwind tables. | Mike Pall | 2017-02-20 | 1 | -0/+5 |
* | | Fix ARMv8 (32 bit subset) detection. | Mike Pall | 2018-01-18 | 1 | -1/+1 |
* | | PPC: Add soft-float support to JIT compiler backend. | Mike Pall | 2017-09-03 | 1 | -1/+0 |
* | | PPC: Add soft-float support to interpreter. | Mike Pall | 2017-07-26 | 1 | -5/+24 |
* | | MIPS64: Add soft-float support to JIT compiler backend. | Mike Pall | 2017-06-07 | 1 | -3/+1 |
* | | Allow building on Haiku OS. | Mike Pall | 2017-04-07 | 1 | -1/+1 |
* | | ARM64: Add big-endian support. | Mike Pall | 2017-03-30 | 1 | -4/+6 |
* | | ARM64: Fix Nintendo Switch build. | Mike Pall | 2017-03-20 | 1 | -1/+1 |
* | | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend. | Mike Pall | 2017-02-20 | 1 | -1/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | | ARM64: Add JIT compiler backend. | Mike Pall | 2016-11-20 | 1 | -1/+0 |
* | | MIPS: Fix build failures and warnings. | Mike Pall | 2016-05-29 | 1 | -2/+2 |
* | | MIPS64, part 1: Add MIPS64 support to interpreter. | Mike Pall | 2016-05-28 | 1 | -11/+37 |
* | | x64/LJ_GC64: Add missing backend support and enable JIT compilation. | Mike Pall | 2016-05-23 | 1 | -1/+1 |
* | | LJ_FR2: Add support for trace recording and snapshots. | Mike Pall | 2016-05-23 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-03 | 1 | -3/+6 |
|\| |
|
| * | Cygwin: Allow cross-builds to non-Cygwin targets. | Mike Pall | 2016-04-03 | 1 | -3/+6 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | | Fix Android/x86 build. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | | MIPS: Add soft-float support to JIT compiler backend. | Mike Pall | 2016-02-10 | 1 | -3/+0 |
* | | MIPS: Switch to dual-number mode. Fix soft-float interpreter. | Mike Pall | 2016-01-29 | 1 | -8/+26 |
* | | MIPS soft-float, part 1: Add soft-float support to interpreter. | Mike Pall | 2015-12-17 | 1 | -3/+7 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-24 | 1 | -0/+3 |
|\| |
|
| * | iOS: Disable os.execute() when building for iOS >= 8.0. | Mike Pall | 2015-10-24 | 1 | -0/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-09-20 | 1 | -1/+5 |
|\| |
|
| * | Fix Cygwin support. Note: this is not a supported target. | Mike Pall | 2015-09-20 | 1 | -1/+5 |
* | | Fix Xbox One port. | Mike Pall | 2015-06-16 | 1 | -1/+0 |
* | | Add Xbox One port. | Mike Pall | 2015-06-12 | 1 | -0/+7 |