aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-10DynASM/PPC: Fix shadowed variable.Mike Pall1-3/+3
2019-01-10Fix overflow of snapshot map offset.Mike Pall3-12/+12
2019-01-10Better detection of MinGW build.Mike Pall1-0/+4
2018-06-05PPC/NetBSD: Fix endianess check.Mike Pall1-1/+1
2018-05-20x86/x64: Check for jcc when using xor r,r in emit_loadi().Mike Pall1-2/+4
2018-05-20FFI: Make FP to U64 conversions match JIT backend behavior.Mike Pall1-5/+13
2018-04-25Bump copyright date to 2018.Mike Pall16-46/+32
2018-04-22FFI: Add tonumber() specialization for failed conversions.Mike Pall1-0/+2
2018-02-27Fix rechaining of pseudo-resurrected string keys.Mike Pall1-0/+23
2018-01-29Clear stack after print_jit_status() in CLI.Mike Pall1-0/+1
2018-01-29Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall10-5/+33
2018-01-29FFI: Don't assert on #1LL (5.2 compatibility mode only).Mike Pall3-1/+11
2018-01-18Fix LuaJIT API docs for LUAJIT_MODE_*.Mike Pall1-2/+2
2018-01-14Fix string.format("%c", 0).Mike Pall1-7/+8
2017-11-16Fix saved bytecode encapsulated in ELF objects.Mike Pall1-1/+1
2017-11-08Fix FOLD rule for strength reduction of widening.Mike Pall1-1/+1
2017-09-20DynASM/x86: Fix potential REL_A overflow.Mike Pall1-1/+2
2017-08-18Use https for freelists.org links.Mike Pall1-1/+1
2017-06-12Modify fix for warning from 'ar'.Mike Pall1-1/+2
2017-06-07MIPS: Fix handling of spare long-range jump slots.Mike Pall3-10/+11
2017-06-07MIPS: Use precise search for exit jump patching.Mike Pall1-1/+5
2017-05-17Add missing LJ_MAX_JSLOTS check.Mike Pall1-0/+2
2017-05-09Fix LJ_MAX_JSLOTS assertion in rec_check_slots().Mike Pall1-2/+2
2017-05-01RELEASE LuaJIT-2.0.5v2.0.5Mike Pall13-16/+16
2017-05-01Update changelog.Mike Pall1-0/+42
2017-04-17Add workaround for MSVC 2015 stdio changes.Mike Pall1-1/+1
2017-04-07OSX: Fix build with recent XCode.Mike Pall1-1/+2
2017-03-30FFI: Fix FOLD rules for int64_t comparisons.Mike Pall1-8/+8
2017-03-08Remove unnecessary mcode alloc pointer check.Mike Pall1-2/+2
2017-03-08Limit mcode alloc probing, depending on the available pool size.Mike Pall1-1/+2
2017-03-08Fix overly restrictive range calculation in mcode allocation.Mike Pall1-4/+4
2017-03-08Fix out-of-scope goto handling in parser.Mike Pall1-4/+6
2017-03-08Remove internal __mode = "K" and replace with safe check.Mike Pall2-6/+13
2017-03-08Fix annoying warning, due to deterministic binutils configuration.Mike Pall1-3/+1
2017-03-08DynASM: Fix warning.Mike Pall1-1/+2
2017-02-20MIPS: Don't use RID_GP as a scratch register.Mike Pall1-3/+4
2017-02-20MIPS: Fix emitted code for U32 to float conversion.Mike Pall1-11/+7
2017-02-20MIPS: Backport workaround for compact unwind tables.Mike Pall2-0/+7
2017-01-17Bump copyright date to 2017.Mike Pall177-195/+195
2017-01-17Fix HTML formatting.Mike Pall1-3/+3
2017-01-17Fix cross-endian jit.bcsave for MIPS target.Mike Pall1-1/+1
2016-12-15Add "proto" field to jit.util.funcinfo().Mike Pall1-0/+1
2016-11-21Update contact info.Mike Pall1-0/+7
2016-10-13Fix GC step size calculation.Mike Pall1-1/+1
2016-10-02ARM: Fix BLX encoding for Thumb interworking calls.Mike Pall1-1/+1
2016-09-19Looks like COLORTERM has gone out of fashion.Mike Pall1-1/+2
2016-09-19Initialize uv->immutable for upvalues of loaded chunks.Mike Pall1-1/+3
2016-07-31Revert "OSX: Switch to Clang as the default compiler."Mike Pall2-6/+2
2016-07-17Adjust comment with defines.Mike Pall1-7/+7
2016-07-17Fix for cdata vs. non-cdata arithmetics/comparisons.Mike Pall1-1/+2