Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-22 | 1 | -1/+1 |
|\ | |||||
| * | Fix string to number conversion. | Mike Pall | 2015-02-22 | 1 | -1/+1 |
| | | | | | | | | Thanks to Lesley De Cruz. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-21 | 1 | -2/+6 |
|\| | |||||
| * | x86/x64: Fix code generation for fused test/arith ops. | Mike Pall | 2015-02-21 | 1 | -2/+6 |
| | | | | | | | | Thanks to Alexander Nasonov and AFL. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-18 | 1 | -0/+1 |
|\| | |||||
| * | FFI: Prevent DSE across ffi.string(). | Mike Pall | 2015-02-18 | 1 | -0/+1 |
| | | |||||
* | | LJ_FR2: Fix bytecode generation for method lookups. | Mike Pall | 2015-02-08 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-02-02 | 1 | -0/+1 |
|\| | |||||
| * | Fix lexer error for chunks without tokens. | Mike Pall | 2015-02-02 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-17 | 2 | -2/+17 |
|\| | |||||
| * | Don't compile IR_RETF after CALLT to ff with-side effects. | Mike Pall | 2015-01-17 | 1 | -0/+2 |
| | | |||||
| * | OpenBSD/x86: Better executable memory allocation for W^X mode. | Mike Pall | 2015-01-17 | 1 | -2/+15 |
| | | |||||
* | | iOS/ARM64: Fix target OS detection. | Mike Pall | 2015-01-08 | 1 | -1/+1 |
| | | |||||
* | | LJ_GC64: Return true for ffi.abi("gc64"). | Mike Pall | 2015-01-07 | 1 | -0/+3 |
| | | |||||
* | | ARM64: Add FFI support. | Mike Pall | 2015-01-07 | 7 | -20/+412 |
| | | |||||
* | | iOS/ARM64: The frame pointer is required. | Mike Pall | 2015-01-07 | 1 | -0/+3 |
| | | |||||
* | | LJ_FR2: Fix lua_settable() and lua_setfield(). | Mike Pall | 2015-01-07 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 155 | -156/+156 |
|\| | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 146 | -147/+147 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-05 | 1 | -2/+4 |
|\| | |||||
| * | Fix BC_UCLO/BC_JMP join optimization in Lua parser. | Mike Pall | 2015-01-05 | 1 | -2/+4 |
| | | |||||
* | | Fix MSVC build. | Mike Pall | 2015-01-05 | 1 | -3/+8 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-05 | 2 | -6/+4 |
|\| | |||||
| * | ARM: Minor interpreter optimization. | Mike Pall | 2015-01-05 | 1 | -3/+2 |
| | | |||||
| * | x86: Minor interpreter optimization. | Mike Pall | 2015-01-05 | 1 | -2/+1 |
| | | |||||
* | | ARM64: Compatibility fixes for Clang. | Mike Pall | 2015-01-04 | 2 | -2/+14 |
| | | |||||
* | | PPC/e500: Drop support for this architecture. | Mike Pall | 2015-01-04 | 11 | -3789/+14 |
| | | |||||
* | | ARM64: Add build infrastructure and initial port of interpreter. | Mike Pall | 2015-01-03 | 9 | -10/+3717 |
| | | |||||
* | | Add LJ_GC64 mode: 64 bit GC object references. | Mike Pall | 2015-01-03 | 13 | -29/+183 |
| | | | | | | | | Actually NaN tagging with 47 bit pointers and 13+4 bit tags. | ||||
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 33 | -139/+300 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-12-27 | 4 | -9/+10 |
|\| | |||||
| * | MIPS: Fix excess stack growth in interpreter. | Mike Pall | 2014-12-27 | 1 | -1/+1 |
| | | |||||
| * | PPC: Fix excess stack growth in interpreter. | Mike Pall | 2014-12-27 | 1 | -1/+1 |
| | | |||||
| * | ARM: Fix write barrier check in BC_USETS. | Mike Pall | 2014-12-27 | 1 | -2/+2 |
| | | |||||
| * | ARM: Fix excess stack growth in interpreter. | Mike Pall | 2014-12-27 | 1 | -2/+2 |
| | | |||||
| * | Fix corner case in string to number conversion. | Mike Pall | 2014-12-27 | 1 | -3/+4 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-12-20 | 1 | -1/+1 |
|\| | |||||
| * | x86: Fix argument checks for ipairs() iterator. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
| | | |||||
* | | Cleanup of TValue setters. No functional changes. | Mike Pall | 2014-12-20 | 11 | -21/+26 |
| | | |||||
* | | Cleanup of memory vs. GC sizes. No functional changes. | Mike Pall | 2014-12-20 | 10 | -35/+39 |
| | | |||||
* | | x86: Fix stack slot reservation for FP math functions. | Mike Pall | 2014-12-16 | 1 | -23/+27 |
| | | | | | | | | Followup fix for commit ad03eba7. | ||||
* | | Disable debug info for generated *.S to avoid confusing gdb. | Mike Pall | 2014-12-16 | 1 | -3/+5 |
| | | |||||
* | | Avoid dependency on frame layout for LJ_POST_FIXCOMP. | Mike Pall | 2014-12-15 | 2 | -3/+2 |
| | | | | | | | | The auxiliary value in u32.lo wasn't used, anyway. | ||||
* | | Cleanup of frame handling. No functional changes. | Mike Pall | 2014-12-15 | 11 | -35/+28 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-12-15 | 1 | -2/+1 |
|\| | |||||
| * | Gracefully handle lua_error() for a suspended coroutine. | Mike Pall | 2014-12-15 | 1 | -2/+1 |
| | | | | | | | | Thanks to Sergei Zhirikov. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-12-08 | 1 | -7/+3 |
|\| | |||||
| * | Avoid error messages when building with Clang. | Mike Pall | 2014-12-08 | 1 | -7/+3 |
| | | |||||
* | | x86/x64: Drop internal x87 math functions. Use libm functions. | Mike Pall | 2014-12-08 | 7 | -455/+114 |
| | | |||||
* | | x86/x64: Call external symbols directly from interpreter code. | Mike Pall | 2014-12-08 | 7 | -18/+43 |
| | | | | | | | | Except for ELF/x86 PIC, where it's easier to use wrappers. |