aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix frame traversal while searching for error function.Mike Pall2014-05-121-1/+3
* | Merge branch 'master' into v2.1Mike Pall2014-05-061-1/+1
|\|
| * x64: Workaround for MSVC build issue.Mike Pall2014-05-061-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-05-061-5/+9
|\|
| * FFI: Another fix for cdata equality comparisons.Mike Pall2014-05-061-5/+9
* | Merge branch 'master' into v2.1Mike Pall2014-04-278-28/+158
|\|
| * Add PS Vita port.Mike Pall2014-04-278-28/+158
* | Merge branch 'master' into v2.1Mike Pall2014-04-225-6/+9
|\|
| * 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
| * x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND.Mike Pall2014-04-213-4/+6
* | Merge branch 'master' into v2.1Mike Pall2014-04-171-6/+29
|\|
| * PPC: Don't use mcrxr on PPE.Mike Pall2014-04-171-6/+29
* | Fix FOLD of string concatenations.Mike Pall2014-04-151-1/+2
* | Merge branch 'master' into v2.1Mike Pall2014-04-081-1/+1
|\|
| * FFI: Fix cdata equality comparison against other Lua types.Mike Pall2014-04-081-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-04-082-3/+5
|\|
| * FFI: Fix cdata equality comparison against strings.Mike Pall2014-04-082-3/+5
* | Merge branch 'master' into v2.1Mike Pall2014-04-031-2/+3
|\|
| * Fix top slot calculation for snapshots with continuations.Mike Pall2014-04-031-2/+3
* | Merge branch 'master' into v2.1Mike Pall2014-04-011-1/+1
|\|
| * Correct fix for reuse of SCEV results in FORL.Mike Pall2014-04-011-1/+1
* | Fix alias analysis for table.len vs. table.clear.Mike Pall2014-04-011-9/+19
* | Merge branch 'master' into v2.1Mike Pall2014-04-012-29/+38
|\|
| * FFI: Allow non-scalar cdata to be compared for equality by address.Mike Pall2014-04-012-29/+38
* | Merge branch 'master' into v2.1Mike Pall2014-03-281-11/+9
|\|
| * FFI: Fix pseudo type conversions for type punning.Mike Pall2014-03-281-11/+9
* | Merge branch 'master' into v2.1Mike Pall2014-03-272-1/+4
|\|
| * Fix check for reuse of SCEV results in FORL.Mike Pall2014-03-272-1/+4
* | Merge branch 'master' into v2.1Mike Pall2014-03-271-1/+1
|\|
| * x86/x64: Avoid use of SAHF instruction.Mike Pall2014-03-271-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-03-241-9/+9
|\|
| * Fix compiler warnings.Mike Pall2014-03-241-9/+9
* | Merge branch 'master' into v2.1Mike Pall2014-03-123-4/+40
|\|
| * RELEASE LuaJIT-2.0.3v2.0.3Mike Pall2014-03-1213-16/+16
| * Update changelog.Mike Pall2014-03-121-0/+36
* | Merge branch 'master' into v2.1Mike Pall2014-03-061-5/+4
|\|
| * DynASM: Emit version check after .arch directive.Mike Pall2014-03-061-5/+4
* | Merge branch 'master' into v2.1Mike Pall2014-03-061-9/+11
|\|
| * Don't access dangling reference to reallocated IR.Mike Pall2014-03-061-9/+11
* | Specialize to ffid for non-monomorphic builtins.Mike Pall2014-03-042-1/+5
* | Merge branch 'master' into v2.1Mike Pall2014-02-282-6/+2
|\|
| * Fix frame depth display for bytecode dump in -jdump.Mike Pall2014-02-281-2/+0
| * Fix recording of BC_VARG.Mike Pall2014-02-281-4/+2
* | Merge branch 'master' into v2.1Mike Pall2014-02-271-0/+1
|\|
| * Fix for -jdump docs.Mike Pall2014-02-271-0/+1
* | Merge branch 'master' into v2.1Mike Pall2014-02-267-10/+138
|\|
| * Add PS4 port.Mike Pall2014-02-267-10/+138
* | Merge branch 'master' into v2.1Mike Pall2014-02-207-12/+18
|\|
| * Don't purge modified function from stack slots in BC_RET.Mike Pall2014-02-201-1/+1