| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow-up fix for iOS build. | Mike Pall | 2020-06-23 | 1 | -1/+1 |
* | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -1/+0 |
* | Use a securely seeded global PRNG for the VM. | Mike Pall | 2020-06-15 | 1 | -2/+2 |
* | Cleanup some arch defines and fix builds. | Mike Pall | 2020-06-15 | 1 | -2/+1 |
* | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -1/+1 |
* | Cleanup CPU detection and tuning for old CPUs. | Mike Pall | 2020-05-20 | 1 | -1/+0 |
* | Merge branch 'master' into v2.1 | Mike Pall | 2020-04-28 | 1 | -1/+1 |
|\ |
|
| * | Fix Windows make clean. | Mike Pall | 2020-04-28 | 1 | -1/+1 |
* | | 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 | -3/+0 |
* | | MIPS: Add MIPS64 R6 port. | Mike Pall | 2020-01-20 | 1 | -0/+3 |
* | | x64: Enable LJ_GC64 mode by default. | Mike Pall | 2019-12-08 | 1 | -2/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 1 | -3/+4 |
|\| |
|
| * | OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET. | Mike Pall | 2019-12-08 | 1 | -1/+1 |
| * | Build MinGW import library, too. | Mike Pall | 2019-12-08 | 1 | -1/+2 |
| * | Fix MinGW make clean. | Mike Pall | 2019-12-08 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-01-10 | 1 | -1/+1 |
|\| |
|
| * | Fix MinGW build. | Mike Pall | 2019-01-10 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-01-10 | 1 | -0/+4 |
|\| |
|
| * | Better detection of MinGW build. | Mike Pall | 2019-01-10 | 1 | -0/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-06-12 | 1 | -1/+2 |
|\| |
|
| * | Modify fix for warning from 'ar'. | Mike Pall | 2017-06-12 | 1 | -1/+2 |
| * | RELEASE LuaJIT-2.0.5v2.0.5 | Mike Pall | 2017-05-01 | 1 | -1/+1 |
* | | ARM64: Add big-endian support. | Mike Pall | 2017-03-30 | 1 | -0/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-03-08 | 1 | -3/+1 |
|\| |
|
| * | Fix annoying warning, due to deterministic binutils configuration. | Mike Pall | 2017-03-08 | 1 | -3/+1 |
* | | 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 |
* | | LJ_GC64: Add build options and install instructions. | Mike Pall | 2017-01-17 | 1 | -0/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-07-31 | 1 | -4/+0 |
|\| |
|
| * | Revert "OSX: Switch to Clang as the default compiler." | Mike Pall | 2016-07-31 | 1 | -4/+0 |
* | | LJ_GC64: Allow optional use of the system memory allocator. | Mike Pall | 2016-06-03 | 1 | -2/+2 |
* | | MIPS64, part 1: Add MIPS64 support to interpreter. | Mike Pall | 2016-05-28 | 1 | -1/+5 |
* | | 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 |
* | | Use internal implementation for converting FP numbers to strings. | Mike Pall | 2016-02-26 | 1 | -1/+1 |
* | | MIPS: Switch to dual-number mode. Fix soft-float interpreter. | Mike Pall | 2016-01-29 | 1 | -0/+5 |
* | | Add proper DynASM dependency. | Mike Pall | 2016-01-18 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-10-24 | 1 | -18/+28 |
|\| |
|
| * | OSX: Switch to Clang as the default compiler. | Mike Pall | 2015-10-24 | 1 | -18/+28 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-09 | 1 | -3/+4 |
|\| |
|
| * | x64: Allow building without external unwinder. | Mike Pall | 2015-06-09 | 1 | -3/+4 |
| * | RELEASE LuaJIT-2.0.4v2.0.4 | Mike Pall | 2015-05-14 | 1 | -1/+1 |
* | | PPC: Fix cross-endian builds. | Mike Pall | 2015-04-12 | 1 | -0/+5 |
* | | PPC64: Add build infrastructure. | Mike Pall | 2015-03-06 | 1 | -1/+4 |
* | | iOS/ARM64: The frame pointer is required. | Mike Pall | 2015-01-07 | 1 | -0/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | | PPC/e500: Drop support for this architecture. | Mike Pall | 2015-01-04 | 1 | -5/+0 |