aboutsummaryrefslogtreecommitdiff
path: root/src/lj_jit.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
* | Typo.Mike Pall2024-05-251-2/+2
* | Merge branch 'master' into v2.1Mike Pall2023-08-291-1/+1
|\|
| * Update external MSDN URL in code.Mike Pall2023-08-291-1/+1
* | 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/+3
* | Disable FMA by default. Use -Ofma or jit.opt.start("+fma") to enable.Mike Pall2022-12-071-1/+3
* | Avoid zero-sized arrays in jit_State.Mike Pall2022-06-081-0/+6
* | Don't use jit_State during build with JIT disabled.Mike Pall2022-06-081-0/+2
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-1/+5
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-0/+2
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-08-051-5/+1
|\|
| * ARM: Ensure relative GG_State element alignment differently.Mike Pall2020-08-051-5/+1
* | Use a securely seeded global PRNG for the VM.Mike Pall2020-06-151-11/+2
* | Improve assertions.Mike Pall2020-06-151-0/+6
* | Cleanup CPU detection and tuning for old CPUs.Mike Pall2020-05-201-43/+51
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | MIPS: Add MIPS64 R6 port.Mike Pall2020-01-201-0/+8
* | Merge branch 'master' into v2.1Mike Pall2019-01-101-5/+5
|\|
| * Fix overflow of snapshot map offset.Mike Pall2019-01-101-5/+5
* | MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-2/+2
* | Merge branch 'master' into v2.1Mike Pall2017-06-071-0/+6
|\|
| * MIPS: Fix handling of spare long-range jump slots.Mike Pall2017-06-071-0/+6
* | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall2017-02-201-0/+8
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | MIPS64, part 1: Add MIPS64 support to interpreter.Mike Pall2016-05-281-2/+6
* | LJ_FR2: Add support for trace recording and snapshots.Mike Pall2016-05-231-1/+13
* | Strip out old infrastructure for 64 bit constants.Mike Pall2016-05-231-1/+0
* | Embed 64 bit constants directly in the IR, using two slots.Mike Pall2016-05-231-2/+2
* | Simplify GCtrace * reference embedding for trace stitching.Mike Pall2016-05-221-1/+1
* | Make the IR immovable after assembly.Mike Pall2016-05-221-0/+1
* | Move common 32/64 bit in-memory FP constants to jit_State.Mike Pall2016-05-211-1/+34
* | x86: Detect BMI2 instruction support.Mike Pall2016-03-281-1/+2
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Re-enable trace stitching.Mike Pall2015-08-291-0/+1
* | Disable table allocation bump optimization (for now).Mike Pall2015-06-131-0/+2
* | Fix table allocation bump optimization.Mike Pall2015-05-211-0/+1
* | Bump table allocations retroactively if they grow later on.Mike Pall2015-05-191-1/+13
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Add LJ_GC64 mode: 64 bit GC object references.Mike Pall2015-01-031-0/+3