aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* FFI: Fix calling conventions for 32 bit OSX and iOS simulator.Mike Pall2013-05-161-0/+58
* Add partial support for building with MingW64 GCC 4.8-SEH.Mike Pall2013-05-154-11/+16
* FFI: Ignore CTF_LONG in ffi.istype().Mike Pall2013-05-131-1/+1
* Fix optional argument handling in table.concat().Mike Pall2013-05-081-2/+2
* Fix optional argument handling while recording builtins.Mike Pall2013-05-081-3/+3
* FFI: Fix tailcall in lowest frame to C function with bool result.Mike Pall2013-05-021-1/+1
* Fix builtin string to number conversion for overflow digits.Mike Pall2013-04-291-2/+3
* Tighten requirements for non-default optimization flags.Mike Pall2013-04-261-5/+7
* Fix compiler warning.Mike Pall2013-04-221-3/+8
* Inhibit DSE for implicit loads via calls.Mike Pall2013-04-091-1/+1
* Fix jump-range constrained mcode allocation.Mike Pall2013-04-051-1/+2
* Fix spurious red zone overflows in machine code generation.Mike Pall2013-04-044-2/+31
* FFI/x86: Fix register allocation for 64 bit comparisons.Mike Pall2013-04-041-6/+2
* FFI: Fix snapshot substitution in SPLIT pass.Mike Pall2013-03-231-19/+27
* Fix rotate definitions for variable shifts.Mike Pall2013-03-131-2/+2
* Add missing GC steps for io.* functions.Mike Pall2013-03-031-0/+4
* MIPS: Fix cache flush/sync for JIT-compiled code jump area.Mike Pall2013-02-281-0/+1
* ARM: Fix cache flush/sync for exit stubs of JIT-compiled code.Mike Pall2013-02-281-0/+1
* Allow changing *.dll/*.lib name in msvcbuild.bat.Mike Pall2013-02-261-6/+8
* Properly fix MSVC intrinsics for older versions.Mike Pall2013-02-241-3/+3
* Fix memory access check for fast string interning.Mike Pall2013-02-211-2/+2
* RELEASE LuaJIT-2.0.1 (fixed)v2.0.1-fixedMike Pall2013-02-194-4/+4
* RELEASE LuaJIT-2.0.1v2.0.1Mike Pall2013-02-192-5/+5
* Fix capitalization of 'Xbox'.Mike Pall2013-02-133-6/+6
* PPC/e500: Fix lj_vm_floor() for inf/nan.Mike Pall2013-02-121-0/+1
* OSX: Add support for Mach-O object files to -b option.Mike Pall2013-02-111-1/+159
* Improve buffer handling for io.read().Mike Pall2013-02-111-40/+35
* Bump copyright date to 2013.Mike Pall2013-02-11145-146/+147
* FFI: Stricter parsing of declaration specifiers.Mike Pall2013-02-031-23/+30
* FFI: Fix handling of qualified transparent structs/unions.Mike Pall2013-02-035-9/+21
* Keep line number for KPRI to KNIL optimization.Mike Pall2013-01-311-2/+2
* Fix XBox 360 port.Mike Pall2013-01-301-0/+1
* Avoid leaking memory on kernels with recalcitrant mmap() behavior.Mike Pall2013-01-281-7/+8
* Add missing FOLD rules for U32 conversions.Mike Pall2013-01-211-17/+28
* Add XBox 360 port.Mike Pall2013-01-217-18/+204
* FFI: Load FFI library on-demand for bytecode with cdata literals.Mike Pall2013-01-152-3/+13
* x86/x64: Always mark ref for shift count as non-weak.Mike Pall2013-01-141-3/+2
* Another fix for PS3 build.Mike Pall2013-01-141-1/+6
* PPC/e500: Remove assembler code for lj_vm_foldarith().Mike Pall2013-01-111-32/+0
* Remove redundant code in jit/*.lua.Mike Pall2013-01-112-2/+0
* Remove fictitious Solaris define.Mike Pall2013-01-114-5/+4
* Fix PS3 build.Mike Pall2013-01-112-3/+9
* Fix discharge order of comparisons in Lua parser.Mike Pall2013-01-111-0/+1
* Allow using MSVC intrinsics with older versions.Mike Pall2013-01-031-0/+2
* FFI: Fix code generation for bool call result check on x86/x64.Mike Pall2013-01-021-2/+17
* ARM: Handle armv7s arch defines.Mike Pall2012-12-101-1/+1
* Leave hook when resume catches error thrown from hook.Mike Pall2012-12-061-0/+1
* ARM: Fix code generation for integer math.min/math.max.Mike Pall2012-12-021-2/+2
* ARM: Fix armhf call argument handling.Mike Pall2012-12-021-1/+1
* FFI: Add debug define to check for unanchored CTypes.Mike Pall2012-11-261-0/+13