aboutsummaryrefslogtreecommitdiff
path: root/etc (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-04Fix bytecode dump for certain number constants.Mike Pall1-4/+10
2012-02-01FFI: Fix library unloading on POSIX systems.Mike Pall1-1/+1
2012-01-31MIPS: Add MIPS disassembler.Mike Pall3-1/+449
2012-01-23Bump copyright date to 2012.Mike Pall164-183/+183
2012-01-23MIPS: Update install docs.Mike Pall1-0/+22
2012-01-23MIPS: Add interpreter. Enable MIPS build rules.Mike Pall16-24/+11743
2012-01-23PPC: Avoid pointless arg clearing in BC_IFUNCF. Remove dead code.Mike Pall2-580/+537
2012-01-23PPC: Fix argument checking for rawget.Mike Pall1-1/+1
2012-01-23PPC: Fix resume after yield from hook.Mike Pall1-6/+6
2012-01-23ARM: Avoid pointless arg clearing in BC_IFUNCF. Fix comments.Mike Pall2-5/+5
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