summaryrefslogtreecommitdiff
path: root/doc/install.html (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-24OSX: Switch to Clang as the default compiler.Mike Pall1-18/+28
2015-10-24iOS: Disable os.execute() when building for iOS >= 8.0.Mike Pall2-1/+4
2015-10-24x86/x64: Disassemble AVX/AVX2 instructions.Mike Pall1-70/+155
2015-10-24Whitespace.Mike Pall1-1/+1
2015-10-24DynASM: Bump version to 1.4.Mike Pall7-20/+20
2015-10-24DynASM/x86: Add AVX and AVX2 opcodes.Mike Pall2-71/+338
2015-10-24DynASM/x86: Add AES-NI opcodes.Mike Pall1-0/+9
2015-10-24DynASM/x86: Restrict shld/shrd to operands with same width.Mike Pall1-2/+2
2015-10-24DynASM/x86: Fix some SSE instruction templates.Mike Pall1-3/+3
2015-10-24Fix pairs() recording.Mike Pall1-1/+1
2015-10-24FFI: Fix ipairs() recording.Mike Pall1-4/+5
2015-10-15Drop marks from replayed instructions when sinking.Mike Pall1-1/+1
2015-10-01Flush symbol tables in jit.dump on trace flush.Mike Pall1-0/+1
2015-10-01Add collectgarbage("isrunning").Mike Pall3-2/+6
2015-10-01Fix unsinking check.Mike Pall1-15/+11
2015-09-20FFI: Add ssize_t declaration.Mike Pall3-0/+5
2015-09-20Fix Cygwin support. Note: this is not a supported target.Mike Pall3-4/+10
2015-08-30Parse Unicode string escape \u{XX...}.Mike Pall3-0/+35
2015-08-29Re-enable trace stitching.Mike Pall13-84/+60
2015-08-26ARM64: Fix ELF bytecode saving.Mike Pall1-1/+1
2015-08-25RELEASE LuaJIT-2.1.0-beta1v2.1.0-beta1Mike Pall5-6/+6
2015-08-25ARM64: Add support for saving bytecode as object files.Mike Pall1-6/+8
2015-08-25Update changelog.Mike Pall1-0/+53
2015-08-25Add note about bytecode compatibility wrt. LJ_GC64/LJ_FR2.Mike Pall1-0/+5
2015-08-24Remove LuaJIT 1.x change history.Mike Pall1-229/+0
2015-08-20Properly handle OOM in trace_save().Mike Pall1-4/+12
2015-08-20Fix NYICF error message.Mike Pall1-1/+1
2015-08-19Parse binary number literals (0bxxx).Mike Pall3-7/+56
2015-07-17FFI: Don't propagate qualifiers into subtypes of complex.Mike Pall1-0/+4
2015-07-14ARM64: Fix __call metamethod handling for tail calls.Mike Pall1-2/+2
2015-07-10Limit number of arguments given to io.lines() and fp:lines().Mike Pall1-4/+11
2015-06-16Fix Xbox One port.Mike Pall4-9/+8
2015-06-13Disable table allocation bump optimization (for now).Mike Pall2-0/+16
2015-06-12Add Xbox One port.Mike Pall7-4/+138
2015-06-10Fix table allocation bump optimization (sigh).Mike Pall1-1/+9
2015-06-10Fix narrowing of TOBIT.Mike Pall1-5/+2
2015-06-10x64/LJ_GC64: Fix ipairs().Mike Pall1-0/+7
2015-06-09Fix table allocation bump optimization (again).Mike Pall1-1/+2
2015-06-09x64: Allow building without external unwinder.Mike Pall6-8/+37
2015-05-29x64/LJ_GC64: Fix upvalue write barrier.Mike Pall1-5/+8
2015-05-25x64/LJ_GC64: Fix setmetatable().Mike Pall1-3/+3
2015-05-21Fix table allocation bump optimization.Mike Pall2-1/+4
2015-05-20LJ_GC64: Fix frame unwinding.Mike Pall1-2/+2
2015-05-19Fix for last commit.Mike Pall1-0/+1
2015-05-19Bump table allocations retroactively if they grow later on.Mike Pall6-9/+101
2015-05-14RELEASE LuaJIT-2.0.4v2.0.4Mike Pall13-16/+16
2015-05-14Update changelog.Mike Pall1-0/+50
2015-05-04Cleanup.Mike Pall1-2/+0
2015-05-04x86/x64: Fix argument check for bit shifts.Mike Pall1-3/+7
2015-05-04x64: Add LJ_GC64 mode interpreter.Mike Pall8-5/+4906