| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 168 | -168/+3859 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 146 | -147/+147 |
* | | Remove support for de-facto dead archs. | Mike Pall | 2020-01-20 | 5 | -33/+3 |
* | | Minor fixes. | Mike Pall | 2020-01-20 | 2 | -1/+2 |
* | | MIPS: Add MIPS64 R6 port. | Mike Pall | 2020-01-20 | 12 | -115/+889 |
* | | Fix string.char() recording with no arguments. | Mike Pall | 2020-01-14 | 1 | -0/+2 |
* | | Followup fix for embedded bytecode loader. | Mike Pall | 2020-01-14 | 1 | -0/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-13 | 4 | -7/+14 |
|\| |
|
| * | Fix embedded bytecode loader. | Mike Pall | 2020-01-13 | 3 | -1/+8 |
* | | Properly fix pointer diff in string.find(). | Mike Pall | 2019-12-21 | 1 | -2/+2 |
* | | x64: Enable LJ_GC64 mode by default. | Mike Pall | 2019-12-08 | 3 | -8/+10 |
* | | FFI: Eliminate hardcoded string hashes. | Mike Pall | 2019-12-08 | 3 | -47/+67 |
* | | Fix interaction between profiler hooks and finalizers. | Mike Pall | 2019-12-08 | 3 | -2/+5 |
* | | Don't use STRREF for pointer diff in string.find(). | Mike Pall | 2019-12-08 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 1 | -3/+2 |
|\| |
|
| * | Fix tonumber("-0"). | Mike Pall | 2019-12-08 | 1 | -3/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 7 | -13/+16 |
|\| |
|
| * | Fix hash table chaining (again). | Mike Pall | 2019-12-08 | 1 | -5/+4 |
| * | Typo. | Mike Pall | 2019-12-08 | 1 | -1/+0 |
| * | Fix declarations of _BitScanForward/_BitScanReverse. | Mike Pall | 2019-12-08 | 1 | -4/+4 |
| * | Add stricter check for print() vs. tostring() shortcut. | Mike Pall | 2019-12-08 | 1 | -1/+2 |
| * | Prevent integer overflow while parsing long strings. | Mike Pall | 2019-12-08 | 1 | -1/+1 |
| * | Fix stack check when recording BC_VARG. | Mike Pall | 2019-12-08 | 1 | -0/+2 |
| * | FFI: Add missing write barrier on C library index update. | Mike Pall | 2019-12-08 | 1 | -0/+1 |
| * | FFI: Workaround for platform dlerror() returning NULL. | Mike Pall | 2019-12-08 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 2 | -8/+4 |
|\| |
|
| * | OSX: Use __thread attribute. | Mike Pall | 2019-12-08 | 1 | -5/+0 |
| * | 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-12-08 | 2 | -14/+17 |
|\| |
|
| * | Update MSVC build script and docs. | Mike Pall | 2019-12-08 | 1 | -12/+14 |
| * | More recent MSVC is partially C99 compliant. | Mike Pall | 2019-12-08 | 1 | -2/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-11-10 | 1 | -2/+2 |
|\| |
|
| * | Fix narrowing of conversions to U32. | Mike Pall | 2019-11-10 | 1 | -2/+2 |
* | | Fix unsinking of 64 bit constants. | Mike Pall | 2019-08-30 | 2 | -7/+7 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-08-30 | 1 | -4/+1 |
|\| |
|
| * | Fix bytecode dump unpatching. | Mike Pall | 2019-08-30 | 1 | -4/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-08-10 | 1 | -1/+1 |
|\| |
|
| * | Fix debug.getinfo() argument check. | Mike Pall | 2019-08-10 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-07-05 | 1 | -1/+1 |
|\| |
|
| * | MIPS: Fix delay slot hint. | Mike Pall | 2019-07-05 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-05-09 | 1 | -1/+2 |
|\| |
|
| * | Fix TNEW load forwarding with instable types. | Mike Pall | 2019-05-09 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-04-29 | 2 | -22/+24 |
|\| |
|
| * | ARM: Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2019-04-29 | 2 | -3/+3 |
| * | ARM: Fix condition code check fusion. | Mike Pall | 2019-04-29 | 1 | -13/+15 |
* | | ARM64: Avoid side-effects of constant rematerialization. | Mike Pall | 2019-02-04 | 1 | -17/+29 |
* | | Improve luaL_addlstring(). | Mike Pall | 2019-01-10 | 1 | -2/+9 |
* | | Fix os.date() for wider libc strftime() compatibility. | Mike Pall | 2019-01-10 | 1 | -2/+2 |