| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix MinGW static build. | Mike Pall | 2021-06-03 | 1 | -1/+2 |
* | Fix build with busybox grep. | Mike Pall | 2021-03-31 | 1 | -1/+1 |
* | BSD: Fix build with BSD grep. | Mike Pall | 2021-03-26 | 1 | -1/+1 |
* | OSX: Fix build by hardcoding external frame unwinding. | Mike Pall | 2021-03-25 | 1 | -7/+8 |
* | String buffers, part 1: object serialization. | Mike Pall | 2021-03-25 | 1 | -2/+4 |
* | Cleanup and enable external unwinding for more platforms. | Mike Pall | 2021-03-23 | 1 | -4/+7 |
* | 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 |
* | | 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 |
* | | 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 |
|\| |
|