| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into v2.1 | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump copyright date. | Mike Pall | 2026-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Remove pointless GCC/MSVC const function attributes. | Mike Pall | 2025-12-01 | 1 | -7/+7 |
| | | | | | | | | | | | They are only called from JIT-compiled code and not from C. Reported by Richard Beckmann. #1414 | ||||
| * | | Unify Lua number to FFI integer conversions. | Mike Pall | 2025-11-27 | 1 | -14/+20 |
| | | | | | | | | | Phew. #1411 | ||||
| * | | 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 |
| | | | |||||
| * | | 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 | -3/+3 |
| | | | | | | | | | Contributed by Peter Cawley. #559 | ||||
| * | | Revert to trival pow() optimizations to prevent inaccuracies. | Mike Pall | 2022-03-08 | 1 | -3/+0 |
| | | | |||||
| * | | Fix pow() optimization inconsistencies. | Mike Pall | 2022-01-24 | 1 | -4/+3 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN. | Mike Pall | 2021-09-19 | 1 | -0/+2 |
| | | | | | | | | | Sponsored by OpenResty Inc. | ||||
| * | | Handle on-trace OOM errors from helper functions. | Mike Pall | 2021-03-23 | 1 | -0/+3 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Remove pow() splitting and cleanup backends. | Mike Pall | 2020-05-23 | 1 | -5/+0 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Windows/x86: Add full exception interoperability. | Mike Pall | 2016-05-07 | 1 | -0/+4 |
| | | | | | | | | | Contributed by Peter Cawley. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | | |||||
| * | | MIPS: Switch to dual-number mode. Fix soft-float interpreter. | Mike Pall | 2016-01-29 | 1 | -1/+3 |
| | | | |||||
| * | | MIPS soft-float, part 1: Add soft-float support to interpreter. | Mike Pall | 2015-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | | |||||
| * | | ARM64: Add build infrastructure and initial port of interpreter. | Mike Pall | 2015-01-03 | 1 | -2/+2 |
| | | | |||||
| * | | Cleanup of frame handling. No functional changes. | Mike Pall | 2014-12-15 | 1 | -2/+0 |
| | | | |||||
| * | | x86/x64: Drop internal x87 math functions. Use libm functions. | Mike Pall | 2014-12-08 | 1 | -8/+4 |
| | | | |||||
| * | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| |\| | |||||
| | * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Add trace stitching. | Mike Pall | 2013-12-25 | 1 | -0/+1 |
| | | | |||||
| * | | Add low-overhead profiler. Part 1: interpreter, low-level C API. | Mike Pall | 2013-09-02 | 1 | -0/+1 |
| | | | |||||
| * | | x86: Remove x87 support from interpreter. | Mike Pall | 2013-02-21 | 1 | -1/+3 |
| |/ | | | | SSE2 required from now on. | ||||
| * | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | ARM: Drop hard-fp variants of floor/ceil/trunc. | Mike Pall | 2012-10-15 | 1 | -3/+3 |
| | | | | | Soft-fp variants are faster on a Cortex-A9. Duh. | ||||
| * | From Lua 5.2: Add math.log(x, base). | Mike Pall | 2012-10-07 | 1 | -5/+5 |
| | | |||||
| * | ARM: Add VFP and hard-float ABI variants to JIT compiler. | Mike Pall | 2012-08-09 | 1 | -0/+7 |
| | | |||||
| * | PPC: Remove lj_vm_floor/ceil/trunc assembler wrappers. | Mike Pall | 2012-06-12 | 1 | -3/+7 |
| | | |||||
| * | PPC: Use builtin D-Cache/I-Cache sync code. | Mike Pall | 2012-03-29 | 1 | -0/+3 |
| | | |||||
| * | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | | |||||
| * | FFI: Record ffi.errno(). | Mike Pall | 2011-11-26 | 1 | -0/+3 |
| | | |||||
| * | FFI: Add callback support (for x86/x64). | Mike Pall | 2011-11-14 | 1 | -0/+2 |
| | | |||||
| * | Rearrange defines for workarounds to embedded operating systems. | Mike Pall | 2011-10-19 | 1 | -2/+2 |
| | | |||||
| * | ARM: Add fast assembler implementation of floor/ceil/trunc. | Mike Pall | 2011-06-05 | 1 | -3/+9 |
| | | |||||
| * | Add narrowing of modulo operator. | Mike Pall | 2011-06-03 | 1 | -0/+1 |
| | | |||||
| * | Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian. | Mike Pall | 2011-06-03 | 1 | -2/+13 |
| | | |||||
