aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-20Minor fixes.Mike Pall2-1/+2
2020-01-20MIPS: Add MIPS64 R6 port.Mike Pall15-347/+1296
2020-01-14Fix string.char() recording with no arguments.Mike Pall1-0/+2
2020-01-14Followup fix for embedded bytecode loader.Mike Pall1-0/+1
2020-01-13Fix embedded bytecode loader.Mike Pall3-1/+8
2019-12-21Properly fix pointer diff in string.find().Mike Pall1-2/+2
2019-12-08x64: Enable LJ_GC64 mode by default.Mike Pall5-17/+17
2019-12-08FFI: Eliminate hardcoded string hashes.Mike Pall3-47/+67
2019-12-08Fix interaction between profiler hooks and finalizers.Mike Pall3-2/+5
2019-12-08Don't use STRREF for pointer diff in string.find().Mike Pall1-1/+2
2019-12-08Fix tonumber("-0").Mike Pall1-3/+2
2019-12-08Fix hash table chaining (again).Mike Pall1-5/+4
2019-12-08Typo.Mike Pall1-1/+0
2019-12-08Fix declarations of _BitScanForward/_BitScanReverse.Mike Pall1-4/+4
2019-12-08Add stricter check for print() vs. tostring() shortcut.Mike Pall1-1/+2
2019-12-08Prevent integer overflow while parsing long strings.Mike Pall1-1/+1
2019-12-08Fix stack check when recording BC_VARG.Mike Pall1-0/+2
2019-12-08FFI: Add missing write barrier on C library index update.Mike Pall1-0/+1
2019-12-08FFI: Workaround for platform dlerror() returning NULL.Mike Pall1-1/+2
2019-12-08OSX: Use __thread attribute.Mike Pall1-5/+0
2019-12-08OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET.Mike Pall2-3/+3
2019-12-08Build MinGW import library, too.Mike Pall1-1/+2
2019-12-08Fix MinGW make clean.Mike Pall1-1/+1
2019-12-08Update Android and iOS build docs.Mike Pall1-55/+13
2019-12-08Add note about the unsuitabilty of math.random() for crypto.Mike Pall1-0/+4
2019-12-08Update MSVC build script and docs.Mike Pall2-51/+20
2019-12-08More recent MSVC is partially C99 compliant.Mike Pall1-2/+2
2019-11-10Fix narrowing of conversions to U32.Mike Pall1-2/+2
2019-08-30Fix unsinking of 64 bit constants.Mike Pall2-7/+7
2019-08-30Fix bytecode dump unpatching.Mike Pall1-4/+1
2019-08-10Fix debug.getinfo() argument check.Mike Pall1-1/+1
2019-07-05MIPS: Fix delay slot hint.Mike Pall1-1/+1
2019-05-09Fix TNEW load forwarding with instable types.Mike Pall1-1/+2
2019-04-29ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2-3/+3
2019-04-29ARM: Fix condition code check fusion.Mike Pall1-13/+15
2019-02-04ARM64: Avoid side-effects of constant rematerialization.Mike Pall1-17/+29
2019-01-10Improve luaL_addlstring().Mike Pall1-2/+9
2019-01-10Fix os.date() for wider libc strftime() compatibility.Mike Pall1-2/+2
2019-01-10Fix MinGW build.Mike Pall1-1/+1
2019-01-10DynASM/MIPS: Fix shadowed variable.Mike Pall1-3/+3
2019-01-10DynASM/PPC: Fix shadowed variable.Mike Pall1-3/+3
2019-01-10Fix overflow of snapshot map offset.Mike Pall3-12/+12
2019-01-10Better detection of MinGW build.Mike Pall1-0/+4
2018-10-14Actually implement maxirconst trace limit.Mike Pall1-2/+3
2018-10-14MIPS/MIPS64: Fix TSETR barrier (again).Mike Pall2-2/+2
2018-09-13Fix memory probing allocator to check for valid end address, too.Mike Pall1-1/+2
2018-08-22DynASM/x86: Fix vroundps/vroundpd encoding.Mike Pall1-2/+2
2018-06-24DynASM: Fix warning.Mike Pall1-0/+1
2018-06-24ARM64: Fix exit stub patching.Mike Pall3-38/+51
2018-06-24ARM64: Fix write barrier in BC_USETS.Mike Pall1-1/+1