aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update changelog.Mike Pall2011-12-141-0/+73
* PPC: Avoid undefined operand dereference in BAND/shift fusion.Mike Pall2011-12-131-1/+1
* FFI: Add callback support for ARM.Mike Pall2011-12-125-939/+1120
* FFI: Add callback support for PPC.Mike Pall2011-12-124-1180/+1521
* Move helper for syncing data/instruction cache to lj_mcode.c.Mike Pall2011-12-128-56/+69
* ARM: Error out for attempt to compile with hard-float ABI.Mike Pall2011-12-101-0/+3
* ARM: Fix stack check for spilled BASE in parent.Mike Pall2011-12-101-7/+5
* x64: Always extend stack arguments to pointer size.Mike Pall2011-12-091-1/+1
* Fix compiler warning.Mike Pall2011-12-091-2/+4
* FFI: Fix stack adjustment for calls to stdcall/fastcall functions.Mike Pall2011-12-011-1/+5
* FFI: Need to treat strlen() as a load.Mike Pall2011-11-271-1/+1
* Fix docs. The code base doesn't work on Windows 98 anymore.Mike Pall2011-11-271-1/+1
* Don't increment module reference counts due to symbol resolving.Mike Pall2011-11-272-4/+6
* FFI: Record ffi.errno().Mike Pall2011-11-267-2/+24
* Fix stack check in side exit.Mike Pall2011-11-251-1/+1
* FFI: Record C function calls with bool return values.Mike Pall2011-11-255-6/+38
* FFI: Fix line info for result conversion errors in callbacks.Mike Pall2011-11-252-4/+4
* FFI: Fix GetLastError() save/restore around ffi.load().Mike Pall2011-11-251-1/+1
* FFI: Improve ld script detection in ffi.load().Mike Pall2011-11-251-9/+23
* Do not eliminate PHIs only referenced from other PHIs.Mike Pall2011-11-241-13/+41
* Replace stack slot for implicit number->string conv. in Lua/C API.Mike Pall2011-11-211-6/+12
* Specialize to prototype for non-monomorphic functions.Mike Pall2011-11-206-15/+31
* Count frames with same prototype in call unroll limit check.Mike Pall2011-11-201-4/+8
* Keep maximum frame extent in snap->topslot.Mike Pall2011-11-204-53/+37
* Get rid of snap->depth.Mike Pall2011-11-207-17/+25
* Fix debug option for msvcbuild.bat.Mike Pall2011-11-171-2/+2
* FFI: Fix EnumWindows example in docs.Mike Pall2011-11-151-0/+2
* FFI: Add missing GC barrier for callback registration.Mike Pall2011-11-151-0/+1
* FFI: Save GetLastError() around ffi.load() and symbol resolving, too.Mike Pall2011-11-151-0/+4
* Eliminate some rare occurrences of redundant PHIs.Mike Pall2011-11-141-4/+8
* Fix hint-based register allocation in ra_dest().Mike Pall2011-11-141-1/+1
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-1427-4343/+5340
* PPC: Clarify docs.Mike Pall2011-11-141-1/+1
* FFI: Resolve __call metamethod for pointers, too.Mike Pall2011-11-142-2/+22
* Avoid dependence on lj_jit.h if only including lj_target.h.Mike Pall2011-11-122-7/+11
* FFI: Add unwind definitions for lj_vm_ffi_call.Mike Pall2011-11-1212-1823/+2478
* FFI: Extend metamethod tutorial.Mike Pall2011-11-111-1/+20
* ARM: Fix IR splitting for softfp XLOAD.Mike Pall2011-11-112-5/+15
* ARM: Fix code generation for type-check only softfp [AHUV]LOAD.Mike Pall2011-11-111-1/+1
* x64: Fix lightuserdata comparisons.Mike Pall2011-11-043-1144/+1148
* Spelling.Mike Pall2011-11-041-1/+1
* PPC: Install dis_ppc.lua.Mike Pall2011-10-271-1/+1
* FFI: Compile calls to stdcall, fastcall and vararg functions.Mike Pall2011-10-2714-78/+262
* PPC: Fuse BAND with shift to rlwinm.Mike Pall2011-10-251-8/+42
* Add more FOLD rules for shift + BAND simplifications.Mike Pall2011-10-251-0/+30
* x64: Fix code generation for BSWAP.Mike Pall2011-10-251-1/+1
* PPC: Fuse BSWAP with XLOAD/XSTORE to lwbrx/stwbrx.Mike Pall2011-10-252-14/+46
* PPC/e500: Fix write barrier in USETS.Mike Pall2011-10-252-4/+3
* PPC: Fix externally provided relocation offsets in DynASM.Mike Pall2011-10-251-1/+1
* PPC: Fix write barrier in USETV/USETS.Mike Pall2011-10-252-8/+6