aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* String buffer refactoring, part 2.Mike Pall2013-02-2718-336/+334
* String buffer refactoring, part 1.Mike Pall2013-02-2722-184/+197
* Merge branch 'master' into v2.1Mike Pall2013-02-261-6/+8
|\
| * Allow changing *.dll/*.lib name in msvcbuild.bat.Mike Pall2013-02-261-6/+8
* | Replace table.remove with bytecode builtin.Mike Pall2013-02-243-55/+30
* | Fix genlibbc.Mike Pall2013-02-241-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-02-241-3/+3
|\|
| * Properly fix MSVC intrinsics for older versions.Mike Pall2013-02-241-3/+3
* | Replace table.getn/foreach/foreachi with bytecode builtins.Mike Pall2013-02-238-99/+37
* | Add special bytecodes for builtins.Mike Pall2013-02-2316-38/+614
* | Remove obsolete non-truncating number to integer conversions.Mike Pall2013-02-2312-55/+31
* | Don't modify generated libbc header if unchanged.Mike Pall2013-02-222-20/+57
* | Replace math.deg/math.rad with builtin Lua function.Mike Pall2013-02-229-53/+8
* | Add support for embedding LuaJIT bytecode for builtins.Mike Pall2013-02-2212-31/+199
* | x86/x64: Drop xmm register/memory move tuning for K8.Mike Pall2013-02-214-26/+14
* | x86: Remove x87 support from interpreter.Mike Pall2013-02-217-645/+100
* | BRANCH LuaJIT-2.1Mike Pall2013-02-219-20/+27
|/
* 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-198-12/+12
* Update changelog.Mike Pall2013-02-191-0/+21
* Fix capitalization of 'Xbox'.Mike Pall2013-02-135-10/+10
* 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-11176-194/+195
* 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-219-24/+232
* 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
* Add missing GC steps for template table creation.Mike Pall2012-11-161-0/+1
* FFI: Change priority of table initializer variants for structs.Mike Pall2012-11-152-9/+10