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