summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*.Mike Pall2020-10-122-4/+8
* Ensure full init of IR_NOP instructions.Mike Pall2020-10-124-25/+15
* Prevent patching of the GC exit check branch.Mike Pall2020-09-274-7/+31
* Mark CONV as non-weak, to prevent elimination of its side-effect.Mike Pall2020-09-221-1/+1
* Limit path length passed to C library loader.Mike Pall2020-09-051-1/+6
* Call error function on rethrow after trace exit.Mike Pall2020-08-099-15/+11
* Fix handling of errors during snapshot restore.Mike Pall2020-08-091-0/+2
* ARM: Ensure relative GG_State element alignment differently.Mike Pall2020-08-052-5/+9
* Fix Makefile dependencies.Mike Pall2020-08-051-1/+1
* Fix frame traversal for __gc handler frames.Mike Pall2020-07-121-0/+1
* Fix debug.debug() for non-string errors.Mike Pall2020-06-071-1/+2
* Fix bytecode register allocation for comparisons.Mike Pall2020-05-221-2/+5
* FFI: Always fall back to metamethods for cdata length/concat.Mike Pall2020-05-084-14/+6
* Fix overflow check in unpack().Mike Pall2020-04-281-2/+4
* Fix Windows make clean.Mike Pall2020-04-281-1/+1
* Fix write barrier for lua_setupvalue() and debug.setupvalue().Mike Pall2020-03-203-6/+12
* x86/x64: Fix loop realignment.Mike Pall2020-02-021-2/+3
* Fix C file generation in jit.bcsave.Mike Pall2020-01-221-1/+1
* Bump copyright date.Mike Pall2020-01-20146-147/+147
* Fix embedded bytecode loader.Mike Pall2020-01-133-1/+8
* Fix tonumber("-0").Mike Pall2019-12-081-3/+2
* 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
* 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
* 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
* Fix narrowing of conversions to U32.Mike Pall2019-11-101-2/+2
* Fix bytecode dump unpatching.Mike Pall2019-08-301-4/+1
* Fix debug.getinfo() argument check.Mike Pall2019-08-101-1/+1
* MIPS: Fix delay slot hint.Mike Pall2019-07-051-1/+1
* Fix TNEW load forwarding with instable types.Mike Pall2019-05-091-1/+2
* 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
* Fix MinGW build.Mike Pall2019-01-101-1/+1
* Fix overflow of snapshot map offset.Mike Pall2019-01-103-12/+12
* Better detection of MinGW build.Mike Pall2019-01-101-0/+4
* PPC/NetBSD: Fix endianess check.Mike Pall2018-06-051-1/+1
* x86/x64: Check for jcc when using xor r,r in emit_loadi().Mike Pall2018-05-201-2/+4
* FFI: Make FP to U64 conversions match JIT backend behavior.Mike Pall2018-05-201-5/+13
* FFI: Add tonumber() specialization for failed conversions.Mike Pall2018-04-221-0/+2
* Fix rechaining of pseudo-resurrected string keys.Mike Pall2018-02-271-0/+23