aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix os.date() for wider libc strftime() compatibility.Mike Pall2019-01-101-2/+2
* | Merge branch 'master' into v2.1Mike Pall2019-01-101-1/+1
|\|
| * Fix MinGW build.Mike Pall2019-01-101-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-01-103-12/+12
|\|
| * Fix overflow of snapshot map offset.Mike Pall2019-01-103-12/+12
* | Merge branch 'master' into v2.1Mike Pall2019-01-101-0/+4
|\|
| * Better detection of MinGW build.Mike Pall2019-01-101-0/+4
* | Actually implement maxirconst trace limit.Mike Pall2018-10-141-2/+3
* | MIPS/MIPS64: Fix TSETR barrier (again).Mike Pall2018-10-142-2/+2
* | Fix memory probing allocator to check for valid end address, too.Mike Pall2018-09-131-1/+2
* | ARM64: Fix exit stub patching.Mike Pall2018-06-243-38/+51
* | ARM64: Fix write barrier in BC_USETS.Mike Pall2018-06-241-1/+1
* | Windows: Add UWP support, part 1.Mike Pall2018-06-059-20/+76
* | From Lua 5.3: assert() accepts any type of error object.Mike Pall2018-06-051-5/+5
* | x86: Disassemble FMA3 instructions.Mike Pall2018-06-051-1/+23
* | Merge branch 'master' into v2.1Mike Pall2018-06-051-4/+1
|\|
| * PPC/NetBSD: Fix endianess check.Mike Pall2018-06-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2018-05-201-2/+4
|\|
| * x86/x64: Check for jcc when using xor r,r in emit_loadi().Mike Pall2018-05-201-2/+4
* | Merge branch 'master' into v2.1Mike Pall2018-05-201-5/+13
|\|
| * FFI: Make FP to U64 conversions match JIT backend behavior.Mike Pall2018-05-201-5/+13
* | Merge branch 'master' into v2.1Mike Pall2018-04-221-0/+2
|\|
| * FFI: Add tonumber() specialization for failed conversions.Mike Pall2018-04-221-0/+2
* | Give expected results for negative non-base-10 numbers in tonumber().Mike Pall2018-04-221-9/+18
* | Merge branch 'master' into v2.1Mike Pall2018-02-271-0/+23
|\|
| * Fix rechaining of pseudo-resurrected string keys.Mike Pall2018-02-271-0/+23
* | Merge branch 'master' into v2.1Mike Pall2018-01-291-0/+1
|\|
| * Clear stack after print_jit_status() in CLI.Mike Pall2018-01-291-0/+1
* | Merge branch 'master' into v2.1Mike Pall2018-01-296-3/+21
|\|
| * Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2018-01-296-3/+17
* | Merge branch 'master' into v2.1Mike Pall2018-01-293-2/+11
|\|
| * FFI: Don't assert on #1LL (5.2 compatibility mode only).Mike Pall2018-01-293-1/+11
| * Fix string.format("%c", 0).Mike Pall2018-01-141-7/+8
* | MIPS64: Fix soft-float +-0.0 vs. +-0.0 comparison.Mike Pall2018-01-291-1/+1
* | Fix ARMv8 (32 bit subset) detection.Mike Pall2018-01-181-1/+1
* | Fix IR_BUFPUT assembly.Mike Pall2018-01-141-3/+3
* | MIPS64: Fix xpcall() error case.Mike Pall2017-11-181-2/+3
* | ARM64: Fix xpcall() error case (really).Mike Pall2017-11-181-1/+2
* | Merge branch 'master' into v2.1Mike Pall2017-11-161-1/+1
|\|
| * Fix saved bytecode encapsulated in ELF objects.Mike Pall2017-11-161-1/+1
* | ARM64: Fix xpcall() error case.Mike Pall2017-11-161-1/+1
* | MIPS64: Fix register allocation in assembly of HREF.Mike Pall2017-11-081-17/+25
* | ARM64: Fix assembly of HREFK.Mike Pall2017-11-081-6/+5
* | Merge branch 'master' into v2.1Mike Pall2017-11-081-1/+1
|\|
| * Fix FOLD rule for strength reduction of widening.Mike Pall2017-11-081-1/+1
* | LJ_GC64: Make ASMREF_L references 64 bit.Mike Pall2017-10-023-1/+5
* | LJ_GC64: Fix ir_khash for non-string GCobj.Mike Pall2017-10-021-0/+4
* | MIPS64: Hide internal function.Mike Pall2017-09-181-1/+2
* | x64/LJ_GC64: Fix type-check-only variant of SLOAD.Mike Pall2017-09-101-1/+1
* | PPC: Add soft-float support to JIT compiler backend.Mike Pall2017-09-032-44/+278