| Commit message (Expand) | Author | Files | Lines |
2017-11-18 | ARM64: Fix xpcall() error case (really). | Mike Pall | 1 | -1/+2 |
2017-11-16 | Fix saved bytecode encapsulated in ELF objects. | Mike Pall | 1 | -1/+1 |
2017-11-16 | ARM64: Fix xpcall() error case. | Mike Pall | 1 | -1/+1 |
2017-11-08 | MIPS64: Fix register allocation in assembly of HREF. | Mike Pall | 1 | -17/+25 |
2017-11-08 | ARM64: Fix assembly of HREFK. | Mike Pall | 1 | -6/+5 |
2017-11-08 | Fix FOLD rule for strength reduction of widening. | Mike Pall | 1 | -1/+1 |
2017-10-02 | LJ_GC64: Make ASMREF_L references 64 bit. | Mike Pall | 3 | -1/+5 |
2017-10-02 | LJ_GC64: Fix ir_khash for non-string GCobj. | Mike Pall | 1 | -0/+4 |
2017-09-20 | DynASM/x86: Fix potential REL_A overflow. | Mike Pall | 1 | -1/+2 |
2017-09-18 | MIPS64: Hide internal function. | Mike Pall | 1 | -1/+2 |
2017-09-10 | x64/LJ_GC64: Fix type-check-only variant of SLOAD. | Mike Pall | 1 | -1/+1 |
2017-09-03 | PPC: Add soft-float support to JIT compiler backend. | Mike Pall | 2 | -44/+278 |
2017-08-28 | x64/LJ_GC64: Fix fallback case of asm_fuseloadk64(). | Mike Pall | 1 | -0/+1 |
2017-08-18 | Use https for freelists.org links. | Mike Pall | 1 | -1/+1 |
2017-07-26 | PPC: Add soft-float support to interpreter. | Mike Pall | 8 | -255/+1101 |
2017-07-26 | x64/LJ_GC64: Fix emit_rma(). | Mike Pall | 1 | -3/+21 |
2017-06-12 | Modify fix for warning from 'ar'. | Mike Pall | 1 | -1/+2 |
2017-06-11 | Remove unused define. | Mike Pall | 1 | -1/+0 |
2017-06-08 | FreeBSD/x64: Avoid changing resource limits, if not needed. | Mike Pall | 1 | -1/+1 |
2017-06-07 | MIPS64: Add soft-float support to JIT compiler backend. | Mike Pall | 13 | -75/+286 |
2017-06-07 | MIPS: Fix handling of spare long-range jump slots. | Mike Pall | 3 | -10/+11 |
2017-06-07 | MIPS: Use precise search for exit jump patching. | Mike Pall | 1 | -1/+5 |
2017-05-17 | Add missing LJ_MAX_JSLOTS check. | Mike Pall | 1 | -0/+2 |
2017-05-09 | Fix LJ_MAX_JSLOTS assertion in rec_check_slots(). | Mike Pall | 1 | -2/+2 |
2017-05-01 | RELEASE LuaJIT-2.1.0-beta3v2.1.0-beta3 | Mike Pall | 5 | -6/+6 |
2017-05-01 | Update changelog. | Mike Pall | 1 | -1/+25 |
2017-05-01 | RELEASE LuaJIT-2.0.5v2.0.5 | Mike Pall | 13 | -16/+16 |
2017-05-01 | Update changelog. | Mike Pall | 1 | -0/+42 |
2017-05-01 | FFI: Update docs on compiler limitations. | Mike Pall | 1 | -2/+1 |
2017-04-30 | Add FOLD rules for mixed BAND/BOR with constants. | Mike Pall | 1 | -0/+41 |
2017-04-30 | FFI: Compile bitfield loads/stores. | Mike Pall | 2 | -3/+50 |
2017-04-17 | Add workaround for MSVC 2015 stdio changes. | Mike Pall | 1 | -1/+1 |
2017-04-17 | MIPS64: Fix stores of MULTRES. | Mike Pall | 1 | -2/+2 |
2017-04-17 | MIPS64: Fix write barrier in BC_USETV. | Mike Pall | 1 | -3/+3 |
2017-04-17 | ARM64: Fix stores to vmstate. | Mike Pall | 1 | -6/+6 |
2017-04-07 | Document added C API extensions from Lua 5.2/5.3. | Mike Pall | 1 | -0/+9 |
2017-04-07 | From Lua 5.2: Add lua_tonumberx() and lua_tointegerx(). | Mike Pall | 2 | -1/+48 |
2017-04-07 | From Lua 5.2: Add luaL_setmetatable(). | Mike Pall | 3 | -2/+8 |
2017-04-07 | From Lua 5.2: Add luaL_testudata(). | Mike Pall | 2 | -3/+10 |
2017-04-07 | From Lua 5.3: Add lua_isyieldable(). | Mike Pall | 2 | -0/+8 |
2017-04-07 | From Lua 5.2: Add lua_copy(). | Mike Pall | 3 | -11/+21 |
2017-04-07 | From Lua 5.2: Add lua_version(). | Mike Pall | 2 | -0/+8 |
2017-04-07 | Refactor with LUA_OK. | Mike Pall | 6 | -23/+24 |
2017-04-07 | Allow building on Haiku OS. | Mike Pall | 1 | -1/+1 |
2017-04-07 | OSX: Fix build with recent XCode. | Mike Pall | 1 | -1/+2 |
2017-03-30 | Add some more changes and extensions from Lua 5.2. | Mike Pall | 5 | -40/+64 |
2017-03-30 | Remove old Lua 5.0 compatibility defines. | Mike Pall | 1 | -20/+4 |
2017-03-30 | FFI: Fix FOLD rules for int64_t comparisons. | Mike Pall | 1 | -8/+8 |
2017-03-30 | ARM64: Add big-endian support. | Mike Pall | 14 | -63/+149 |
2017-03-21 | x64/LJ_GC64: Fix emit_loadk64(). | Mike Pall | 1 | -0/+1 |