aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-11-18MIPS64: Fix xpcall() error case.Mike Pall1-2/+3
2017-11-18ARM64: Fix xpcall() error case (really).Mike Pall1-1/+2
2017-11-16Fix saved bytecode encapsulated in ELF objects.Mike Pall1-1/+1
2017-11-16ARM64: Fix xpcall() error case.Mike Pall1-1/+1
2017-11-08MIPS64: Fix register allocation in assembly of HREF.Mike Pall1-17/+25
2017-11-08ARM64: Fix assembly of HREFK.Mike Pall1-6/+5
2017-11-08Fix FOLD rule for strength reduction of widening.Mike Pall1-1/+1
2017-10-02LJ_GC64: Make ASMREF_L references 64 bit.Mike Pall3-1/+5
2017-10-02LJ_GC64: Fix ir_khash for non-string GCobj.Mike Pall1-0/+4
2017-09-20DynASM/x86: Fix potential REL_A overflow.Mike Pall1-1/+2
2017-09-18MIPS64: Hide internal function.Mike Pall1-1/+2
2017-09-10x64/LJ_GC64: Fix type-check-only variant of SLOAD.Mike Pall1-1/+1
2017-09-03PPC: Add soft-float support to JIT compiler backend.Mike Pall2-44/+278
2017-08-28x64/LJ_GC64: Fix fallback case of asm_fuseloadk64().Mike Pall1-0/+1
2017-08-18Use https for freelists.org links.Mike Pall1-1/+1
2017-07-26PPC: Add soft-float support to interpreter.Mike Pall8-255/+1101
2017-07-26x64/LJ_GC64: Fix emit_rma().Mike Pall1-3/+21
2017-06-12Modify fix for warning from 'ar'.Mike Pall1-1/+2
2017-06-11Remove unused define.Mike Pall1-1/+0
2017-06-08FreeBSD/x64: Avoid changing resource limits, if not needed.Mike Pall1-1/+1
2017-06-07MIPS64: Add soft-float support to JIT compiler backend.Mike Pall13-75/+286
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.1.0-beta3v2.1.0-beta3Mike Pall5-6/+6
2017-05-01Update changelog.Mike Pall1-1/+25
2017-05-01RELEASE LuaJIT-2.0.5v2.0.5Mike Pall13-16/+16
2017-05-01Update changelog.Mike Pall1-0/+42
2017-05-01FFI: Update docs on compiler limitations.Mike Pall1-2/+1
2017-04-30Add FOLD rules for mixed BAND/BOR with constants.Mike Pall1-0/+41
2017-04-30FFI: Compile bitfield loads/stores.Mike Pall2-3/+50
2017-04-17Add workaround for MSVC 2015 stdio changes.Mike Pall1-1/+1
2017-04-17MIPS64: Fix stores of MULTRES.Mike Pall1-2/+2
2017-04-17MIPS64: Fix write barrier in BC_USETV.Mike Pall1-3/+3
2017-04-17ARM64: Fix stores to vmstate.Mike Pall1-6/+6
2017-04-07Document added C API extensions from Lua 5.2/5.3.Mike Pall1-0/+9
2017-04-07From Lua 5.2: Add lua_tonumberx() and lua_tointegerx().Mike Pall2-1/+48
2017-04-07From Lua 5.2: Add luaL_setmetatable().Mike Pall3-2/+8
2017-04-07From Lua 5.2: Add luaL_testudata().Mike Pall2-3/+10
2017-04-07From Lua 5.3: Add lua_isyieldable().Mike Pall2-0/+8
2017-04-07From Lua 5.2: Add lua_copy().Mike Pall3-11/+21
2017-04-07From Lua 5.2: Add lua_version().Mike Pall2-0/+8
2017-04-07Refactor with LUA_OK.Mike Pall6-23/+24