aboutsummaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
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 unsinking of 64 bit constants.Mike Pall2-7/+7
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-02-04ARM64: Avoid side-effects of constant rematerialization.Mike Pall1-17/+29
2019-01-10Improve luaL_addlstring().Mike Pall1-2/+9
2019-01-10Fix os.date() for wider libc strftime() compatibility.Mike Pall1-2/+2
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-10-14Actually implement maxirconst trace limit.Mike Pall1-2/+3
2018-10-14MIPS/MIPS64: Fix TSETR barrier (again).Mike Pall2-2/+2
2018-09-13Fix memory probing allocator to check for valid end address, too.Mike Pall1-1/+2
2018-08-22DynASM/x86: Fix vroundps/vroundpd encoding.Mike Pall1-2/+2
2018-06-24DynASM: Fix warning.Mike Pall1-0/+1
2018-06-24ARM64: Fix exit stub patching.Mike Pall3-38/+51
2018-06-24ARM64: Fix write barrier in BC_USETS.Mike Pall1-1/+1
2018-06-05Windows: Add UWP support, part 1.Mike Pall10-20/+78
2018-06-05From Lua 5.3: assert() accepts any type of error object.Mike Pall2-5/+6
2018-06-05x86: Disassemble FMA3 instructions.Mike Pall1-1/+23
2018-06-05DynASM/x86: Add FMA3 instructions.Mike Pall1-0/+67
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-04-22Give expected results for negative non-base-10 numbers in tonumber().Mike Pall1-9/+18
2018-02-27DynASM/x86: Add BMI1 and BMI2 instructions.Mike Pall1-0/+19
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-29MIPS64: Fix soft-float +-0.0 vs. +-0.0 comparison.Mike Pall1-1/+1
2018-01-18Fix LuaJIT API docs for LUAJIT_MODE_*.Mike Pall1-2/+2
2018-01-18Fix ARMv8 (32 bit subset) detection.Mike Pall1-1/+1
2018-01-14Fix string.format("%c", 0).Mike Pall1-7/+8
2018-01-14Fix IR_BUFPUT assembly.Mike Pall1-3/+3