Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DynASM/PPC: Fix shadowed variable. | Mike Pall | 2019-01-10 | 1 | -3/+3 |
| | | | | | Cleanup only, bug cannot trigger. Thanks to Domingo Alvarez Duarte. | ||||
* | Fix overflow of snapshot map offset. | Mike Pall | 2019-01-10 | 3 | -12/+12 |
| | | | | Thanks to Yichun Zhang. | ||||
* | Better detection of MinGW build. | Mike Pall | 2019-01-10 | 1 | -0/+4 |
| | |||||
* | PPC/NetBSD: Fix endianess check. | Mike Pall | 2018-06-05 | 1 | -1/+1 |
| | | | | Thanks to he32 and daurnimator. | ||||
* | x86/x64: Check for jcc when using xor r,r in emit_loadi(). | Mike Pall | 2018-05-20 | 1 | -2/+4 |
| | | | | Thanks to Peter Cawley. | ||||
* | FFI: Make FP to U64 conversions match JIT backend behavior. | Mike Pall | 2018-05-20 | 1 | -5/+13 |
| | |||||
* | Bump copyright date to 2018. | Mike Pall | 2018-04-25 | 16 | -46/+32 |
| | |||||
* | FFI: Add tonumber() specialization for failed conversions. | Mike Pall | 2018-04-22 | 1 | -0/+2 |
| | | | | Contributed by Javier Guerra Giraldez. | ||||
* | Fix rechaining of pseudo-resurrected string keys. | Mike Pall | 2018-02-27 | 1 | -0/+23 |
| | | | | | | | | | This is a serious bug. But extremely hard to reproduce, so it went undetected for 8 years. One needs two resurrections with different main nodes, which are both in a hash chain which gets relinked on key insertion where the colliding node is in a non-main position. Phew. Thanks to lbeiming. | ||||
* | Clear stack after print_jit_status() in CLI. | Mike Pall | 2018-01-29 | 1 | -0/+1 |
| | | | | Suggested by Hydroque. | ||||
* | Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2018-01-29 | 10 | -5/+33 |
| | |||||
* | FFI: Don't assert on #1LL (5.2 compatibility mode only). | Mike Pall | 2018-01-29 | 3 | -1/+11 |
| | | | | Reported by Denis Golovan. | ||||
* | Fix LuaJIT API docs for LUAJIT_MODE_*. | Mike Pall | 2018-01-18 | 1 | -2/+2 |
| | | | | Thanks to sunfishgao. | ||||
* | Fix string.format("%c", 0). | Mike Pall | 2018-01-14 | 1 | -7/+8 |
| | |||||
* | Fix saved bytecode encapsulated in ELF objects. | Mike Pall | 2017-11-16 | 1 | -1/+1 |
| | | | | Thanks to Dimitry Andric. | ||||
* | Fix FOLD rule for strength reduction of widening. | Mike Pall | 2017-11-08 | 1 | -1/+1 |
| | | | | Reported by Matthew Burk. | ||||
* | DynASM/x86: Fix potential REL_A overflow. | Mike Pall | 2017-09-20 | 1 | -1/+2 |
| | | | | Thanks to Joshua Haberman. | ||||
* | Use https for freelists.org links. | Mike Pall | 2017-08-18 | 1 | -1/+1 |
| | |||||
* | Modify fix for warning from 'ar'. | Mike Pall | 2017-06-12 | 1 | -1/+2 |
| | |||||
* | MIPS: Fix handling of spare long-range jump slots. | Mike Pall | 2017-06-07 | 3 | -10/+11 |
| | | | | Contributed by Djordje Kovacevic and Stefan Pejic. | ||||
* | MIPS: Use precise search for exit jump patching. | Mike Pall | 2017-06-07 | 1 | -1/+5 |
| | | | | Contributed by Djordje Kovacevic and Stefan Pejic. | ||||
* | Add missing LJ_MAX_JSLOTS check. | Mike Pall | 2017-05-17 | 1 | -0/+2 |
| | | | | Thanks to Yichun Zhang. | ||||
* | 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 | 13 | -16/+16 |
| | |||||
* | Update changelog. | Mike Pall | 2017-05-01 | 1 | -0/+42 |
| | |||||
* | Add workaround for MSVC 2015 stdio changes. | Mike Pall | 2017-04-17 | 1 | -1/+1 |
| | | | | Contributed by Peter Cawley. | ||||
* | OSX: Fix build with recent XCode. | Mike Pall | 2017-04-07 | 1 | -1/+2 |
| | | | | Contributed by Joseph Zupko. | ||||
* | FFI: Fix FOLD rules for int64_t comparisons. | Mike Pall | 2017-03-30 | 1 | -8/+8 |
| | | | | Thanks to Peter Cawley. | ||||
* | Remove unnecessary mcode alloc pointer check. | Mike Pall | 2017-03-08 | 1 | -2/+2 |
| | | | | Also fixes Illumos address space issue reported by Theo Schlossnagle. | ||||
* | Limit mcode alloc probing, depending on the available pool size. | Mike Pall | 2017-03-08 | 1 | -1/+2 |
| | | | | Contributed by Alexey Kopytov. | ||||
* | Fix overly restrictive range calculation in mcode allocation. | Mike Pall | 2017-03-08 | 1 | -4/+4 |
| | | | | Contributed by Alexey Kopytov. | ||||
* | Fix out-of-scope goto handling in parser. | Mike Pall | 2017-03-08 | 1 | -4/+6 |
| | | | | Many thanks to Demetrios Obenour for tracking down this long-standing bug. | ||||
* | Remove internal __mode = "K" and replace with safe check. | Mike Pall | 2017-03-08 | 2 | -6/+13 |
| | |||||
* | Fix annoying warning, due to deterministic binutils configuration. | Mike Pall | 2017-03-08 | 1 | -3/+1 |
| | |||||
* | DynASM: Fix warning. | Mike Pall | 2017-03-08 | 1 | -1/+2 |
| | |||||
* | MIPS: Don't use RID_GP as a scratch register. | Mike Pall | 2017-02-20 | 1 | -3/+4 |
| | |||||
* | MIPS: Fix emitted code for U32 to float conversion. | Mike Pall | 2017-02-20 | 1 | -11/+7 |
| | |||||
* | MIPS: Backport workaround for compact unwind tables. | Mike Pall | 2017-02-20 | 2 | -0/+7 |
| | |||||
* | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 177 | -195/+195 |
| | |||||
* | Fix HTML formatting. | Mike Pall | 2017-01-17 | 1 | -3/+3 |
| | |||||
* | Fix cross-endian jit.bcsave for MIPS target. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Add "proto" field to jit.util.funcinfo(). | Mike Pall | 2016-12-15 | 1 | -0/+1 |
| | | | | Backport. | ||||
* | Update contact info. | Mike Pall | 2016-11-21 | 1 | -0/+7 |
| | |||||
* | Fix GC step size calculation. | Mike Pall | 2016-10-13 | 1 | -1/+1 |
| | | | | Thanks to Igor Ehrlich. | ||||
* | ARM: Fix BLX encoding for Thumb interworking calls. | Mike Pall | 2016-10-02 | 1 | -1/+1 |
| | | | | Thanks to Charles Baylis. | ||||
* | Looks like COLORTERM has gone out of fashion. | Mike Pall | 2016-09-19 | 1 | -1/+2 |
| | |||||
* | Initialize uv->immutable for upvalues of loaded chunks. | Mike Pall | 2016-09-19 | 1 | -1/+3 |
| | | | | Thanks to Peter Cawley. | ||||
* | Revert "OSX: Switch to Clang as the default compiler." | Mike Pall | 2016-07-31 | 2 | -6/+2 |
| | | | | | It breaks cross-compilation to Android. And host "gcc" aliases to "clang", anyway. | ||||
* | Adjust comment with defines. | Mike Pall | 2016-07-17 | 1 | -7/+7 |
| | |||||
* | Fix for cdata vs. non-cdata arithmetics/comparisons. | Mike Pall | 2016-07-17 | 1 | -1/+2 |
| | | | | Thanks to Vyacheslav Egorov. |