aboutsummaryrefslogtreecommitdiff
path: root/src/lj_mcode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Windows/ARM64: Add initial support.Mike Pall2023-09-101-3/+7
| | | | | Only builds with native ARM64 Visual Studio for now. Thanks to vanc and Stephen Just. #593 #964
* 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
| | | | | | | | Thanks to Peter Cawley.
* | 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
| | | | | | | | Reported by Sergey Kaplun.
* | 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
| | | | | | | | | | Note: this is not an officially supported target. Contributed by David Carlier.
* | 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
| | | | | | | | It's not 2005 anymore.
* | 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
| | | | | | | | Contributed by Ben Pye.
* | 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
| | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic.
* | Merge branch 'master' into v2.1Mike Pall2017-03-081-9/+7
|\|
| * Remove unnecessary mcode alloc pointer check.Mike Pall2017-03-081-2/+2
| | | | | | | | Also fixes Illumos address space issue reported by Theo Schlossnagle.
| * Limit mcode alloc probing, depending on the available pool size.Mike Pall2017-03-081-1/+2
| | | | | | | | Contributed by Alexey Kopytov.
| * Fix overly restrictive range calculation in mcode allocation.Mike Pall2017-03-081-4/+4
| | | | | | | | Contributed by Alexey Kopytov.
* | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall2017-02-201-3/+3
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | 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
| | | | Sync caches after dynamic code generation for FFI callbacks.
* Cleanup of target dependencies.Mike Pall2011-05-161-15/+7
|
* ARM: Generalize machine code co-location. ARM has a +-32MB range.Mike Pall2011-05-161-11/+26
|
* Fix some portability issues with the JIT compiler.Mike Pall2011-05-091-2/+2
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-3/+3
|
* Reorganize and fix placement of generated machine code on x64.Mike Pall2010-04-251-53/+57
|