Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2018-01-29 | 3 | -2/+11 |
|\ | |||||
| * | FFI: Don't assert on #1LL (5.2 compatibility mode only). | Mike Pall | 2018-01-29 | 3 | -1/+11 |
| | | | | | | | | Reported by Denis Golovan. | ||||
| * | Fix string.format("%c", 0). | Mike Pall | 2018-01-14 | 1 | -7/+8 |
| | | |||||
* | | MIPS64: Fix soft-float +-0.0 vs. +-0.0 comparison. | Mike Pall | 2018-01-29 | 1 | -1/+1 |
| | | | | | | | | Thanks to Stefan Pejic. | ||||
* | | Fix ARMv8 (32 bit subset) detection. | Mike Pall | 2018-01-18 | 1 | -1/+1 |
| | | | | | | | | Thanks to Markus Oberhumber. | ||||
* | | Fix IR_BUFPUT assembly. | Mike Pall | 2018-01-14 | 1 | -3/+3 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | MIPS64: Fix xpcall() error case. | Mike Pall | 2017-11-18 | 1 | -2/+3 |
| | | | | | | | | Thanks to François Perrad and Stefan Pejic. | ||||
* | | ARM64: Fix xpcall() error case (really). | Mike Pall | 2017-11-18 | 1 | -1/+2 |
| | | | | | | | | Thanks to François Perrad and Stefan Pejic. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-11-16 | 1 | -1/+1 |
|\| | |||||
| * | Fix saved bytecode encapsulated in ELF objects. | Mike Pall | 2017-11-16 | 1 | -1/+1 |
| | | | | | | | | Thanks to Dimitry Andric. | ||||
* | | ARM64: Fix xpcall() error case. | Mike Pall | 2017-11-16 | 1 | -1/+1 |
| | | | | | | | | Thanks to Stefan Pejic. | ||||
* | | MIPS64: Fix register allocation in assembly of HREF. | Mike Pall | 2017-11-08 | 1 | -17/+25 |
| | | | | | | | | Contributed by James Cowgill. | ||||
* | | ARM64: Fix assembly of HREFK. | Mike Pall | 2017-11-08 | 1 | -6/+5 |
| | | | | | | | | Reported by Jason Teplitz. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-11-08 | 1 | -1/+1 |
|\| | |||||
| * | Fix FOLD rule for strength reduction of widening. | Mike Pall | 2017-11-08 | 1 | -1/+1 |
| | | | | | | | | Reported by Matthew Burk. | ||||
* | | LJ_GC64: Make ASMREF_L references 64 bit. | Mike Pall | 2017-10-02 | 3 | -1/+5 |
| | | | | | | | | Reported by Yichun Zhang. | ||||
* | | LJ_GC64: Fix ir_khash for non-string GCobj. | Mike Pall | 2017-10-02 | 1 | -0/+4 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | MIPS64: Hide internal function. | Mike Pall | 2017-09-18 | 1 | -1/+2 |
| | | |||||
* | | x64/LJ_GC64: Fix type-check-only variant of SLOAD. | Mike Pall | 2017-09-10 | 1 | -1/+1 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | PPC: Add soft-float support to JIT compiler backend. | Mike Pall | 2017-09-03 | 2 | -44/+278 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | x64/LJ_GC64: Fix fallback case of asm_fuseloadk64(). | Mike Pall | 2017-08-28 | 1 | -0/+1 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | PPC: Add soft-float support to interpreter. | Mike Pall | 2017-07-26 | 8 | -255/+1101 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | 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.0.5v2.0.5 | Mike Pall | 2017-05-01 | 7 | -9/+9 |
| | | |||||
* | | RELEASE LuaJIT-2.1.0-beta3v2.1.0-beta3 | Mike Pall | 2017-05-01 | 2 | -3/+3 |
| | | |||||
* | | 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. | ||||
* | | 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. |