Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | More recent MSVC is partially C99 compliant. | Mike Pall | 2019-12-08 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-11-10 | 1 | -2/+2 | |
|\| | ||||||
| * | Fix narrowing of conversions to U32. | Mike Pall | 2019-11-10 | 1 | -2/+2 | |
| | | | | | | | | Reported by spacewander. | |||||
* | | Fix unsinking of 64 bit constants. | Mike Pall | 2019-08-30 | 2 | -7/+7 | |
| | | | | | | | | Contributed by Thibault Charbonnier. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-08-30 | 1 | -4/+1 | |
|\| | ||||||
| * | Fix bytecode dump unpatching. | Mike Pall | 2019-08-30 | 1 | -4/+1 | |
| | | | | | | | | Reported by Christopher Oliver. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-08-10 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix debug.getinfo() argument check. | Mike Pall | 2019-08-10 | 1 | -1/+1 | |
| | | | | | | | | Thanks to Sergey Ostanevich. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-07-05 | 1 | -1/+1 | |
|\| | ||||||
| * | MIPS: Fix delay slot hint. | Mike Pall | 2019-07-05 | 1 | -1/+1 | |
| | | | | | | | | This is documentation only. Thanks to snyh. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-05-09 | 1 | -1/+2 | |
|\| | ||||||
| * | Fix TNEW load forwarding with instable types. | Mike Pall | 2019-05-09 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-04-29 | 2 | -22/+24 | |
|\| | ||||||
| * | ARM: Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2019-04-29 | 2 | -3/+3 | |
| | | ||||||
| * | ARM: Fix condition code check fusion. | Mike Pall | 2019-04-29 | 1 | -13/+15 | |
| | | | | | | | | Reported by Qingjun Wei. | |||||
* | | ARM64: Avoid side-effects of constant rematerialization. | Mike Pall | 2019-02-04 | 1 | -17/+29 | |
| | | | | | | | | Thanks to Patrick Galizia. | |||||
* | | Improve luaL_addlstring(). | Mike Pall | 2019-01-10 | 1 | -2/+9 | |
| | | | | | | | | Thanks to Domingo Alvarez Duarte. | |||||
* | | Fix os.date() for wider libc strftime() compatibility. | Mike Pall | 2019-01-10 | 1 | -2/+2 | |
| | | | | | | | | Thanks to Jesper Lundgren. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-01-10 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix MinGW build. | Mike Pall | 2019-01-10 | 1 | -1/+1 | |
| | | | | | | | | Thanks to Victor Bombi. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-01-10 | 3 | -12/+12 | |
|\| | ||||||
| * | Fix overflow of snapshot map offset. | Mike Pall | 2019-01-10 | 3 | -12/+12 | |
| | | | | | | | | Thanks to Yichun Zhang. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-01-10 | 1 | -0/+4 | |
|\| | ||||||
| * | Better detection of MinGW build. | Mike Pall | 2019-01-10 | 1 | -0/+4 | |
| | | ||||||
* | | Actually implement maxirconst trace limit. | Mike Pall | 2018-10-14 | 1 | -2/+3 | |
| | | | | | | | | Suggested by spacewander. | |||||
* | | MIPS/MIPS64: Fix TSETR barrier (again). | Mike Pall | 2018-10-14 | 2 | -2/+2 | |
| | | ||||||
* | | Fix memory probing allocator to check for valid end address, too. | Mike Pall | 2018-09-13 | 1 | -1/+2 | |
| | | ||||||
* | | ARM64: Fix exit stub patching. | Mike Pall | 2018-06-24 | 3 | -38/+51 | |
| | | | | | | | | Contributed by Javier Guerra Giraldez. | |||||
* | | ARM64: Fix write barrier in BC_USETS. | Mike Pall | 2018-06-24 | 1 | -1/+1 | |
| | | | | | | | | Contributed by Javier Guerra Giraldez. | |||||
* | | Windows: Add UWP support, part 1. | Mike Pall | 2018-06-05 | 9 | -20/+76 | |
| | | | | | | | | Contributed by Ben Pye. | |||||
* | | From Lua 5.3: assert() accepts any type of error object. | Mike Pall | 2018-06-05 | 1 | -5/+5 | |
| | | ||||||
* | | x86: Disassemble FMA3 instructions. | Mike Pall | 2018-06-05 | 1 | -1/+23 | |
| | | | | | | | | Thanks to Alexander Nasonov. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-06-05 | 1 | -4/+1 | |
|\| | ||||||
| * | PPC/NetBSD: Fix endianess check. | Mike Pall | 2018-06-05 | 1 | -1/+1 | |
| | | | | | | | | Thanks to he32 and daurnimator. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-05-20 | 1 | -2/+4 | |
|\| | ||||||
| * | x86/x64: Check for jcc when using xor r,r in emit_loadi(). | Mike Pall | 2018-05-20 | 1 | -2/+4 | |
| | | | | | | | | Thanks to Peter Cawley. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-05-20 | 1 | -5/+13 | |
|\| | ||||||
| * | FFI: Make FP to U64 conversions match JIT backend behavior. | Mike Pall | 2018-05-20 | 1 | -5/+13 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-04-22 | 1 | -0/+2 | |
|\| | ||||||
| * | FFI: Add tonumber() specialization for failed conversions. | Mike Pall | 2018-04-22 | 1 | -0/+2 | |
| | | | | | | | | Contributed by Javier Guerra Giraldez. | |||||
* | | Give expected results for negative non-base-10 numbers in tonumber(). | Mike Pall | 2018-04-22 | 1 | -9/+18 | |
| | | | | | | | | This was undefined in Lua 5.1, but it's defined in 5.2. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-02-27 | 1 | -0/+23 | |
|\| | ||||||
| * | Fix rechaining of pseudo-resurrected string keys. | Mike Pall | 2018-02-27 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | | | | This is a serious bug. But extremely hard to reproduce, so it went undetected for 8 years. One needs two resurrections with different main nodes, which are both in a hash chain which gets relinked on key insertion where the colliding node is in a non-main position. Phew. Thanks to lbeiming. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-01-29 | 1 | -0/+1 | |
|\| | ||||||
| * | Clear stack after print_jit_status() in CLI. | Mike Pall | 2018-01-29 | 1 | -0/+1 | |
| | | | | | | | | Suggested by Hydroque. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-01-29 | 6 | -3/+21 | |
|\| | ||||||
| * | Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2018-01-29 | 6 | -3/+17 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-01-29 | 3 | -2/+11 | |
|\| | ||||||
| * | FFI: Don't assert on #1LL (5.2 compatibility mode only). | Mike Pall | 2018-01-29 | 3 | -1/+11 | |
| | | | | | | | | Reported by Denis Golovan. | |||||
| * | Fix string.format("%c", 0). | Mike Pall | 2018-01-14 | 1 | -7/+8 | |
| | |