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_arch.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
OSX/iOS: Fix SDK incompatibility.
Mike Pall
2024-04-22
1
-1
/
+1
*
|
Windows/ARM64: Add initial support.
Mike Pall
2023-09-10
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-09-09
1
-3
/
+13
|
\
|
|
*
Improve architecture detection error messages.
Mike Pall
2023-09-09
1
-7
/
+15
*
|
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
*
|
ARM64: Add support for ARM64e pointer authentication codes (PAC).
Mike Pall
2023-08-12
1
-0
/
+7
*
|
Don't fail for Clang builds, which pretend to be an ancient GCC.
Mike Pall
2023-01-04
1
-0
/
+6
*
|
Fix QNX build.
Mike Pall
2022-09-12
1
-0
/
+3
*
|
Add Nintendo Switch port.
Mike Pall
2022-06-08
1
-0
/
+7
*
|
Add PS5 port.
Mike Pall
2022-04-17
1
-2
/
+9
*
|
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
*
|
String buffers, part 1: object serialization.
Mike Pall
2021-03-25
1
-0
/
+7
*
|
Handle on-trace OOM errors from helper functions.
Mike Pall
2021-03-23
1
-0
/
+12
*
|
Cleanup and enable external unwinding for more platforms.
Mike Pall
2021-03-23
1
-17
/
+16
*
|
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
*
|
OSX/iOS: Handle iOS simulator and ARM64 Macs.
Mike Pall
2020-06-23
1
-1
/
+7
*
|
Add jit.security().
Mike Pall
2020-06-23
1
-0
/
+10
*
|
Redesign and harden string interning.
Mike Pall
2020-06-23
1
-0
/
+17
*
|
Use a securely seeded global PRNG for the VM.
Mike Pall
2020-06-15
1
-0
/
+15
*
|
Cleanup some arch defines and fix builds.
Mike Pall
2020-06-15
1
-8
/
+23
*
|
Remove pow() splitting and cleanup backends.
Mike Pall
2020-05-23
1
-3
/
+0
*
|
Cleanup CPU detection and tuning for old CPUs.
Mike Pall
2020-05-20
1
-3
/
+3
*
|
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
*
|
Remove support for de-facto dead archs.
Mike Pall
2020-01-20
1
-4
/
+2
*
|
MIPS: Add MIPS64 R6 port.
Mike Pall
2020-01-20
1
-1
/
+28
*
|
x64: Enable LJ_GC64 mode by default.
Mike Pall
2019-12-08
1
-1
/
+1
*
|
Windows: Add UWP support, part 1.
Mike Pall
2018-06-05
1
-0
/
+19
*
|
Merge branch 'master' into v2.1
Mike Pall
2018-06-05
1
-4
/
+1
|
\
|
|
*
PPC/NetBSD: Fix endianess check.
Mike Pall
2018-06-05
1
-1
/
+1
|
*
MIPS: Backport workaround for compact unwind tables.
Mike Pall
2017-02-20
1
-0
/
+5
*
|
Fix ARMv8 (32 bit subset) detection.
Mike Pall
2018-01-18
1
-1
/
+1
*
|
PPC: Add soft-float support to JIT compiler backend.
Mike Pall
2017-09-03
1
-1
/
+0
*
|
PPC: Add soft-float support to interpreter.
Mike Pall
2017-07-26
1
-5
/
+24
*
|
MIPS64: Add soft-float support to JIT compiler backend.
Mike Pall
2017-06-07
1
-3
/
+1
*
|
Allow building on Haiku OS.
Mike Pall
2017-04-07
1
-1
/
+1
*
|
ARM64: Add big-endian support.
Mike Pall
2017-03-30
1
-4
/
+6
*
|
ARM64: Fix Nintendo Switch build.
Mike Pall
2017-03-20
1
-1
/
+1
*
|
MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.
Mike Pall
2017-02-20
1
-1
/
+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: Add JIT compiler backend.
Mike Pall
2016-11-20
1
-1
/
+0
*
|
MIPS: Fix build failures and warnings.
Mike Pall
2016-05-29
1
-2
/
+2
*
|
MIPS64, part 1: Add MIPS64 support to interpreter.
Mike Pall
2016-05-28
1
-11
/
+37
*
|
x64/LJ_GC64: Add missing backend support and enable JIT compilation.
Mike Pall
2016-05-23
1
-1
/
+1
[next]