Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | FFI: Fix __index/__newindex metamethod resolution for ctypes. | Mike Pall | 2014-08-05 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-07-24 | 1 | -0/+1 | |
|\| | ||||||
| * | Invalidate backpropagation cache after DCE. | Mike Pall | 2014-07-24 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-07-04 | 1 | -1/+4 | |
|\| | ||||||
| * | FFI: Fix compilation of reference field access. | Mike Pall | 2014-07-04 | 1 | -1/+4 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-07-01 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix ABC elimination. | Mike Pall | 2014-07-01 | 1 | -1/+1 | |
| | | ||||||
* | | Compile debug.getmetatable(). | Mike Pall | 2014-06-18 | 2 | -1/+23 | |
| | | | | | | | | Thanks to Karel Tuma. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-06-13 | 1 | -1/+1 | |
|\| | ||||||
| * | Typo. | Mike Pall | 2014-06-13 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-06-12 | 2 | -2/+4 | |
|\| | ||||||
| * | FFI: Fix frame traversal for backtraces with FFI callbacks. | Mike Pall | 2014-06-12 | 2 | -2/+4 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-06-11 | 1 | -1/+7 | |
|\| | ||||||
| * | x86: lj_math_random_step() clobbers XMM regs on OSX Clang. | Mike Pall | 2014-06-11 | 1 | -1/+7 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-06-11 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix debug info for main chunk of stripped bytecode. | Mike Pall | 2014-06-11 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-28 | 1 | -1/+7 | |
|\| | ||||||
| * | Fix compatibility issues with Illumos. | Mike Pall | 2014-05-28 | 1 | -1/+7 | |
| | | | | | | | | Thanks to Theo Schlossnagle. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-27 | 2 | -1/+3 | |
|\| | ||||||
| * | PPC: Fix red zone overflow in machine code generation. | Mike Pall | 2014-05-27 | 1 | -0/+2 | |
| | | ||||||
| * | x86: Fix code generation for unused result of math.random(). | Mike Pall | 2014-05-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-20 | 1 | -1/+2 | |
|\| | ||||||
| * | Fix FOLD rule for string.sub(s, ...) == k. | Mike Pall | 2014-05-20 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-15 | 2 | -8/+10 | |
|\| | ||||||
| * | FFI: Fix recording of indexing a struct pointer ctype object itself. | Mike Pall | 2014-05-15 | 1 | -1/+2 | |
| | | ||||||
| * | Fix FOLD rule for STRREF of SNEW. | Mike Pall | 2014-05-15 | 1 | -7/+8 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-12 | 1 | -1/+3 | |
|\| | ||||||
| * | Fix frame traversal while searching for error function. | Mike Pall | 2014-05-12 | 1 | -1/+3 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-06 | 1 | -1/+1 | |
|\| | ||||||
| * | x64: Workaround for MSVC build issue. | Mike Pall | 2014-05-06 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-06 | 1 | -5/+9 | |
|\| | ||||||
| * | FFI: Another fix for cdata equality comparisons. | Mike Pall | 2014-05-06 | 1 | -5/+9 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-27 | 8 | -28/+158 | |
|\| | ||||||
| * | Add PS Vita port. | Mike Pall | 2014-04-27 | 8 | -28/+158 | |
| | | | | | | | | Thanks to Anton Stenmark. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-22 | 5 | -6/+9 | |
|\| | ||||||
| * | Prevent GC estimate miscalculation due to buffer growth. | Mike Pall | 2014-04-22 | 1 | -2/+2 | |
| | | ||||||
| * | Prevent adding side traces for stack checks. | Mike Pall | 2014-04-22 | 1 | -0/+1 | |
| | | ||||||
| * | x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND. | Mike Pall | 2014-04-21 | 3 | -4/+6 | |
| | | | | | | | | | | | | Valgrind 3.9 killed MAP_32BIT support. Ugh. So now we have to rely on undocumented behavior where Valgrind always allocates from the bottom of memory. Alas, such a binary won't run properly without Valgrind. | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-17 | 1 | -6/+29 | |
|\| | ||||||
| * | PPC: Don't use mcrxr on PPE. | Mike Pall | 2014-04-17 | 1 | -6/+29 | |
| | | ||||||
* | | Fix FOLD of string concatenations. | Mike Pall | 2014-04-15 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-08 | 1 | -1/+1 | |
|\| | ||||||
| * | FFI: Fix cdata equality comparison against other Lua types. | Mike Pall | 2014-04-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-08 | 2 | -3/+5 | |
|\| | ||||||
| * | FFI: Fix cdata equality comparison against strings. | Mike Pall | 2014-04-08 | 2 | -3/+5 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-03 | 1 | -2/+3 | |
|\| | ||||||
| * | Fix top slot calculation for snapshots with continuations. | Mike Pall | 2014-04-03 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-01 | 1 | -1/+1 | |
|\| | ||||||
| * | Correct fix for reuse of SCEV results in FORL. | Mike Pall | 2014-04-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fix alias analysis for table.len vs. table.clear. | Mike Pall | 2014-04-01 | 1 | -9/+19 | |
| | |