aboutsummaryrefslogtreecommitdiff
path: root/src/lj_arch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Nintendo Switch port.Mike Pall2022-06-081-0/+7
| | | | Contributed by Swyter and vdweller84.
* 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
| | | | | | | | Sponsored by fmad.io.
* | 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
| | | | | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura.
* | Use a securely seeded global PRNG for the VM.Mike Pall2020-06-151-0/+15
| | | | | | | | It's not 2005 anymore.
* | 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
| | | | | | | | | | | | Contributed by Hua Zhang, YunQiang Su from Wave Computing, and Radovan Birdic from RT-RK. Sponsored by Wave Computing.
* | 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
| | | | | | | | Contributed by Ben Pye.
* | Merge branch 'master' into v2.1Mike Pall2018-06-051-4/+1
|\|
| * PPC/NetBSD: Fix endianess check.Mike Pall2018-06-051-1/+1
| | | | | | | | Thanks to he32 and daurnimator.
| * 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
| | | | | | | | Thanks to Markus Oberhumber.
* | PPC: Add soft-float support to JIT compiler backend.Mike Pall2017-09-031-1/+0
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | PPC: Add soft-float support to interpreter.Mike Pall2017-07-261-5/+24
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-3/+1
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Allow building on Haiku OS.Mike Pall2017-04-071-1/+1
| | | | | | | | | | Note: this is not an officially supported target. Thanks to kallisti5.
* | ARM64: Add big-endian support.Mike Pall2017-03-301-4/+6
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | ARM64: Fix Nintendo Switch build.Mike Pall2017-03-201-1/+1
| | | | | | | | Thanks to Eddie Edwards.
* | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall2017-02-201-1/+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: Add JIT compiler backend.Mike Pall2016-11-201-1/+0
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | 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
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | x64/LJ_GC64: Add missing backend support and enable JIT compilation.Mike Pall2016-05-231-1/+1
| | | | | | | | Contributed by Peter Cawley.
* | LJ_FR2: Add support for trace recording and snapshots.Mike Pall2016-05-231-1/+1
| | | | | | | | Contributed by Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-04-031-3/+6
|\|
| * Cygwin: Allow cross-builds to non-Cygwin targets.Mike Pall2016-04-031-3/+6
| |
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Fix Android/x86 build.Mike Pall2016-03-031-1/+1
| |
* | MIPS: Add soft-float support to JIT compiler backend.Mike Pall2016-02-101-3/+0
| |
* | MIPS: Switch to dual-number mode. Fix soft-float interpreter.Mike Pall2016-01-291-8/+26
| |
* | MIPS soft-float, part 1: Add soft-float support to interpreter.Mike Pall2015-12-171-3/+7
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Merge branch 'master' into v2.1Mike Pall2015-10-241-0/+3
|\|
| * iOS: Disable os.execute() when building for iOS >= 8.0.Mike Pall2015-10-241-0/+3
| | | | | | | | Thanks to Vyacheslav Egorov.