index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_mcode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
macOS: Fix Apple hardened runtime support and put behind build option.
Mike Pall
6 days
1
-1
/
+3
*
macOS: Fix support for Apple hardened runtime.
Mike Pall
6 days
1
-1
/
+1
*
macOS: Add suport for Apple hardened runtime.
Mike Pall
6 days
1
-1
/
+18
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Windows/ARM64: Add initial support.
Mike Pall
2023-09-10
1
-3
/
+7
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-09-09
1
-1
/
+1
|
\
|
|
*
Fix mcode limit check for non-x86 archs.
Mike Pall
2023-09-09
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-23
1
-1
/
+2
|
\
|
|
*
Always exit after machine code page protection change fails.
Mike Pall
2022-01-23
1
-1
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
NetBSD: Use PROT_MPROTECT() and disable getentropy().
Mike Pall
2021-03-29
1
-2
/
+7
*
|
Handle on-trace OOM errors from helper functions.
Mike Pall
2021-03-23
1
-1
/
+4
*
|
MIPS: Fix handling of long-range spare jumps.
Mike Pall
2021-03-23
1
-5
/
+6
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Fix Clang build.
Mike Pall
2020-07-02
1
-1
/
+1
*
|
Use a securely seeded global PRNG for the VM.
Mike Pall
2020-06-15
1
-29
/
+12
*
|
Improve assertions.
Mike Pall
2020-06-15
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
Windows: Add UWP support, part 1.
Mike Pall
2018-06-05
1
-4
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-06-07
1
-6
/
+0
|
\
|
|
*
MIPS: Fix handling of spare long-range jump slots.
Mike Pall
2017-06-07
1
-6
/
+0
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-03-08
1
-9
/
+7
|
\
|
|
*
Remove unnecessary mcode alloc pointer check.
Mike Pall
2017-03-08
1
-2
/
+2
|
*
Limit mcode alloc probing, depending on the available pool size.
Mike Pall
2017-03-08
1
-1
/
+2
|
*
Fix overly restrictive range calculation in mcode allocation.
Mike Pall
2017-03-08
1
-4
/
+4
*
|
MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.
Mike Pall
2017-02-20
1
-3
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
ARM64: Allow full VA range for mcode allocation.
Mike Pall
2016-11-20
1
-0
/
+3
|
/
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
OpenBSD/x86: Better executable memory allocation for W^X mode.
Mike Pall
2015-01-17
1
-2
/
+15
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
Check for failure to mark memory as executable (restricted kernels).
Mike Pall
2013-10-24
1
-11
/
+24
*
Fix jump-range constrained mcode allocation.
Mike Pall
2013-04-05
1
-1
/
+2
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
Avoid leaking memory on kernels with recalcitrant mmap() behavior.
Mike Pall
2013-01-28
1
-7
/
+8
*
CONSOLE: Fix PS3 build.
Mike Pall
2012-06-10
1
-0
/
+2
*
Rearrange OSX vs. iOS defines. Disable callbacks on iOS.
Mike Pall
2012-06-08
1
-2
/
+2
*
MIPS: Integrate and enable JIT compiler.
Mike Pall
2012-03-30
1
-0
/
+6
*
PPC: Use builtin D-Cache/I-Cache sync code.
Mike Pall
2012-03-29
1
-17
/
+3
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
Move helper for syncing data/instruction cache to lj_mcode.c.
Mike Pall
2011-12-12
1
-2
/
+49
*
Cleanup of target dependencies.
Mike Pall
2011-05-16
1
-15
/
+7
[next]