summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* FFI: No meta fallback when indexing pointer to incomplete struct.Mike Pall2014-11-031-9/+9
* Fix fused constant loads under high register pressure.Mike Pall2014-10-082-1/+10
* Fix DragonFly build (unsupported).Mike Pall2014-10-074-5/+8
* DynASM/x86: Add fldenv, f[n]stenv, fxsave, fxrstor opcodes.Mike Pall2014-09-221-0/+5
* DynASM/x86: Add shld/shrd opcodes.Mike Pall2014-09-211-0/+3
* FFI: Fix initialization of unions of subtypes.Mike Pall2014-09-081-0/+1
* FFI: Fix for cdata vs. non-cdata arithmetic and comparisons.Mike Pall2014-09-081-0/+1
* FFI: Fix __index/__newindex metamethod resolution for ctypes.Mike Pall2014-08-051-0/+1
* Invalidate backpropagation cache after DCE.Mike Pall2014-07-241-0/+1
* FFI: Fix compilation of reference field access.Mike Pall2014-07-041-1/+4
* Fix ABC elimination.Mike Pall2014-07-011-1/+1
* Typo.Mike Pall2014-06-131-1/+1
* FFI: Fix frame traversal for backtraces with FFI callbacks.Mike Pall2014-06-122-2/+4
* x86: lj_math_random_step() clobbers XMM regs on OSX Clang.Mike Pall2014-06-111-1/+7
* Fix debug info for main chunk of stripped bytecode.Mike Pall2014-06-111-1/+1
* Fix compatibility issues with Illumos.Mike Pall2014-05-281-1/+7
* PPC: Fix red zone overflow in machine code generation.Mike Pall2014-05-271-0/+2
* x86: Fix code generation for unused result of math.random().Mike Pall2014-05-271-1/+1
* Fix FOLD rule for string.sub(s, ...) == k.Mike Pall2014-05-201-1/+2