summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* RELEASE LuaJIT-2.0.4v2.0.4Mike Pall2015-05-147-9/+9
* 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
* 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-05146-147/+147
* 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
* 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
* 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
* 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
* 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
* FFI: Fix recording of indexing a struct pointer ctype object itself.Mike Pall2014-05-151-1/+2
* Fix FOLD rule for STRREF of SNEW.Mike Pall2014-05-151-7/+8
* Fix frame traversal while searching for error function.Mike Pall2014-05-121-1/+3
* x64: Workaround for MSVC build issue.Mike Pall2014-05-061-1/+1
* FFI: Another fix for cdata equality comparisons.Mike Pall2014-05-061-5/+9
* Add PS Vita port.Mike Pall2014-04-276-6/+115
* Prevent GC estimate miscalculation due to buffer growth.Mike Pall2014-04-221-2/+2
* Prevent adding side traces for stack checks.Mike Pall2014-04-221-0/+1