| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 125 | -126/+126 |
* | MIPS: Add interpreter. Enable MIPS build rules. | Mike Pall | 2012-01-23 | 16 | -24/+11743 |
* | PPC: Avoid pointless arg clearing in BC_IFUNCF. Remove dead code. | Mike Pall | 2012-01-23 | 2 | -580/+537 |
* | PPC: Fix argument checking for rawget. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | PPC: Fix resume after yield from hook. | Mike Pall | 2012-01-23 | 1 | -6/+6 |
* | ARM: Avoid pointless arg clearing in BC_IFUNCF. Fix comments. | Mike Pall | 2012-01-23 | 2 | -5/+5 |
* | Fix parsing of hex literals with exponents. | Mike Pall | 2012-01-20 | 1 | -5/+8 |
* | FFI: Don't touch frame in callbacks with tailcalls to fast functions. | Mike Pall | 2012-01-15 | 1 | -5/+8 |
* | FFI: Ignore number parsing errors while skipping definitions. | Mike Pall | 2011-12-17 | 2 | -1/+4 |
* | FFI: Ignore empty statements in ffi.cdef(). | Mike Pall | 2011-12-17 | 1 | -0/+4 |
* | MIPS: Add build rules (non-functional, yet). | Mike Pall | 2011-12-15 | 6 | -1/+58 |
* | Auto-detect target arch via cross-compiler. Drop TARGET=arch. | Mike Pall | 2011-12-15 | 1 | -4/+5 |
* | RELEASE LuaJIT-2.0.0-beta9v2.0.0-beta9 | Mike Pall | 2011-12-14 | 2 | -4/+4 |
* | PPC: Avoid undefined operand dereference in BAND/shift fusion. | Mike Pall | 2011-12-13 | 1 | -1/+1 |
* | FFI: Add callback support for ARM. | Mike Pall | 2011-12-12 | 5 | -939/+1120 |
* | FFI: Add callback support for PPC. | Mike Pall | 2011-12-12 | 4 | -1180/+1521 |
* | Move helper for syncing data/instruction cache to lj_mcode.c. | Mike Pall | 2011-12-12 | 8 | -56/+69 |
* | ARM: Error out for attempt to compile with hard-float ABI. | Mike Pall | 2011-12-10 | 1 | -0/+3 |
* | ARM: Fix stack check for spilled BASE in parent. | Mike Pall | 2011-12-10 | 1 | -7/+5 |
* | x64: Always extend stack arguments to pointer size. | Mike Pall | 2011-12-09 | 1 | -1/+1 |
* | Fix compiler warning. | Mike Pall | 2011-12-09 | 1 | -2/+4 |
* | FFI: Fix stack adjustment for calls to stdcall/fastcall functions. | Mike Pall | 2011-12-01 | 1 | -1/+5 |
* | FFI: Need to treat strlen() as a load. | Mike Pall | 2011-11-27 | 1 | -1/+1 |
* | Don't increment module reference counts due to symbol resolving. | Mike Pall | 2011-11-27 | 2 | -4/+6 |
* | FFI: Record ffi.errno(). | Mike Pall | 2011-11-26 | 6 | -1/+23 |
* | Fix stack check in side exit. | Mike Pall | 2011-11-25 | 1 | -1/+1 |
* | FFI: Record C function calls with bool return values. | Mike Pall | 2011-11-25 | 5 | -6/+38 |
* | FFI: Fix line info for result conversion errors in callbacks. | Mike Pall | 2011-11-25 | 2 | -4/+4 |
* | FFI: Fix GetLastError() save/restore around ffi.load(). | Mike Pall | 2011-11-25 | 1 | -1/+1 |
* | FFI: Improve ld script detection in ffi.load(). | Mike Pall | 2011-11-25 | 1 | -9/+23 |
* | Do not eliminate PHIs only referenced from other PHIs. | Mike Pall | 2011-11-24 | 1 | -13/+41 |
* | Replace stack slot for implicit number->string conv. in Lua/C API. | Mike Pall | 2011-11-21 | 1 | -6/+12 |
* | Specialize to prototype for non-monomorphic functions. | Mike Pall | 2011-11-20 | 5 | -7/+31 |
* | Count frames with same prototype in call unroll limit check. | Mike Pall | 2011-11-20 | 1 | -4/+8 |
* | Keep maximum frame extent in snap->topslot. | Mike Pall | 2011-11-20 | 4 | -53/+37 |
* | Get rid of snap->depth. | Mike Pall | 2011-11-20 | 7 | -17/+25 |
* | Fix debug option for msvcbuild.bat. | Mike Pall | 2011-11-17 | 1 | -2/+2 |
* | FFI: Add missing GC barrier for callback registration. | Mike Pall | 2011-11-15 | 1 | -0/+1 |
* | FFI: Save GetLastError() around ffi.load() and symbol resolving, too. | Mike Pall | 2011-11-15 | 1 | -0/+4 |
* | Eliminate some rare occurrences of redundant PHIs. | Mike Pall | 2011-11-14 | 1 | -4/+8 |
* | Fix hint-based register allocation in ra_dest(). | Mike Pall | 2011-11-14 | 1 | -1/+1 |
* | FFI: Add callback support (for x86/x64). | Mike Pall | 2011-11-14 | 25 | -4340/+5187 |
* | FFI: Resolve __call metamethod for pointers, too. | Mike Pall | 2011-11-14 | 2 | -2/+22 |
* | Avoid dependence on lj_jit.h if only including lj_target.h. | Mike Pall | 2011-11-12 | 2 | -7/+11 |
* | FFI: Add unwind definitions for lj_vm_ffi_call. | Mike Pall | 2011-11-12 | 11 | -1822/+2476 |
* | ARM: Fix IR splitting for softfp XLOAD. | Mike Pall | 2011-11-11 | 2 | -5/+15 |
* | ARM: Fix code generation for type-check only softfp [AHUV]LOAD. | Mike Pall | 2011-11-11 | 1 | -1/+1 |
* | x64: Fix lightuserdata comparisons. | Mike Pall | 2011-11-04 | 3 | -1144/+1148 |
* | Spelling. | Mike Pall | 2011-11-04 | 1 | -1/+1 |
* | FFI: Compile calls to stdcall, fastcall and vararg functions. | Mike Pall | 2011-10-27 | 12 | -74/+241 |