aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix C file generation in jit.bcsave.Mike Pall2020-01-221-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-20168-168/+3859
|\|
| * Bump copyright date.Mike Pall2020-01-20146-147/+147
* | Remove support for de-facto dead archs.Mike Pall2020-01-205-33/+3
* | Minor fixes.Mike Pall2020-01-202-1/+2
* | MIPS: Add MIPS64 R6 port.Mike Pall2020-01-2012-115/+889
* | Fix string.char() recording with no arguments.Mike Pall2020-01-141-0/+2
* | Followup fix for embedded bytecode loader.Mike Pall2020-01-141-0/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-134-7/+14
|\|
| * Fix embedded bytecode loader.Mike Pall2020-01-133-1/+8
* | Properly fix pointer diff in string.find().Mike Pall2019-12-211-2/+2
* | x64: Enable LJ_GC64 mode by default.Mike Pall2019-12-083-8/+10
* | FFI: Eliminate hardcoded string hashes.Mike Pall2019-12-083-47/+67
* | Fix interaction between profiler hooks and finalizers.Mike Pall2019-12-083-2/+5
* | Don't use STRREF for pointer diff in string.find().Mike Pall2019-12-081-1/+2
* | Merge branch 'master' into v2.1Mike Pall2019-12-081-3/+2
|\|
| * Fix tonumber("-0").Mike Pall2019-12-081-3/+2
* | Merge branch 'master' into v2.1Mike Pall2019-12-087-13/+16
|\|
| * Fix hash table chaining (again).Mike Pall2019-12-081-5/+4
| * Typo.Mike Pall2019-12-081-1/+0
| * Fix declarations of _BitScanForward/_BitScanReverse.Mike Pall2019-12-081-4/+4
| * Add stricter check for print() vs. tostring() shortcut.Mike Pall2019-12-081-1/+2
| * Prevent integer overflow while parsing long strings.Mike Pall2019-12-081-1/+1
| * Fix stack check when recording BC_VARG.Mike Pall2019-12-081-0/+2
| * FFI: Add missing write barrier on C library index update.Mike Pall2019-12-081-0/+1
| * FFI: Workaround for platform dlerror() returning NULL.Mike Pall2019-12-081-1/+2
* | Merge branch 'master' into v2.1Mike Pall2019-12-082-8/+4
|\|
| * OSX: Use __thread attribute.Mike Pall2019-12-081-5/+0
| * OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET.Mike Pall2019-12-081-1/+1
| * Build MinGW import library, too.Mike Pall2019-12-081-1/+2
| * Fix MinGW make clean.Mike Pall2019-12-081-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-12-082-14/+17
|\|
| * Update MSVC build script and docs.Mike Pall2019-12-081-12/+14
| * More recent MSVC is partially C99 compliant.Mike Pall2019-12-081-2/+2
* | Merge branch 'master' into v2.1Mike Pall2019-11-101-2/+2
|\|
| * Fix narrowing of conversions to U32.Mike Pall2019-11-101-2/+2
* | Fix unsinking of 64 bit constants.Mike Pall2019-08-302-7/+7
* | Merge branch 'master' into v2.1Mike Pall2019-08-301-4/+1
|\|
| * Fix bytecode dump unpatching.Mike Pall2019-08-301-4/+1
* | Merge branch 'master' into v2.1Mike Pall2019-08-101-1/+1
|\|
| * Fix debug.getinfo() argument check.Mike Pall2019-08-101-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-07-051-1/+1
|\|
| * MIPS: Fix delay slot hint.Mike Pall2019-07-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-05-091-1/+2
|\|
| * Fix TNEW load forwarding with instable types.Mike Pall2019-05-091-1/+2
* | Merge branch 'master' into v2.1Mike Pall2019-04-292-22/+24
|\|
| * ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2019-04-292-3/+3
| * ARM: Fix condition code check fusion.Mike Pall2019-04-291-13/+15
* | ARM64: Avoid side-effects of constant rematerialization.Mike Pall2019-02-041-17/+29
* | Improve luaL_addlstring().Mike Pall2019-01-101-2/+9