| Commit message (Expand) | Author | Files | Lines |
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-18 | Fix LuaJIT API docs for LUAJIT_MODE_*. | Mike Pall | 1 | -2/+2 |
2018-01-14 | Fix string.format("%c", 0). | Mike Pall | 1 | -7/+8 |
2017-11-16 | Fix saved bytecode encapsulated in ELF objects. | Mike Pall | 1 | -1/+1 |
2017-11-08 | Fix FOLD rule for strength reduction of widening. | Mike Pall | 1 | -1/+1 |
2017-09-20 | DynASM/x86: Fix potential REL_A overflow. | Mike Pall | 1 | -1/+2 |
2017-08-18 | Use https for freelists.org links. | Mike Pall | 1 | -1/+1 |
2017-06-12 | Modify fix for warning from 'ar'. | Mike Pall | 1 | -1/+2 |
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.0.5v2.0.5 | Mike Pall | 13 | -16/+16 |
2017-05-01 | Update changelog. | Mike Pall | 1 | -0/+42 |
2017-04-17 | Add workaround for MSVC 2015 stdio changes. | Mike Pall | 1 | -1/+1 |
2017-04-07 | OSX: Fix build with recent XCode. | Mike Pall | 1 | -1/+2 |
2017-03-30 | FFI: Fix FOLD rules for int64_t comparisons. | Mike Pall | 1 | -8/+8 |
2017-03-08 | Remove unnecessary mcode alloc pointer check. | Mike Pall | 1 | -2/+2 |
2017-03-08 | Limit mcode alloc probing, depending on the available pool size. | Mike Pall | 1 | -1/+2 |
2017-03-08 | Fix overly restrictive range calculation in mcode allocation. | Mike Pall | 1 | -4/+4 |
2017-03-08 | Fix out-of-scope goto handling in parser. | Mike Pall | 1 | -4/+6 |
2017-03-08 | Remove internal __mode = "K" and replace with safe check. | Mike Pall | 2 | -6/+13 |
2017-03-08 | Fix annoying warning, due to deterministic binutils configuration. | Mike Pall | 1 | -3/+1 |
2017-03-08 | DynASM: Fix warning. | Mike Pall | 1 | -1/+2 |
2017-02-20 | MIPS: Don't use RID_GP as a scratch register. | Mike Pall | 1 | -3/+4 |
2017-02-20 | MIPS: Fix emitted code for U32 to float conversion. | Mike Pall | 1 | -11/+7 |
2017-02-20 | MIPS: Backport workaround for compact unwind tables. | Mike Pall | 2 | -0/+7 |
2017-01-17 | Bump copyright date to 2017. | Mike Pall | 177 | -195/+195 |
2017-01-17 | Fix HTML formatting. | Mike Pall | 1 | -3/+3 |
2017-01-17 | Fix cross-endian jit.bcsave for MIPS target. | Mike Pall | 1 | -1/+1 |
2016-12-15 | Add "proto" field to jit.util.funcinfo(). | Mike Pall | 1 | -0/+1 |
2016-11-21 | Update contact info. | Mike Pall | 1 | -0/+7 |
2016-10-13 | Fix GC step size calculation. | Mike Pall | 1 | -1/+1 |
2016-10-02 | ARM: Fix BLX encoding for Thumb interworking calls. | Mike Pall | 1 | -1/+1 |
2016-09-19 | Looks like COLORTERM has gone out of fashion. | Mike Pall | 1 | -1/+2 |
2016-09-19 | Initialize uv->immutable for upvalues of loaded chunks. | Mike Pall | 1 | -1/+3 |
2016-07-31 | Revert "OSX: Switch to Clang as the default compiler." | Mike Pall | 2 | -6/+2 |
2016-07-17 | Adjust comment with defines. | Mike Pall | 1 | -7/+7 |
2016-07-17 | Fix for cdata vs. non-cdata arithmetics/comparisons. | Mike Pall | 1 | -1/+2 |
2016-07-17 | Fix unused vars etc. in internal Lua files. | Mike Pall | 5 | -11/+11 |
2016-06-27 | Drop leftover regs in 'for' iterator assignment, too. | Mike Pall | 1 | -2/+2 |
2016-06-05 | Fix PHI remarking in SINK pass. | Mike Pall | 1 | -3/+2 |
2016-06-03 | Fix Valgrind suppressions. | Mike Pall | 1 | -3/+3 |
2016-06-03 | Don't try to record outermost pcall() return to lower frame. | Mike Pall | 1 | -1/+1 |
2016-05-23 | x86: Don't spill an explicit REF_BASE in the IR. | Mike Pall | 1 | -3/+3 |
2016-05-20 | Add guard for obscure aliasing between open upvalues and SSA slots. | Mike Pall | 6 | -12/+8 |
2016-05-20 | Remove assumption that lj_math_random_step() doesn't clobber FPRs. | Mike Pall | 1 | -7/+1 |
2016-05-06 | x86/x64: Fix instruction length decoder. | Mike Pall | 1 | -3/+3 |