aboutsummaryrefslogtreecommitdiff
path: root/src/lj_arch.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | OSX/iOS: Fix SDK incompatibility.Mike Pall2024-04-221-1/+1
* | Windows/ARM64: Add initial support.Mike Pall2023-09-101-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-09-091-3/+13
|\|
| * Improve architecture detection error messages.Mike Pall2023-09-091-7/+15
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | ARM64: Add support for ARM64e pointer authentication codes (PAC).Mike Pall2023-08-121-0/+7
* | Don't fail for Clang builds, which pretend to be an ancient GCC.Mike Pall2023-01-041-0/+6
* | Fix QNX build.Mike Pall2022-09-121-0/+3
* | Add Nintendo Switch port.Mike Pall2022-06-081-0/+7
* | Add PS5 port.Mike Pall2022-04-171-2/+9
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | String buffers, part 1: object serialization.Mike Pall2021-03-251-0/+7
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-0/+12
* | Cleanup and enable external unwinding for more platforms.Mike Pall2021-03-231-17/+16
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | OSX/iOS: Handle iOS simulator and ARM64 Macs.Mike Pall2020-06-231-1/+7
* | Add jit.security().Mike Pall2020-06-231-0/+10
* | Redesign and harden string interning.Mike Pall2020-06-231-0/+17
* | Use a securely seeded global PRNG for the VM.Mike Pall2020-06-151-0/+15
* | Cleanup some arch defines and fix builds.Mike Pall2020-06-151-8/+23
* | Remove pow() splitting and cleanup backends.Mike Pall2020-05-231-3/+0
* | Cleanup CPU detection and tuning for old CPUs.Mike Pall2020-05-201-3/+3
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Remove support for de-facto dead archs.Mike Pall2020-01-201-4/+2
* | MIPS: Add MIPS64 R6 port.Mike Pall2020-01-201-1/+28
* | x64: Enable LJ_GC64 mode by default.Mike Pall2019-12-081-1/+1
* | Windows: Add UWP support, part 1.Mike Pall2018-06-051-0/+19
* | Merge branch 'master' into v2.1Mike Pall2018-06-051-4/+1
|\|
| * PPC/NetBSD: Fix endianess check.Mike Pall2018-06-051-1/+1
| * MIPS: Backport workaround for compact unwind tables.Mike Pall2017-02-201-0/+5
* | Fix ARMv8 (32 bit subset) detection.Mike Pall2018-01-181-1/+1
* | PPC: Add soft-float support to JIT compiler backend.Mike Pall2017-09-031-1/+0
* | PPC: Add soft-float support to interpreter.Mike Pall2017-07-261-5/+24
* | MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-3/+1
* | Allow building on Haiku OS.Mike Pall2017-04-071-1/+1
* | ARM64: Add big-endian support.Mike Pall2017-03-301-4/+6
* | ARM64: Fix Nintendo Switch build.Mike Pall2017-03-201-1/+1
* | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall2017-02-201-1/+3
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | ARM64: Add JIT compiler backend.Mike Pall2016-11-201-1/+0
* | MIPS: Fix build failures and warnings.Mike Pall2016-05-291-2/+2
* | MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-11/+37
* | x64/LJ_GC64: Add missing backend support and enable JIT compilation.Mike Pall2016-05-231-1/+1