Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 5 | -6/+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 compiler warnings. | Mike Pall | 2016-03-22 | 3 | -2/+3 | |
| | | | | Thanks to Demetri Obenour. | |||||
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 146 | -149/+148 | |
| | ||||||
* | 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. | |||||
* | Extend Valgrind suppressions for non-inlined C code. | Mike Pall | 2015-11-04 | 1 | -0/+15 | |
| | | | | Thanks to Dennis Schridde. | |||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | x64: Allow building without external unwinder. | Mike Pall | 2015-06-09 | 6 | -8/+37 | |
| | | | | Required for PS4 SDK 2.5. Thanks to James Park. | |||||
* | RELEASE LuaJIT-2.0.4v2.0.4 | Mike Pall | 2015-05-14 | 7 | -9/+9 | |
| | ||||||
* | x86/x64: Fix argument check for bit shifts. | Mike Pall | 2015-05-04 | 1 | -3/+7 | |
| | ||||||
* | Fix stack check in narrowing optimization. | Mike Pall | 2015-04-28 | 1 | -3/+11 | |
| | | | | Thanks to Robert Nix. | |||||
* | Fix Lua/C API typecheck error for special indexes. | Mike Pall | 2015-03-05 | 1 | -3/+17 | |
| | ||||||
* | FFI: Fix FOLD rule for TOBIT + CONV num.u32. | Mike Pall | 2015-03-02 | 1 | -3/+8 | |
| | | | | Thanks to Jiale Zhi. | |||||
* | ARM: Handle more arch defines. | Mike Pall | 2015-02-25 | 1 | -1/+3 | |
| | ||||||
* | Properly fail unsupported cross-compile to MIPS64. | Mike Pall | 2015-02-25 | 1 | -0/+3 | |
| | ||||||
* | Fix string to number conversion. | Mike Pall | 2015-02-22 | 1 | -1/+1 | |
| | | | | Thanks to Lesley De Cruz. | |||||
* | x86/x64: Fix code generation for fused test/arith ops. | Mike Pall | 2015-02-21 | 1 | -2/+6 | |
| | | | | Thanks to Alexander Nasonov and AFL. | |||||
* | FFI: Prevent DSE across ffi.string(). | Mike Pall | 2015-02-18 | 1 | -0/+1 | |
| | ||||||
* | Fix lexer error for chunks without tokens. | Mike Pall | 2015-02-02 | 1 | -0/+1 | |
| | ||||||
* | Don't compile IR_RETF after CALLT to ff with-side effects. | Mike Pall | 2015-01-17 | 1 | -0/+2 | |
| | ||||||
* | OpenBSD/x86: Better executable memory allocation for W^X mode. | Mike Pall | 2015-01-17 | 1 | -2/+15 | |
| | ||||||
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 146 | -147/+147 | |
| | ||||||
* | Fix BC_UCLO/BC_JMP join optimization in Lua parser. | Mike Pall | 2015-01-05 | 1 | -2/+4 | |
| | ||||||
* | ARM: Minor interpreter optimization. | Mike Pall | 2015-01-05 | 1 | -3/+2 | |
| | ||||||
* | x86: Minor interpreter optimization. | Mike Pall | 2015-01-05 | 1 | -2/+1 | |
| | ||||||
* | MIPS: Fix excess stack growth in interpreter. | Mike Pall | 2014-12-27 | 1 | -1/+1 | |
| |