Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Improve assertions. | Mike Pall | 2020-06-15 | 71 | -927/+1363 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-06-07 | 1 | -1/+2 | |
|\| | ||||||
| * | Fix debug.debug() for non-string errors. | Mike Pall | 2020-06-07 | 1 | -1/+2 | |
| | | ||||||
* | | Optimize table length computation with hinting. | Mike Pall | 2020-05-27 | 12 | -82/+135 | |
| | | | | | | | | 10x faster on loop with t[#t+1] = x idiom. Also used by table.insert. | |||||
* | | Remove pow() splitting and cleanup backends. | Mike Pall | 2020-05-23 | 14 | -222/+95 | |
| | | ||||||
* | | Cleanup math function compilation and fix inconsistencies. | Mike Pall | 2020-05-22 | 14 | -65/+48 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-05-22 | 1 | -2/+5 | |
|\| | ||||||
| * | Fix bytecode register allocation for comparisons. | Mike Pall | 2020-05-22 | 1 | -2/+5 | |
| | | ||||||
* | | Don't compile math.modf() anymore. | Mike Pall | 2020-05-22 | 2 | -17/+1 | |
| | | | | | | | | It's rarely used and properly compiling it would be difficult. | |||||
* | | Fix math.min()/math.max() inconsistencies. | Mike Pall | 2020-05-22 | 13 | -92/+151 | |
| | | ||||||
* | | Fix narrowing of unary minus. | Mike Pall | 2020-05-22 | 1 | -2/+7 | |
| | | ||||||
* | | Cleanup CPU detection and tuning for old CPUs. | Mike Pall | 2020-05-20 | 9 | -138/+87 | |
| | | ||||||
* | | ARM64: Fix {AHUV}LOAD specialized to nil/false/true. | Mike Pall | 2020-05-18 | 1 | -1/+1 | |
| | | | | | | | | Reported by caohongqing. | |||||
* | | ARM, ARM64, PPC: Fix TSETR fallback. | Mike Pall | 2020-05-18 | 3 | -0/+3 | |
| | | | | | | | | Thanks to Javier Guerra Giraldez. | |||||
* | | Remove unused file. | Mike Pall | 2020-05-08 | 1 | -3691/+0 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-05-08 | 4 | -14/+6 | |
|\| | ||||||
| * | FFI: Always fall back to metamethods for cdata length/concat. | Mike Pall | 2020-05-08 | 4 | -14/+6 | |
| | | | | | | | | Thanks to Egor Skriptunoff. | |||||
* | | Windows: Make actual use of internal allocator optimization. | Mike Pall | 2020-05-05 | 1 | -2/+4 | |
| | | | | | | | | Thanks to Nicholas Ham. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-04-28 | 1 | -2/+4 | |
|\| | ||||||
| * | Fix overflow check in unpack(). | Mike Pall | 2020-04-28 | 1 | -2/+4 | |
| | | | | | | | | Thanks to HybridDog. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-04-28 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix Windows make clean. | Mike Pall | 2020-04-28 | 1 | -1/+1 | |
| | | ||||||
* | | FFI/ARM64: Fix pass-by-value struct calling conventions. | Mike Pall | 2020-03-20 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-03-20 | 3 | -6/+12 | |
|\| | ||||||
| * | Fix write barrier for lua_setupvalue() and debug.setupvalue(). | Mike Pall | 2020-03-20 | 3 | -6/+12 | |
| | | ||||||
* | | Make string to number conversions fail on NUL char. | Mike Pall | 2020-02-13 | 4 | -7/+12 | |
| | | | | | | | | Contributed by Igor Munkin. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-02-02 | 1 | -2/+3 | |
|\| | ||||||
| * | x86/x64: Fix loop realignment. | Mike Pall | 2020-02-02 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-26 | 15 | -1020/+68 | |
|\| | ||||||
| * | Documentation cleanup. | Mike Pall | 2020-01-26 | 14 | -1148/+64 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-25 | 1 | -2/+2 | |
|\| | ||||||
| * | Fix POSIX install with missing or incompatible ldconfig. | Mike Pall | 2020-01-25 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-22 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix C file generation in jit.bcsave. | Mike Pall | 2020-01-22 | 1 | -1/+1 | |
| | | | | | | | | Thanks to codicodi. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 203 | -222/+3913 | |
|\| | ||||||
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 177 | -195/+195 | |
| | | ||||||
* | | Remove support for de-facto dead archs. | Mike Pall | 2020-01-20 | 5 | -33/+3 | |
| | | ||||||
* | | DynASM/x86: Fix BMI instructions. | Mike Pall | 2020-01-20 | 1 | -1/+1 | |
| | | | | | | | | Thanks to Peter Cawley. | |||||
* | | Minor fixes. | Mike Pall | 2020-01-20 | 2 | -1/+2 | |
| | | ||||||
* | | MIPS: Add MIPS64 R6 port. | Mike Pall | 2020-01-20 | 15 | -347/+1296 | |
| | | | | | | | | | | | | Contributed by Hua Zhang, YunQiang Su from Wave Computing, and Radovan Birdic from RT-RK. Sponsored by Wave Computing. | |||||
* | | Fix string.char() recording with no arguments. | Mike Pall | 2020-01-14 | 1 | -0/+2 | |
| | | ||||||
* | | Followup fix for embedded bytecode loader. | Mike Pall | 2020-01-14 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-13 | 4 | -7/+14 | |
|\| | ||||||
| * | Fix embedded bytecode loader. | Mike Pall | 2020-01-13 | 3 | -1/+8 | |
| | | ||||||
* | | Properly fix pointer diff in string.find(). | Mike Pall | 2019-12-21 | 1 | -2/+2 | |
| | | | | | | | | Thanks to Vyacheslav Egorov. | |||||
* | | x64: Enable LJ_GC64 mode by default. | Mike Pall | 2019-12-08 | 5 | -17/+17 | |
| | | ||||||
* | | FFI: Eliminate hardcoded string hashes. | Mike Pall | 2019-12-08 | 3 | -47/+67 | |
| | | ||||||
* | | Fix interaction between profiler hooks and finalizers. | Mike Pall | 2019-12-08 | 3 | -2/+5 | |
| | | | | | | | | Thanks to Julien Desgats. | |||||
* | | Don't use STRREF for pointer diff in string.find(). | Mike Pall | 2019-12-08 | 1 | -1/+2 | |
| | | | | | | | | Thanks to Sergey Ostanevich and Vyacheslav Egorov. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 1 | -3/+2 | |
|\| |