summaryrefslogtreecommitdiff
path: root/src/lua.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-04-07Allow building on Haiku OS.Mike Pall1-1/+1
2017-04-07OSX: Fix build with recent XCode.Mike Pall1-1/+2
2017-03-30Add some more changes and extensions from Lua 5.2.Mike Pall5-40/+64
2017-03-30Remove old Lua 5.0 compatibility defines.Mike Pall1-20/+4
2017-03-30FFI: Fix FOLD rules for int64_t comparisons.Mike Pall1-8/+8
2017-03-30ARM64: Add big-endian support.Mike Pall14-63/+149
2017-03-21x64/LJ_GC64: Fix emit_loadk64().Mike Pall1-0/+1
2017-03-21LJ_GC64: Fix BC_CALLM snapshot handling.Mike Pall1-1/+1
2017-03-21x64/LJ_GC64: Fix assembly of CNEWI with 64 bit constant pointer.Mike Pall1-2/+3
2017-03-20ARM64: Fix Nintendo Switch build.Mike Pall1-1/+1
2017-03-20ARM64: Fix XLOAD/XSTORE with FP operand.Mike Pall1-1/+1
2017-03-17Remove Lua 5.0 compatibility defines.Mike Pall3-12/+0
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-20MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall14-199/+1024
2017-02-20Fix FOLD rules for math.abs() and FP negation.Mike Pall1-4/+11
2017-02-20Fix soft-float math.abs() and negation.Mike Pall1-1/+2
2017-02-20x64/LJ_GC64: Fix warning for DUALNUM build.Mike Pall1-1/+1
2017-02-20x64/LJ_GC64: Fix (currently unused) integer stores in asm_tvptr().Mike Pall1-1/+2
2017-02-20ARM64: Cleanup and de-cargo-cult TValue store generation.Mike Pall1-49/+27
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-02-20Make checkptrGC() actually work.Mike Pall1-8/+3
2017-02-16ARM64: Fix AREF/HREF/UREF fusion.Mike Pall1-1/+1
2017-01-18Fix extension docs about package.searchers.Mike Pall1-1/+1
2017-01-17Bump copyright date to 2017.Mike Pall177-195/+195