| Commit message (Expand) | Author | Age | Files | Lines |
* | OSX: Use __thread attribute. | Mike Pall | 2019-12-08 | 1 | -5/+0 |
* | OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET. | Mike Pall | 2019-12-08 | 2 | -3/+3 |
* | Build MinGW import library, too. | Mike Pall | 2019-12-08 | 1 | -1/+2 |
* | Fix MinGW make clean. | Mike Pall | 2019-12-08 | 1 | -1/+1 |
* | Update Android and iOS build docs. | Mike Pall | 2019-12-08 | 1 | -55/+13 |
* | Add note about the unsuitabilty of math.random() for crypto. | Mike Pall | 2019-12-08 | 1 | -0/+4 |
* | Update MSVC build script and docs. | Mike Pall | 2019-12-08 | 2 | -51/+20 |
* | More recent MSVC is partially C99 compliant. | Mike Pall | 2019-12-08 | 1 | -2/+2 |
* | Fix narrowing of conversions to U32. | Mike Pall | 2019-11-10 | 1 | -2/+2 |
* | Fix bytecode dump unpatching. | Mike Pall | 2019-08-30 | 1 | -4/+1 |
* | Fix debug.getinfo() argument check. | Mike Pall | 2019-08-10 | 1 | -1/+1 |
* | MIPS: Fix delay slot hint. | Mike Pall | 2019-07-05 | 1 | -1/+1 |
* | Fix TNEW load forwarding with instable types. | Mike Pall | 2019-05-09 | 1 | -1/+2 |
* | 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 |
* | Fix MinGW build. | Mike Pall | 2019-01-10 | 1 | -1/+1 |
* | DynASM/MIPS: Fix shadowed variable. | Mike Pall | 2019-01-10 | 1 | -3/+3 |
* | DynASM/PPC: Fix shadowed variable. | Mike Pall | 2019-01-10 | 1 | -3/+3 |
* | Fix overflow of snapshot map offset. | Mike Pall | 2019-01-10 | 3 | -12/+12 |
* | Better detection of MinGW build. | Mike Pall | 2019-01-10 | 1 | -0/+4 |
* | PPC/NetBSD: Fix endianess check. | Mike Pall | 2018-06-05 | 1 | -1/+1 |
* | x86/x64: Check for jcc when using xor r,r in emit_loadi(). | Mike Pall | 2018-05-20 | 1 | -2/+4 |
* | FFI: Make FP to U64 conversions match JIT backend behavior. | Mike Pall | 2018-05-20 | 1 | -5/+13 |
* | Bump copyright date to 2018. | Mike Pall | 2018-04-25 | 16 | -46/+32 |
* | FFI: Add tonumber() specialization for failed conversions. | Mike Pall | 2018-04-22 | 1 | -0/+2 |
* | Fix rechaining of pseudo-resurrected string keys. | Mike Pall | 2018-02-27 | 1 | -0/+23 |
* | Clear stack after print_jit_status() in CLI. | Mike Pall | 2018-01-29 | 1 | -0/+1 |
* | Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2018-01-29 | 10 | -5/+33 |
* | FFI: Don't assert on #1LL (5.2 compatibility mode only). | Mike Pall | 2018-01-29 | 3 | -1/+11 |
* | Fix LuaJIT API docs for LUAJIT_MODE_*. | Mike Pall | 2018-01-18 | 1 | -2/+2 |
* | Fix string.format("%c", 0). | Mike Pall | 2018-01-14 | 1 | -7/+8 |
* | Fix saved bytecode encapsulated in ELF objects. | Mike Pall | 2017-11-16 | 1 | -1/+1 |
* | Fix FOLD rule for strength reduction of widening. | Mike Pall | 2017-11-08 | 1 | -1/+1 |
* | DynASM/x86: Fix potential REL_A overflow. | Mike Pall | 2017-09-20 | 1 | -1/+2 |
* | Use https for freelists.org links. | Mike Pall | 2017-08-18 | 1 | -1/+1 |
* | Modify fix for warning from 'ar'. | Mike Pall | 2017-06-12 | 1 | -1/+2 |
* | MIPS: Fix handling of spare long-range jump slots. | Mike Pall | 2017-06-07 | 3 | -10/+11 |
* | MIPS: Use precise search for exit jump patching. | Mike Pall | 2017-06-07 | 1 | -1/+5 |
* | Add missing LJ_MAX_JSLOTS check. | Mike Pall | 2017-05-17 | 1 | -0/+2 |
* | Fix LJ_MAX_JSLOTS assertion in rec_check_slots(). | Mike Pall | 2017-05-09 | 1 | -2/+2 |
* | RELEASE LuaJIT-2.0.5v2.0.5 | Mike Pall | 2017-05-01 | 13 | -16/+16 |
* | Update changelog. | Mike Pall | 2017-05-01 | 1 | -0/+42 |
* | Add workaround for MSVC 2015 stdio changes. | Mike Pall | 2017-04-17 | 1 | -1/+1 |
* | OSX: Fix build with recent XCode. | Mike Pall | 2017-04-07 | 1 | -1/+2 |
* | FFI: Fix FOLD rules for int64_t comparisons. | Mike Pall | 2017-03-30 | 1 | -8/+8 |
* | Remove unnecessary mcode alloc pointer check. | Mike Pall | 2017-03-08 | 1 | -2/+2 |
* | Limit mcode alloc probing, depending on the available pool size. | Mike Pall | 2017-03-08 | 1 | -1/+2 |
* | Fix overly restrictive range calculation in mcode allocation. | Mike Pall | 2017-03-08 | 1 | -4/+4 |
* | Fix out-of-scope goto handling in parser. | Mike Pall | 2017-03-08 | 1 | -4/+6 |
* | Remove internal __mode = "K" and replace with safe check. | Mike Pall | 2017-03-08 | 2 | -6/+13 |