| Commit message (Expand) | Author | Files | Lines |
2018-06-24 | ARM64: Fix write barrier in BC_USETS. | Mike Pall | 1 | -1/+1 |
2018-06-05 | Windows: Add UWP support, part 1. | Mike Pall | 10 | -20/+78 |
2018-06-05 | From Lua 5.3: assert() accepts any type of error object. | Mike Pall | 2 | -5/+6 |
2018-06-05 | x86: Disassemble FMA3 instructions. | Mike Pall | 1 | -1/+23 |
2018-06-05 | DynASM/x86: Add FMA3 instructions. | Mike Pall | 1 | -0/+67 |
2018-06-05 | PPC/NetBSD: Fix endianess check. | Mike Pall | 1 | -1/+1 |
2018-05-20 | x86/x64: Check for jcc when using xor r,r in emit_loadi(). | Mike Pall | 1 | -2/+4 |
2018-05-20 | FFI: Make FP to U64 conversions match JIT backend behavior. | Mike Pall | 1 | -5/+13 |
2018-04-25 | Bump copyright date to 2018. | Mike Pall | 16 | -46/+32 |
2018-04-22 | FFI: Add tonumber() specialization for failed conversions. | Mike Pall | 1 | -0/+2 |
2018-04-22 | Give expected results for negative non-base-10 numbers in tonumber(). | Mike Pall | 1 | -9/+18 |
2018-02-27 | DynASM/x86: Add BMI1 and BMI2 instructions. | Mike Pall | 1 | -0/+19 |
2018-02-27 | Fix rechaining of pseudo-resurrected string keys. | Mike Pall | 1 | -0/+23 |
2018-01-29 | Clear stack after print_jit_status() in CLI. | Mike Pall | 1 | -0/+1 |
2018-01-29 | Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 10 | -5/+33 |
2018-01-29 | FFI: Don't assert on #1LL (5.2 compatibility mode only). | Mike Pall | 3 | -1/+11 |
2018-01-29 | MIPS64: Fix soft-float +-0.0 vs. +-0.0 comparison. | Mike Pall | 1 | -1/+1 |
2018-01-18 | Fix LuaJIT API docs for LUAJIT_MODE_*. | Mike Pall | 1 | -2/+2 |
2018-01-18 | Fix ARMv8 (32 bit subset) detection. | Mike Pall | 1 | -1/+1 |
2018-01-14 | Fix string.format("%c", 0). | Mike Pall | 1 | -7/+8 |
2018-01-14 | Fix IR_BUFPUT assembly. | Mike Pall | 1 | -3/+3 |
2017-11-18 | MIPS64: Fix xpcall() error case. | Mike Pall | 1 | -2/+3 |
2017-11-18 | ARM64: Fix xpcall() error case (really). | Mike Pall | 1 | -1/+2 |
2017-11-16 | Fix saved bytecode encapsulated in ELF objects. | Mike Pall | 1 | -1/+1 |
2017-11-16 | ARM64: Fix xpcall() error case. | Mike Pall | 1 | -1/+1 |
2017-11-08 | MIPS64: Fix register allocation in assembly of HREF. | Mike Pall | 1 | -17/+25 |
2017-11-08 | ARM64: Fix assembly of HREFK. | Mike Pall | 1 | -6/+5 |
2017-11-08 | Fix FOLD rule for strength reduction of widening. | Mike Pall | 1 | -1/+1 |
2017-10-02 | LJ_GC64: Make ASMREF_L references 64 bit. | Mike Pall | 3 | -1/+5 |
2017-10-02 | LJ_GC64: Fix ir_khash for non-string GCobj. | Mike Pall | 1 | -0/+4 |
2017-09-20 | DynASM/x86: Fix potential REL_A overflow. | Mike Pall | 1 | -1/+2 |
2017-09-18 | MIPS64: Hide internal function. | Mike Pall | 1 | -1/+2 |
2017-09-10 | x64/LJ_GC64: Fix type-check-only variant of SLOAD. | Mike Pall | 1 | -1/+1 |
2017-09-03 | PPC: Add soft-float support to JIT compiler backend. | Mike Pall | 2 | -44/+278 |
2017-08-28 | x64/LJ_GC64: Fix fallback case of asm_fuseloadk64(). | Mike Pall | 1 | -0/+1 |
2017-08-18 | Use https for freelists.org links. | Mike Pall | 1 | -1/+1 |
2017-07-26 | PPC: Add soft-float support to interpreter. | Mike Pall | 8 | -255/+1101 |
2017-07-26 | x64/LJ_GC64: Fix emit_rma(). | Mike Pall | 1 | -3/+21 |
2017-06-12 | Modify fix for warning from 'ar'. | Mike Pall | 1 | -1/+2 |
2017-06-11 | Remove unused define. | Mike Pall | 1 | -1/+0 |
2017-06-08 | FreeBSD/x64: Avoid changing resource limits, if not needed. | Mike Pall | 1 | -1/+1 |
2017-06-07 | MIPS64: Add soft-float support to JIT compiler backend. | Mike Pall | 13 | -75/+286 |
2017-06-07 | MIPS: Fix handling of spare long-range jump slots. | Mike Pall | 3 | -10/+11 |
2017-06-07 | MIPS: Use precise search for exit jump patching. | Mike Pall | 1 | -1/+5 |
2017-05-17 | Add missing LJ_MAX_JSLOTS check. | Mike Pall | 1 | -0/+2 |
2017-05-09 | Fix LJ_MAX_JSLOTS assertion in rec_check_slots(). | Mike Pall | 1 | -2/+2 |
2017-05-01 | RELEASE LuaJIT-2.1.0-beta3v2.1.0-beta3 | Mike Pall | 5 | -6/+6 |
2017-05-01 | Update changelog. | Mike Pall | 1 | -1/+25 |
2017-05-01 | RELEASE LuaJIT-2.0.5v2.0.5 | Mike Pall | 13 | -16/+16 |
2017-05-01 | Update changelog. | Mike Pall | 1 | -0/+42 |