| Commit message (Expand) | Author | Age | Files | Lines |
* | Always use ANSI variants of Windows system functions. | Mike Pall | 2011-09-02 | 2 | -2/+2 |
* | Avoid conversion narrowing of arithmetic with large constants. | Mike Pall | 2011-08-26 | 1 | -1/+2 |
* | FFI/x64: Fix struct-by-value calling conventions. | Mike Pall | 2011-08-25 | 1 | -1/+1 |
* | Record missing FORI slot loads (e.g. after return to lower frame). | Mike Pall | 2011-08-21 | 1 | -0/+1 |
* | Add potential PHI for number conversions due to type instability, too. | Mike Pall | 2011-08-17 | 1 | -5/+16 |
* | Load embedded bytecode with require(). | Mike Pall | 2011-08-17 | 3 | -27/+83 |
* | Replace some _Unwind_* types. Fixes build issues on OSX 10.7. | Mike Pall | 2011-08-14 | 1 | -6/+6 |
* | x64: Fix result type of cdata index conversions. | Mike Pall | 2011-08-11 | 1 | -1/+1 |
* | Don't bother to chain NOPs. | Mike Pall | 2011-08-11 | 3 | -8/+6 |
* | PPCSPE: Save/restore cr2, cr3 and cr4 when entering/leaving VM. | Mike Pall | 2011-08-10 | 5 | -356/+372 |
* | PPC: Save/restore cr2, cr3 and cr4 when entering/leaving VM. | Mike Pall | 2011-08-10 | 3 | -958/+1017 |
* | PPC: Tune and reschedule interpreter for PPC/e300. | Mike Pall | 2011-08-10 | 1 | -41/+27 |
* | Fix compiler warning. | Mike Pall | 2011-08-10 | 1 | -1/+1 |
* | Fix stack check when L->top is above L->maxstack. | Mike Pall | 2011-08-09 | 1 | -2/+2 |
* | Remove temporary mcode limit error from application stack. | Mike Pall | 2011-08-09 | 2 | -0/+5 |
* | FFI: Limit snapshot optimization for cdata comparisons. | Mike Pall | 2011-08-07 | 1 | -1/+2 |
* | PPC: Add machine-specific part of FFI. | Mike Pall | 2011-08-01 | 5 | -383/+673 |
* | PPC: Fix floor/ceil for dual-number mode. | Mike Pall | 2011-07-25 | 2 | -478/+481 |
* | PPC: Add dual-number mode interpreter. Enable by default. | Mike Pall | 2011-07-25 | 3 | -1038/+4114 |
* | Use different workaround for alignment of jit_State. | Mike Pall | 2011-07-23 | 1 | -1/+5 |
* | FFI: Treat function ctypes like pointers in comparisons. | Mike Pall | 2011-07-23 | 2 | -1/+10 |
* | From Lua 5.2: Change \* to \z. Reject undefined escape sequences. | Mike Pall | 2011-07-19 | 1 | -16/+14 |
* | PPC: Add dual-number mode interpreter. | Mike Pall | 2011-07-13 | 4 | -839/+7579 |
* | PPCSPE: Fix dispatch for binop metamethods. | Mike Pall | 2011-07-13 | 2 | -216/+218 |
* | Cleanup single-number vs. dual-number mode selection. | Mike Pall | 2011-07-13 | 1 | -8/+14 |
* | ARM: Don't evict ASMREF_L in ra_evictk(). | Mike Pall | 2011-07-12 | 1 | -1/+1 |
* | FFI: Fix comment parsing. | Mike Pall | 2011-07-06 | 1 | -1/+5 |
* | Fix install_name and versioning on OSX. | Mike Pall | 2011-07-03 | 1 | -9/+6 |
* | PPC: Add build rules for PPC interpreter (non-functional, yet). | Mike Pall | 2011-07-03 | 6 | -75/+87 |
* | PPC: Separate PPC vs. PPCSPE interpreter source files. | Mike Pall | 2011-07-03 | 3 | -13/+3715 |
* | PPC: Untangle PPC vs. PPCSPE target defines. | Mike Pall | 2011-07-02 | 4 | -5/+4 |
* | Add debug option to msvcbuild.bat and improve error handling. | Mike Pall | 2011-06-29 | 1 | -1/+33 |
* | Don't use thread-safe exceptions on OSX. Complain to Apple, not me. | Mike Pall | 2011-06-29 | 1 | -0/+5 |
* | Return to lower frame via interpreter for unhandled cases. | Mike Pall | 2011-06-29 | 1 | -3/+30 |
* | Prefer recording loops over calls. | Mike Pall | 2011-06-29 | 10 | -141/+151 |
* | Reorganize trace linking and track link types. | Mike Pall | 2011-06-28 | 7 | -19/+44 |
* | Clean up temporary bytecode patching. | Mike Pall | 2011-06-28 | 1 | -3/+8 |
* | Fix forced unwinding triggered by external unwinder. | Mike Pall | 2011-06-27 | 1 | -2/+4 |
* | Use thread-safe exceptions for external unwinding on x64/GCC. | Mike Pall | 2011-06-27 | 1 | -2/+1 |
* | Fix iOS build. | Mike Pall | 2011-06-27 | 4 | -8/+22 |
* | Fix data-flow analysis for BC_ITERL. | Mike Pall | 2011-06-27 | 1 | -1/+1 |
* | RELEASE LuaJIT-2.0.0-beta8 (fixed)v2.0.0-beta8-fixed | Mike Pall | 2011-06-23 | 1 | -2/+2 |
* | RELEASE LuaJIT-2.0.0-beta8v2.0.0-beta8 | Mike Pall | 2011-06-23 | 3 | -6/+6 |
* | Fix assertion. | Mike Pall | 2011-06-22 | 1 | -1/+2 |
* | x86/x64: Don't evict BASE in ra_evictk(). | Mike Pall | 2011-06-22 | 1 | -1/+1 |
* | x86/x64: Fix register allocation for variable shifts. | Mike Pall | 2011-06-22 | 1 | -7/+9 |
* | x86/x64: Fix fusion of comparisons with u8/u16 XLOAD. | Mike Pall | 2011-06-22 | 1 | -0/+2 |
* | Avoid pointless calls for std file handles on __gc. | Mike Pall | 2011-06-22 | 1 | -1/+1 |
* | Fix recording of loops with instable directions in side traces. | Mike Pall | 2011-06-20 | 1 | -6/+7 |
* | From Lua 5.2: __len for tables. Needs -DLUAJIT_ENABLE_LUA52COMPAT. | Mike Pall | 2011-06-20 | 11 | -4947/+5188 |