Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | DynASM/ARM64: Initial commit of ARM64 module. | Mike Pall | 2014-12-03 | 2 | -0/+1650 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-12-03 | 1 | -1/+1 |
|\| | |||||
| * | DynASM/ARM: Fix description shown for multi-element templates. | Mike Pall | 2014-12-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-11-28 | 1 | -0/+5 |
|\| | |||||
| * | Fix snapshot #0 handling for traces with a stack check on entry. | Mike Pall | 2014-11-28 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-11-03 | 1 | -9/+9 |
|\| | |||||
| * | FFI: No meta fallback when indexing pointer to incomplete struct. | Mike Pall | 2014-11-03 | 1 | -9/+9 |
| | | |||||
* | | FFI: Add ffi.typeinfo(). | Mike Pall | 2014-10-08 | 1 | -0/+25 |
| | | | | | | | | Thanks to Peter Colberg. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-10-08 | 2 | -1/+10 |
|\| | |||||
| * | Fix fused constant loads under high register pressure. | Mike Pall | 2014-10-08 | 2 | -1/+10 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-10-07 | 4 | -5/+8 |
|\| | |||||
| * | Fix DragonFly build (unsupported). | Mike Pall | 2014-10-07 | 4 | -5/+8 |
| | | | | | | | | Thanks to Robin Hahling, Alex Hornung and Joris Giovannangeli. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-09-22 | 1 | -0/+5 |
|\| | |||||
| * | DynASM/x86: Add fldenv, f[n]stenv, fxsave, fxrstor opcodes. | Mike Pall | 2014-09-22 | 1 | -0/+5 |
| | | | | | | | | Thanks to Cosmin Apreutesei. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-09-21 | 1 | -0/+3 |
|\| | |||||
| * | DynASM/x86: Add shld/shrd opcodes. | Mike Pall | 2014-09-21 | 1 | -0/+3 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | Eliminate hmask guard for forwarded HREFK. | Mike Pall | 2014-09-17 | 1 | -4/+11 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-09-08 | 2 | -0/+2 |
|\| | |||||
| * | FFI: Fix initialization of unions of subtypes. | Mike Pall | 2014-09-08 | 1 | -0/+1 |
| | | | | | | | | Thanks to Peter Colberg. | ||||
| * | FFI: Fix for cdata vs. non-cdata arithmetic and comparisons. | Mike Pall | 2014-09-08 | 1 | -0/+1 |
| | | | | | | | | Thanks to Roman Tsisyk. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-08-05 | 1 | -0/+1 |
|\| | |||||
| * | 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 |
|\| |