aboutsummaryrefslogtreecommitdiff
path: root/src/lj_mcode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* macOS: Fix Apple hardened runtime support and put behind build option.Mike Pall6 days1-1/+3
* macOS: Fix support for Apple hardened runtime.Mike Pall6 days1-1/+1
* macOS: Add suport for Apple hardened runtime.Mike Pall6 days1-1/+18
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Windows/ARM64: Add initial support.Mike Pall2023-09-101-3/+7
* | Merge branch 'master' into v2.1Mike Pall2023-09-091-1/+1
|\|
| * Fix mcode limit check for non-x86 archs.Mike Pall2023-09-091-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-231-1/+2
|\|
| * Always exit after machine code page protection change fails.Mike Pall2022-01-231-1/+2
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | NetBSD: Use PROT_MPROTECT() and disable getentropy().Mike Pall2021-03-291-2/+7
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-1/+4
* | MIPS: Fix handling of long-range spare jumps.Mike Pall2021-03-231-5/+6
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Fix Clang build.Mike Pall2020-07-021-1/+1
* | Use a securely seeded global PRNG for the VM.Mike Pall2020-06-151-29/+12
* | Improve assertions.Mike Pall2020-06-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Windows: Add UWP support, part 1.Mike Pall2018-06-051-4/+4
* | Merge branch 'master' into v2.1Mike Pall2017-06-071-6/+0
|\|
| * MIPS: Fix handling of spare long-range jump slots.Mike Pall2017-06-071-6/+0
* | Merge branch 'master' into v2.1Mike Pall2017-03-081-9/+7
|\|
| * Remove unnecessary mcode alloc pointer check.Mike Pall2017-03-081-2/+2
| * Limit mcode alloc probing, depending on the available pool size.Mike Pall2017-03-081-1/+2
| * Fix overly restrictive range calculation in mcode allocation.Mike Pall2017-03-081-4/+4
* | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall2017-02-201-3/+3
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | ARM64: Allow full VA range for mcode allocation.Mike Pall2016-11-201-0/+3
|/
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* OpenBSD/x86: Better executable memory allocation for W^X mode.Mike Pall2015-01-171-2/+15
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Check for failure to mark memory as executable (restricted kernels).Mike Pall2013-10-241-11/+24
* Fix jump-range constrained mcode allocation.Mike Pall2013-04-051-1/+2
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Avoid leaking memory on kernels with recalcitrant mmap() behavior.Mike Pall2013-01-281-7/+8
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-0/+2
* Rearrange OSX vs. iOS defines. Disable callbacks on iOS.Mike Pall2012-06-081-2/+2
* MIPS: Integrate and enable JIT compiler.Mike Pall2012-03-301-0/+6
* PPC: Use builtin D-Cache/I-Cache sync code.Mike Pall2012-03-291-17/+3
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* Move helper for syncing data/instruction cache to lj_mcode.c.Mike Pall2011-12-121-2/+49
* Cleanup of target dependencies.Mike Pall2011-05-161-15/+7