| Commit message (Expand) | Author | Files | Lines |
2011-08-17 | Add potential PHI for number conversions due to type instability, too. | Mike Pall | 1 | -5/+16 |
2011-08-17 | Extend -b to generate c/h/obj/o files with embedded bytecode. | Mike Pall | 2 | -45/+446 |
2011-08-17 | Load embedded bytecode with require(). | Mike Pall | 3 | -27/+83 |
2011-08-14 | Clarify name of MIT license. | Mike Pall | 14 | -14/+14 |
2011-08-14 | Replace some _Unwind_* types. Fixes build issues on OSX 10.7. | Mike Pall | 1 | -6/+6 |
2011-08-11 | x64: Fix result type of cdata index conversions. | Mike Pall | 1 | -1/+1 |
2011-08-11 | Don't bother to chain NOPs. | Mike Pall | 3 | -8/+6 |
2011-08-10 | PPCSPE: Save/restore cr2, cr3 and cr4 when entering/leaving VM. | Mike Pall | 5 | -356/+372 |
2011-08-10 | PPC: Save/restore cr2, cr3 and cr4 when entering/leaving VM. | Mike Pall | 3 | -958/+1017 |
2011-08-10 | PPC: Add mtcrf instruction to DynASM. | Mike Pall | 1 | -1/+4 |
2011-08-10 | PPC: Tune and reschedule interpreter for PPC/e300. | Mike Pall | 1 | -41/+27 |
2011-08-10 | Fix compiler warning. | Mike Pall | 1 | -1/+1 |
2011-08-09 | Fix stack check when L->top is above L->maxstack. | Mike Pall | 1 | -2/+2 |
2011-08-09 | Remove temporary mcode limit error from application stack. | Mike Pall | 2 | -0/+5 |
2011-08-07 | FFI: Limit snapshot optimization for cdata comparisons. | Mike Pall | 1 | -1/+2 |
2011-08-01 | PPC: Add machine-specific part of FFI. | Mike Pall | 5 | -383/+673 |
2011-07-25 | PPC: Fix floor/ceil for dual-number mode. | Mike Pall | 2 | -478/+481 |
2011-07-25 | PPC: Add dual-number mode interpreter. Enable by default. | Mike Pall | 3 | -1038/+4114 |
2011-07-23 | Use different workaround for alignment of jit_State. | Mike Pall | 1 | -1/+5 |
2011-07-23 | FFI: Treat function ctypes like pointers in comparisons. | Mike Pall | 2 | -1/+10 |
2011-07-19 | From Lua 5.2: Change \* to \z. Reject undefined escape sequences. | Mike Pall | 1 | -16/+14 |
2011-07-13 | PPC: Update install docs. | Mike Pall | 1 | -4/+17 |
2011-07-13 | PPC: Add dual-number mode interpreter. | Mike Pall | 4 | -839/+7579 |
2011-07-13 | PPCSPE: Fix dispatch for binop metamethods. | Mike Pall | 2 | -216/+218 |
2011-07-13 | Cleanup single-number vs. dual-number mode selection. | Mike Pall | 1 | -8/+14 |
2011-07-12 | ARM: Don't evict ASMREF_L in ra_evictk(). | Mike Pall | 1 | -1/+1 |
2011-07-07 | Fix doc link. | Mike Pall | 1 | -1/+1 |
2011-07-06 | FFI: Fix comment parsing. | Mike Pall | 1 | -1/+5 |
2011-07-04 | ARM: Install dis_arm.lua. | Mike Pall | 1 | -1/+2 |
2011-07-03 | Fix install_name and versioning on OSX. | Mike Pall | 1 | -9/+6 |
2011-07-03 | PPC: Add build rules for PPC interpreter (non-functional, yet). | Mike Pall | 6 | -75/+87 |
2011-07-03 | PPC: Separate PPC vs. PPCSPE interpreter source files. | Mike Pall | 3 | -13/+3715 |
2011-07-02 | PPC: Untangle PPC vs. PPCSPE target defines. | Mike Pall | 4 | -5/+4 |
2011-07-02 | PPC: Fix range check for scaled immediates in DynASM. | Mike Pall | 1 | -1/+4 |
2011-06-29 | Add debug option to msvcbuild.bat and improve error handling. | Mike Pall | 1 | -1/+33 |
2011-06-29 | Don't use thread-safe exceptions on OSX. Complain to Apple, not me. | Mike Pall | 1 | -0/+5 |
2011-06-29 | Return to lower frame via interpreter for unhandled cases. | Mike Pall | 1 | -3/+30 |
2011-06-29 | Prefer recording loops over calls. | Mike Pall | 10 | -141/+151 |
2011-06-28 | Reorganize trace linking and track link types. | Mike Pall | 9 | -31/+63 |
2011-06-28 | Clean up temporary bytecode patching. | Mike Pall | 1 | -3/+8 |
2011-06-27 | Fix forced unwinding triggered by external unwinder. | Mike Pall | 1 | -2/+4 |
2011-06-27 | Use thread-safe exceptions for external unwinding on x64/GCC. | Mike Pall | 1 | -2/+1 |
2011-06-27 | Fix iOS build. | Mike Pall | 4 | -8/+22 |
2011-06-27 | Fix data-flow analysis for BC_ITERL. | Mike Pall | 1 | -1/+1 |
2011-06-24 | FFI: Clarify docs wrt. string initializers for byte arrays. | Mike Pall | 1 | -2/+6 |
2011-06-23 | RELEASE LuaJIT-2.0.0-beta8 (fixed)v2.0.0-beta8-fixed | Mike Pall | 1 | -2/+2 |
2011-06-23 | Fix documentation for -b command line option. | Mike Pall | 1 | -6/+6 |
2011-06-23 | RELEASE LuaJIT-2.0.0-beta8v2.0.0-beta8 | Mike Pall | 9 | -17/+17 |
2011-06-23 | Update changelog. | Mike Pall | 1 | -0/+41 |
2011-06-23 | Misc. updates to docs. | Mike Pall | 4 | -10/+17 |