Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fix unused vars etc. in internal Lua files. | Mike Pall | 2016-07-17 | 5 | -11/+11 |
| | | | | Thanks to François Perrad. | ||||
* | Drop leftover regs in 'for' iterator assignment, too. | Mike Pall | 2016-06-27 | 1 | -2/+2 |
| | |||||
* | Fix PHI remarking in SINK pass. | Mike Pall | 2016-06-05 | 1 | -3/+2 |
| | | | | Thanks to Vyacheslav Egorov. | ||||
* | Fix Valgrind suppressions. | Mike Pall | 2016-06-03 | 1 | -3/+3 |
| | |||||
* | Don't try to record outermost pcall() return to lower frame. | Mike Pall | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | x86: Don't spill an explicit REF_BASE in the IR. | Mike Pall | 2016-05-23 | 1 | -3/+3 |
| | | | | Thanks to Vyacheslav Egorov. | ||||
* | Add guard for obscure aliasing between open upvalues and SSA slots. | Mike Pall | 2016-05-20 | 6 | -12/+8 |
| | | | | Thanks to Peter Cawley. | ||||
* | Remove assumption that lj_math_random_step() doesn't clobber FPRs. | Mike Pall | 2016-05-20 | 1 | -7/+1 |
| | |||||
* | x86/x64: Fix instruction length decoder. | Mike Pall | 2016-05-06 | 1 | -3/+3 |
| | | | | Thanks to Peter Cawley. | ||||
* | Fix GCC 6 -Wmisleading-indentation warnings. | Mike Pall | 2016-04-24 | 1 | -5/+10 |
| | | | | Thanks to Roman Tsisyk. | ||||
* | Fix handling of non-numeric strings in arithmetic coercions. | Mike Pall | 2016-04-21 | 4 | -28/+28 |
| | | | | Thanks to Vyacheslav Egorov. | ||||
* | Whitespace. | Mike Pall | 2016-04-18 | 1 | -11/+11 |
| | |||||
* | x86/x64: Search for exit jumps with instruction length decoder. | Mike Pall | 2016-04-18 | 1 | -9/+104 |
| | | | | Contributed by Peter Cawley. | ||||
* | MIPS: Fix BC_ISNEXT fallback path. | Mike Pall | 2016-04-14 | 1 | -17/+17 |
| | | | | Thanks to RT-RK.com. | ||||
* | Fix recording of select(n, ...) with off-trace varargs | Mike Pall | 2016-04-03 | 1 | -1/+4 |
| | | | | Thanks to Peter Cawley. | ||||
* | Cygwin: Allow cross-builds to non-Cygwin targets. | Mike Pall | 2016-04-03 | 3 | -8/+11 |
| | |||||
* | MIPS: Fix use of ffgccheck delay slots in interpreter. | Mike Pall | 2016-03-30 | 1 | -0/+5 |
| | |||||
* | Windows: Remove intermediate files at end of build. | Mike Pall | 2016-03-28 | 1 | -0/+2 |
| | |||||
* | Fix display of NULL (light)userdata in -jdump. | Mike Pall | 2016-03-28 | 1 | -1/+1 |
| | | | | Thanks to Peter Cawley. | ||||
* | Fix install for cross-builds. | Mike Pall | 2016-03-22 | 2 | -14/+23 |
| | |||||
* | Fix compiler warnings. | Mike Pall | 2016-03-22 | 3 | -2/+3 |
| | | | | Thanks to Demetri Obenour. | ||||
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 177 | -197/+196 |
| | |||||
* | Don't allocate unused 2nd result register in JIT compiler backend. | Mike Pall | 2016-02-10 | 4 | -4/+4 |
| | |||||
* | FFI: Fix SPLIT pass for CONV i64.u64. | Mike Pall | 2015-11-26 | 1 | -1/+2 |
| | | | | Thanks to Vyacheslav Egorov. | ||||
* | DynASM/x86: Add rdpmc instruction. | Mike Pall | 2015-11-04 | 1 | -0/+1 |
| | | | | Thanks to Cosmin Apreutesei. | ||||
* | Extend Valgrind suppressions for non-inlined C code. | Mike Pall | 2015-11-04 | 1 | -0/+15 |
| | | | | Thanks to Dennis Schridde. | ||||
* | Update build instructions. | Mike Pall | 2015-10-24 | 1 | -15/+12 |
| | |||||
* | OSX: Switch to Clang as the default compiler. | Mike Pall | 2015-10-24 | 1 | -18/+28 |
| | |||||
* | iOS: Disable os.execute() when building for iOS >= 8.0. | Mike Pall | 2015-10-24 | 2 | -1/+4 |
| | | | | Thanks to Vyacheslav Egorov. | ||||
* | DynASM/x86: Restrict shld/shrd to operands with same width. | Mike Pall | 2015-10-24 | 1 | -2/+2 |
| | | | | Thanks to Peter Cawley. | ||||
* | DynASM/x86: Fix some SSE instruction templates. | Mike Pall | 2015-10-24 | 1 | -3/+3 |
| | | | | Thanks to Peter Cawley. | ||||
* | FFI: Fix ipairs() recording. | Mike Pall | 2015-10-24 | 1 | -4/+5 |
| | | | | Thanks to Vyacheslav Egorov. | ||||
* | Drop marks from replayed instructions when sinking. | Mike Pall | 2015-10-15 | 1 | -1/+1 |
| | | | | Reported by Vyacheslav Egorov. | ||||
* | Flush symbol tables in jit.dump on trace flush. | Mike Pall | 2015-10-01 | 1 | -0/+1 |
| | |||||
* | Fix unsinking check. | Mike Pall | 2015-10-01 | 1 | -15/+11 |
| | | | | Reported by Elias Hogstvedt. Debugged and fixed by Vyacheslav Egorov. | ||||
* | Fix Cygwin support. Note: this is not a supported target. | Mike Pall | 2015-09-20 | 3 | -4/+10 |
| | | | | Contributed by Yaakov Selkowitz. | ||||
* | Properly handle OOM in trace_save(). | Mike Pall | 2015-08-20 | 1 | -4/+12 |
| | | | | Thanks to Vyacheslav Egorov. | ||||
* | Fix NYICF error message. | Mike Pall | 2015-08-20 | 1 | -1/+1 |
| | | | | Thanks to Vyacheslav Egorov. | ||||
* | FFI: Don't propagate qualifiers into subtypes of complex. | Mike Pall | 2015-07-17 | 1 | -0/+4 |
| | |||||
* | Limit number of arguments given to io.lines() and fp:lines(). | Mike Pall | 2015-07-10 | 1 | -4/+11 |
| | |||||
* | Fix narrowing of TOBIT. | Mike Pall | 2015-06-10 | 1 | -5/+2 |
| |