aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-2323-45/+421
* | Use weak guards for on-trace allocations.Mike Pall2021-03-234-49/+51
* | PPC: Fix GG_State loads.Mike Pall2021-03-232-2/+2
* | MIPS: Fix handling of long-range spare jumps.Mike Pall2021-03-232-25/+34
* | Cleanup and enable external unwinding for more platforms.Mike Pall2021-03-233-174/+191
* | iOS: Don't use getentropy() since it's disallowed in the App Store.Mike Pall2021-03-101-3/+9
* | Linux/ARM64: Make mremap() non-moving due to VA space woes.Mike Pall2021-03-101-1/+1
* | Merge branch 'master' into v2.1Mike Pall2021-01-02170-171/+171
|\|
| * Bump copyright date.Mike Pall2021-01-02146-147/+147
* | Fix trace exit register dump for some archs.Mike Pall2021-01-021-2/+5
* | Merge branch 'master' into v2.1Mike Pall2020-12-281-0/+5
|\|
| * FFI: Fix recording of union initialization.Mike Pall2020-12-281-0/+5
* | Merge branch 'master' into v2.1Mike Pall2020-12-041-0/+4
|\|
| * x64: Fix __call metamethod return dispatch.Mike Pall2020-12-041-0/+4
* | Fix binary number literal parsing.Mike Pall2020-11-301-0/+1
* | Fix warning.Mike Pall2020-11-301-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-11-301-2/+1
|\|
| * Fix warning.Mike Pall2020-11-301-2/+1
* | Merge branch 'master' into v2.1Mike Pall2020-10-125-10/+10
|\|
| * Minor changes and https-ify links.Mike Pall2020-10-124-9/+9
* | Merge branch 'master' into v2.1Mike Pall2020-10-122-4/+8
|\|
| * Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*.Mike Pall2020-10-122-4/+8
* | Merge branch 'master' into v2.1Mike Pall2020-10-124-25/+15
|\|
| * Ensure full init of IR_NOP instructions.Mike Pall2020-10-124-25/+15
* | Add support for full-range 64 bit lightuserdata.Mike Pall2020-09-3016-56/+121
* | ARM64: Followup fix for exit branch patching.Mike Pall2020-09-281-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-09-275-9/+41
|\|
| * Prevent patching of the GC exit check branch.Mike Pall2020-09-274-7/+31
* | x64: Fix 64 bit shift code generation.Mike Pall2020-09-251-1/+1
* | Another fix for lua_yield() from C hook.Mike Pall2020-09-224-4/+4
* | Merge branch 'master' into v2.1Mike Pall2020-09-221-1/+1
|\|
| * Mark CONV as non-weak, to prevent elimination of its side-effect.Mike Pall2020-09-221-1/+1
* | Fix lua_yield() from C hook.Mike Pall2020-09-151-2/+3
* | Merge branch 'master' into v2.1Mike Pall2020-09-051-1/+6
|\|
| * Limit path length passed to C library loader.Mike Pall2020-09-051-1/+6
* | LJ_GC64: Always snapshot functions for non-base frames.Mike Pall2020-08-272-2/+8
* | Merge branch 'master' into v2.1Mike Pall2020-08-0912-23/+15
|\|
| * Call error function on rethrow after trace exit.Mike Pall2020-08-099-15/+11
* | Merge branch 'master' into v2.1Mike Pall2020-08-091-0/+2
|\|
| * Fix handling of errors during snapshot restore.Mike Pall2020-08-091-0/+2
* | Merge branch 'master' into v2.1Mike Pall2020-08-052-5/+9
|\|
| * ARM: Ensure relative GG_State element alignment differently.Mike Pall2020-08-052-5/+9
* | Merge branch 'master' into v2.1Mike Pall2020-08-051-1/+1
|\|
| * Fix Makefile dependencies.Mike Pall2020-08-051-1/+1
* | Handle old OSX/iOS without getentropy().Mike Pall2020-07-131-2/+16
* | Merge branch 'master' into v2.1Mike Pall2020-07-121-0/+1
|\|
| * Fix frame traversal for __gc handler frames.Mike Pall2020-07-121-0/+1
* | Fix Clang build.Mike Pall2020-07-028-10/+10
* | Android/ARM: Fix build with recent NDK.Mike Pall2020-07-021-0/+8
* | Fix compiler warning.Mike Pall2020-06-251-1/+1