aboutsummaryrefslogtreecommitdiff
path: root/src/lj_vm.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
* | 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-3/+3
* | Revert to trival pow() optimizations to prevent inaccuracies.Mike Pall2022-03-081-3/+0
* | Fix pow() optimization inconsistencies.Mike Pall2022-01-241-4/+3
* | 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-0/+2
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-0/+3
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Remove pow() splitting and cleanup backends.Mike Pall2020-05-231-5/+0
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Windows/x86: Add full exception interoperability.Mike Pall2016-05-071-0/+4
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | MIPS: Switch to dual-number mode. Fix soft-float interpreter.Mike Pall2016-01-291-1/+3
* | MIPS soft-float, part 1: Add soft-float support to interpreter.Mike Pall2015-12-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | ARM64: Add build infrastructure and initial port of interpreter.Mike Pall2015-01-031-2/+2
* | Cleanup of frame handling. No functional changes.Mike Pall2014-12-151-2/+0
* | x86/x64: Drop internal x87 math functions. Use libm functions.Mike Pall2014-12-081-8/+4
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Add trace stitching.Mike Pall2013-12-251-0/+1
* | Add low-overhead profiler. Part 1: interpreter, low-level C API.Mike Pall2013-09-021-0/+1
* | x86: Remove x87 support from interpreter.Mike Pall2013-02-211-1/+3
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* ARM: Drop hard-fp variants of floor/ceil/trunc.Mike Pall2012-10-151-3/+3
* From Lua 5.2: Add math.log(x, base).Mike Pall2012-10-071-5/+5
* ARM: Add VFP and hard-float ABI variants to JIT compiler.Mike Pall2012-08-091-0/+7
* PPC: Remove lj_vm_floor/ceil/trunc assembler wrappers.Mike Pall2012-06-121-3/+7
* PPC: Use builtin D-Cache/I-Cache sync code.Mike Pall2012-03-291-0/+3
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Record ffi.errno().Mike Pall2011-11-261-0/+3
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-0/+2
* Rearrange defines for workarounds to embedded operating systems.Mike Pall2011-10-191-2/+2
* ARM: Add fast assembler implementation of floor/ceil/trunc.Mike Pall2011-06-051-3/+9
* Add narrowing of modulo operator.Mike Pall2011-06-031-0/+1
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-2/+13
* Simplify helper routines for soft-float targets. Add POW rejoin.Mike Pall2011-05-261-4/+3
* Use lj_vm_tobit() on targets without FPU.Mike Pall2011-04-101-0/+3
* x64: Workaround for libgcc unwind bug (still present in RHEL 5.5).Mike Pall2011-03-171-0/+3
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1