aboutsummaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-23MIPS: Add missing opcodes to the DynASM MIPS module plus minor fixes.Mike Pall2-4/+15
2012-01-20Fix parsing of hex literals with exponents.Mike Pall1-5/+8
2012-01-15FFI: Don't touch frame in callbacks with tailcalls to fast functions.Mike Pall1-5/+8
2011-12-17FFI: Ignore number parsing errors while skipping definitions.Mike Pall2-1/+4
2011-12-17FFI: Ignore empty statements in ffi.cdef().Mike Pall1-0/+4
2011-12-16MIPS: Add DynASM MIPS module and encoding engine.Mike Pall2-0/+1363
2011-12-15MIPS: Add build rules (non-functional, yet).Mike Pall6-1/+58
2011-12-15Auto-detect target arch via cross-compiler. Drop TARGET=arch.Mike Pall2-9/+10
2011-12-14RELEASE LuaJIT-2.0.0-beta9v2.0.0-beta9Mike Pall10-21/+17
2011-12-14Update changelog.Mike Pall1-0/+73
2011-12-13PPC: Avoid undefined operand dereference in BAND/shift fusion.Mike Pall1-1/+1
2011-12-12FFI: Add callback support for ARM.Mike Pall5-939/+1120
2011-12-12FFI: Add callback support for PPC.Mike Pall4-1180/+1521
2011-12-12Move helper for syncing data/instruction cache to lj_mcode.c.Mike Pall8-56/+69
2011-12-10ARM: Error out for attempt to compile with hard-float ABI.Mike Pall1-0/+3
2011-12-10ARM: Fix stack check for spilled BASE in parent.Mike Pall1-7/+5
2011-12-09x64: Always extend stack arguments to pointer size.Mike Pall1-1/+1
2011-12-09Fix compiler warning.Mike Pall1-2/+4
2011-12-01FFI: Fix stack adjustment for calls to stdcall/fastcall functions.Mike Pall1-1/+5
2011-11-27FFI: Need to treat strlen() as a load.Mike Pall1-1/+1
2011-11-27Fix docs. The code base doesn't work on Windows 98 anymore.Mike Pall1-1/+1
2011-11-27Don't increment module reference counts due to symbol resolving.Mike Pall2-4/+6
2011-11-26FFI: Record ffi.errno().Mike Pall7-2/+24
2011-11-25Fix stack check in side exit.Mike Pall1-1/+1
2011-11-25FFI: Record C function calls with bool return values.Mike Pall5-6/+38
2011-11-25FFI: Fix line info for result conversion errors in callbacks.Mike Pall2-4/+4
2011-11-25FFI: Fix GetLastError() save/restore around ffi.load().Mike Pall1-1/+1
2011-11-25FFI: Improve ld script detection in ffi.load().Mike Pall1-9/+23
2011-11-24Do not eliminate PHIs only referenced from other PHIs.Mike Pall1-13/+41
2011-11-21Replace stack slot for implicit number->string conv. in Lua/C API.Mike Pall1-6/+12
2011-11-20Specialize to prototype for non-monomorphic functions.Mike Pall6-15/+31
2011-11-20Count frames with same prototype in call unroll limit check.Mike Pall1-4/+8
2011-11-20Keep maximum frame extent in snap->topslot.Mike Pall4-53/+37
2011-11-20Get rid of snap->depth.Mike Pall7-17/+25
2011-11-17Fix debug option for msvcbuild.bat.Mike Pall1-2/+2
2011-11-15FFI: Fix EnumWindows example in docs.Mike Pall1-0/+2
2011-11-15FFI: Add missing GC barrier for callback registration.Mike Pall1-0/+1
2011-11-15FFI: Save GetLastError() around ffi.load() and symbol resolving, too.Mike Pall1-0/+4
2011-11-14Eliminate some rare occurrences of redundant PHIs.Mike Pall1-4/+8
2011-11-14Fix hint-based register allocation in ra_dest().Mike Pall1-1/+1
2011-11-14FFI: Add callback support (for x86/x64).Mike Pall27-4343/+5340
2011-11-14PPC: Clarify docs.Mike Pall1-1/+1
2011-11-14FFI: Resolve __call metamethod for pointers, too.Mike Pall2-2/+22
2011-11-12Avoid dependence on lj_jit.h if only including lj_target.h.Mike Pall2-7/+11
2011-11-12FFI: Add unwind definitions for lj_vm_ffi_call.Mike Pall12-1823/+2478
2011-11-11FFI: Extend metamethod tutorial.Mike Pall1-1/+20
2011-11-11ARM: Fix IR splitting for softfp XLOAD.Mike Pall2-5/+15
2011-11-11ARM: Fix code generation for type-check only softfp [AHUV]LOAD.Mike Pall1-1/+1
2011-11-04x64: Fix lightuserdata comparisons.Mike Pall3-1144/+1148
2011-11-04Spelling.Mike Pall1-1/+1