summaryrefslogtreecommitdiff
path: root/src/jit/bcsave.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-20Bump copyright date.Mike Pall177-195/+195
2020-01-13Fix embedded bytecode loader.Mike Pall3-1/+8
2019-12-08Fix tonumber("-0").Mike Pall1-3/+2
2019-12-08Fix hash table chaining (again).Mike Pall1-5/+4
2019-12-08Typo.Mike Pall1-1/+0
2019-12-08Fix declarations of _BitScanForward/_BitScanReverse.Mike Pall1-4/+4
2019-12-08Add stricter check for print() vs. tostring() shortcut.Mike Pall1-1/+2
2019-12-08Prevent integer overflow while parsing long strings.Mike Pall1-1/+1
2019-12-08Fix stack check when recording BC_VARG.Mike Pall1-0/+2
2019-12-08FFI: Add missing write barrier on C library index update.Mike Pall1-0/+1
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