aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-08FFI: Workaround for platform dlerror() returning NULL.Mike Pall1-1/+2
2019-12-08OSX: Use __thread attribute.Mike Pall1-5/+0
2019-12-08OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET.Mike Pall2-3/+3
2019-12-08Build MinGW import library, too.Mike Pall1-1/+2
2019-12-08Fix MinGW make clean.Mike Pall1-1/+1
2019-12-08Update Android and iOS build docs.Mike Pall1-55/+13
2019-12-08Add note about the unsuitabilty of math.random() for crypto.Mike Pall1-0/+4
2019-12-08Update MSVC build script and docs.Mike Pall2-51/+20
2019-12-08More recent MSVC is partially C99 compliant.Mike Pall1-2/+2
2019-11-10Fix narrowing of conversions to U32.Mike Pall1-2/+2
2019-08-30Fix bytecode dump unpatching.Mike Pall1-4/+1
2019-08-10Fix debug.getinfo() argument check.Mike Pall1-1/+1
2019-07-05MIPS: Fix delay slot hint.Mike Pall1-1/+1
2019-05-09Fix TNEW load forwarding with instable types.Mike Pall1-1/+2
2019-04-29ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2-3/+3
2019-04-29ARM: Fix condition code check fusion.Mike Pall1-13/+15
2019-01-10Fix MinGW build.Mike Pall1-1/+1
2019-01-10DynASM/MIPS: Fix shadowed variable.Mike Pall1-3/+3
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