| Commit message (Expand) | Author | Files | Lines |
2015-11-04 | DynASM/x86: Add rdpmc instruction. | Mike Pall | 1 | -0/+1 |
2015-11-04 | Extend Valgrind suppressions for non-inlined C code. | Mike Pall | 1 | -0/+15 |
2015-10-24 | Update build instructions. | Mike Pall | 1 | -15/+12 |
2015-10-24 | OSX: Switch to Clang as the default compiler. | Mike Pall | 1 | -18/+28 |
2015-10-24 | iOS: Disable os.execute() when building for iOS >= 8.0. | Mike Pall | 2 | -1/+4 |
2015-10-24 | DynASM/x86: Restrict shld/shrd to operands with same width. | Mike Pall | 1 | -2/+2 |
2015-10-24 | DynASM/x86: Fix some SSE instruction templates. | Mike Pall | 1 | -3/+3 |
2015-10-24 | FFI: Fix ipairs() recording. | Mike Pall | 1 | -4/+5 |
2015-10-15 | Drop marks from replayed instructions when sinking. | Mike Pall | 1 | -1/+1 |
2015-10-01 | Flush symbol tables in jit.dump on trace flush. | Mike Pall | 1 | -0/+1 |
2015-10-01 | Fix unsinking check. | Mike Pall | 1 | -15/+11 |
2015-09-20 | Fix Cygwin support. Note: this is not a supported target. | Mike Pall | 3 | -4/+10 |
2015-08-20 | Properly handle OOM in trace_save(). | Mike Pall | 1 | -4/+12 |
2015-08-20 | Fix NYICF error message. | Mike Pall | 1 | -1/+1 |
2015-07-17 | FFI: Don't propagate qualifiers into subtypes of complex. | Mike Pall | 1 | -0/+4 |
2015-07-10 | Limit number of arguments given to io.lines() and fp:lines(). | Mike Pall | 1 | -4/+11 |
2015-06-10 | Fix narrowing of TOBIT. | Mike Pall | 1 | -5/+2 |
2015-06-09 | x64: Allow building without external unwinder. | Mike Pall | 6 | -8/+37 |
2015-05-14 | RELEASE LuaJIT-2.0.4v2.0.4 | Mike Pall | 13 | -16/+16 |
2015-05-14 | Update changelog. | Mike Pall | 1 | -0/+50 |
2015-05-04 | x86/x64: Fix argument check for bit shifts. | Mike Pall | 1 | -3/+7 |
2015-04-28 | Fix stack check in narrowing optimization. | Mike Pall | 1 | -3/+11 |
2015-03-11 | Doc cleanup. | Mike Pall | 1 | -11/+2 |
2015-03-05 | Fix Lua/C API typecheck error for special indexes. | Mike Pall | 1 | -3/+17 |
2015-03-02 | FFI: Fix FOLD rule for TOBIT + CONV num.u32. | Mike Pall | 1 | -3/+8 |
2015-02-25 | ARM: Handle more arch defines. | Mike Pall | 1 | -1/+3 |
2015-02-25 | Properly fail unsupported cross-compile to MIPS64. | Mike Pall | 1 | -0/+3 |
2015-02-22 | Fix string to number conversion. | Mike Pall | 1 | -1/+1 |
2015-02-21 | x86/x64: Fix code generation for fused test/arith ops. | Mike Pall | 1 | -2/+6 |
2015-02-18 | FFI: Prevent DSE across ffi.string(). | Mike Pall | 1 | -0/+1 |
2015-02-02 | Fix lexer error for chunks without tokens. | Mike Pall | 1 | -0/+1 |
2015-01-17 | Don't compile IR_RETF after CALLT to ff with-side effects. | Mike Pall | 1 | -0/+2 |
2015-01-17 | OpenBSD/x86: Better executable memory allocation for W^X mode. | Mike Pall | 1 | -2/+15 |
2015-01-05 | Bump copyright date to 2015. | Mike Pall | 177 | -195/+195 |
2015-01-05 | Fix BC_UCLO/BC_JMP join optimization in Lua parser. | Mike Pall | 1 | -2/+4 |
2015-01-05 | ARM: Minor interpreter optimization. | Mike Pall | 1 | -3/+2 |
2015-01-05 | x86: Minor interpreter optimization. | Mike Pall | 1 | -2/+1 |
2015-01-04 | Fix docs. | Mike Pall | 1 | -1/+1 |
2014-12-27 | DynASM/ARM: Fix rollback for variant templates. | Mike Pall | 1 | -1/+4 |
2014-12-27 | MIPS: Fix excess stack growth in interpreter. | Mike Pall | 1 | -1/+1 |
2014-12-27 | PPC: Fix excess stack growth in interpreter. | Mike Pall | 1 | -1/+1 |
2014-12-27 | ARM: Fix write barrier check in BC_USETS. | Mike Pall | 1 | -2/+2 |
2014-12-27 | ARM: Fix excess stack growth in interpreter. | Mike Pall | 1 | -2/+2 |
2014-12-27 | Fix corner case in string to number conversion. | Mike Pall | 1 | -3/+4 |
2014-12-20 | x86: Fix argument checks for ipairs() iterator. | Mike Pall | 1 | -1/+1 |
2014-12-15 | Gracefully handle lua_error() for a suspended coroutine. | Mike Pall | 1 | -2/+1 |
2014-12-08 | Avoid error messages when building with Clang. | Mike Pall | 1 | -7/+3 |
2014-12-03 | DynASM/ARM: Fix description shown for multi-element templates. | Mike Pall | 1 | -1/+1 |
2014-11-28 | Fix snapshot #0 handling for traces with a stack check on entry. | Mike Pall | 1 | -0/+5 |
2014-11-03 | FFI: No meta fallback when indexing pointer to incomplete struct. | Mike Pall | 1 | -9/+9 |