Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x64/LJ_GC64: Fix emit_rma(). | Mike Pall | 2017-07-26 | 1 | -3/+21 |
| | |||||
* | Merge branch 'master' into v2.1 | Mike Pall | 2017-06-12 | 1 | -1/+2 |
|\ | |||||
| * | Modify fix for warning from 'ar'. | Mike Pall | 2017-06-12 | 1 | -1/+2 |
| | | |||||
* | | Remove unused define. | Mike Pall | 2017-06-11 | 1 | -1/+0 |
| | | | | | | | | Suggested by 罗泽轩. | ||||
* | | FreeBSD/x64: Avoid changing resource limits, if not needed. | Mike Pall | 2017-06-08 | 1 | -1/+1 |
| | | |||||
* | | MIPS64: Add soft-float support to JIT compiler backend. | Mike Pall | 2017-06-07 | 13 | -75/+286 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-06-07 | 3 | -10/+11 |
|\| | |||||
| * | MIPS: Fix handling of spare long-range jump slots. | Mike Pall | 2017-06-07 | 3 | -10/+11 |
| | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-06-07 | 1 | -1/+5 |
|\| | |||||
| * | MIPS: Use precise search for exit jump patching. | Mike Pall | 2017-06-07 | 1 | -1/+5 |
| | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-05-17 | 1 | -0/+2 |
|\| | |||||
| * | Add missing LJ_MAX_JSLOTS check. | Mike Pall | 2017-05-17 | 1 | -0/+2 |
| | | | | | | | | Thanks to Yichun Zhang. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-05-09 | 1 | -2/+2 |
|\| | |||||
| * | Fix LJ_MAX_JSLOTS assertion in rec_check_slots(). | Mike Pall | 2017-05-09 | 1 | -2/+2 |
| | | | | | | | | Thanks to Yichun Zhang. | ||||
* | | RELEASE LuaJIT-2.1.0-beta3v2.1.0-beta3 | Mike Pall | 2017-05-01 | 5 | -6/+6 |
| | | |||||
* | | Update changelog. | Mike Pall | 2017-05-01 | 1 | -1/+25 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-05-01 | 3 | -4/+46 |
|\| | |||||
| * | RELEASE LuaJIT-2.0.5v2.0.5 | Mike Pall | 2017-05-01 | 13 | -16/+16 |
| | | |||||
| * | Update changelog. | Mike Pall | 2017-05-01 | 1 | -0/+42 |
| | | |||||
* | | FFI: Update docs on compiler limitations. | Mike Pall | 2017-05-01 | 1 | -2/+1 |
| | | |||||
* | | Add FOLD rules for mixed BAND/BOR with constants. | Mike Pall | 2017-04-30 | 1 | -0/+41 |
| | | |||||
* | | FFI: Compile bitfield loads/stores. | Mike Pall | 2017-04-30 | 2 | -3/+50 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-04-17 | 1 | -1/+1 |
|\| | |||||
| * | Add workaround for MSVC 2015 stdio changes. | Mike Pall | 2017-04-17 | 1 | -1/+1 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | MIPS64: Fix stores of MULTRES. | Mike Pall | 2017-04-17 | 1 | -2/+2 |
| | | | | | | | | Contributed by Stefan Pejic. | ||||
* | | MIPS64: Fix write barrier in BC_USETV. | Mike Pall | 2017-04-17 | 1 | -3/+3 |
| | | | | | | | | Contributed by Stefan Pejic. | ||||
* | | ARM64: Fix stores to vmstate. | Mike Pall | 2017-04-17 | 1 | -6/+6 |
| | | | | | | | | Contributed by Stefan Pejic. | ||||
* | | Document added C API extensions from Lua 5.2/5.3. | Mike Pall | 2017-04-07 | 1 | -0/+9 |
| | | |||||
* | | From Lua 5.2: Add lua_tonumberx() and lua_tointegerx(). | Mike Pall | 2017-04-07 | 2 | -1/+48 |
| | | | | | | | | Contributed by François Perrad. | ||||
* | | From Lua 5.2: Add luaL_setmetatable(). | Mike Pall | 2017-04-07 | 3 | -2/+8 |
| | | | | | | | | Contributed by François Perrad. | ||||
* | | From Lua 5.2: Add luaL_testudata(). | Mike Pall | 2017-04-07 | 2 | -3/+10 |
| | | | | | | | | Contributed by François Perrad. | ||||
* | | From Lua 5.3: Add lua_isyieldable(). | Mike Pall | 2017-04-07 | 2 | -0/+8 |
| | | | | | | | | Contributed by François Perrad. | ||||
* | | From Lua 5.2: Add lua_copy(). | Mike Pall | 2017-04-07 | 3 | -11/+21 |
| | | | | | | | | Contributed by François Perrad. | ||||
* | | From Lua 5.2: Add lua_version(). | Mike Pall | 2017-04-07 | 2 | -0/+8 |
| | | | | | | | | Contributed by François Perrad. | ||||
* | | Refactor with LUA_OK. | Mike Pall | 2017-04-07 | 6 | -23/+24 |
| | | | | | | | | Contributed by François Perrad. | ||||
* | | Allow building on Haiku OS. | Mike Pall | 2017-04-07 | 1 | -1/+1 |
| | | | | | | | | | | Note: this is not an officially supported target. Thanks to kallisti5. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-04-07 | 1 | -1/+2 |
|\| | |||||
| * | OSX: Fix build with recent XCode. | Mike Pall | 2017-04-07 | 1 | -1/+2 |
| | | | | | | | | Contributed by Joseph Zupko. | ||||
* | | Add some more changes and extensions from Lua 5.2. | Mike Pall | 2017-03-30 | 5 | -40/+64 |
| | | | | | | | | Contributed by François Perrad. | ||||
* | | Remove old Lua 5.0 compatibility defines. | Mike Pall | 2017-03-30 | 1 | -20/+4 |
| | | | | | | | | Suggested by François Perrad. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-03-30 | 1 | -8/+8 |
|\| | |||||
| * | FFI: Fix FOLD rules for int64_t comparisons. | Mike Pall | 2017-03-30 | 1 | -8/+8 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | ARM64: Add big-endian support. | Mike Pall | 2017-03-30 | 14 | -63/+149 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | x64/LJ_GC64: Fix emit_loadk64(). | Mike Pall | 2017-03-21 | 1 | -0/+1 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | LJ_GC64: Fix BC_CALLM snapshot handling. | Mike Pall | 2017-03-21 | 1 | -1/+1 |
| | | |||||
* | | x64/LJ_GC64: Fix assembly of CNEWI with 64 bit constant pointer. | Mike Pall | 2017-03-21 | 1 | -2/+3 |
| | | | | | | | | Tracked down by Luke Gorrie. | ||||
* | | ARM64: Fix Nintendo Switch build. | Mike Pall | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | Thanks to Eddie Edwards. | ||||
* | | ARM64: Fix XLOAD/XSTORE with FP operand. | Mike Pall | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | Thanks to Stefan Pejic. | ||||
* | | Remove Lua 5.0 compatibility defines. | Mike Pall | 2017-03-17 | 3 | -12/+0 |
| | | | | | | | | Suggested by François Perrad. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-03-08 | 5 | -22/+27 |
|\| |