summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-08Correctly preserve snapshot #0 PC for root traces (insert NOP).Mike Pall1-2/+7
2012-06-08Rearrange OSX vs. iOS defines. Disable callbacks on iOS.Mike Pall7-76/+94
2012-06-07Link to LuaJIT Roadmap 2012/2013.Mike Pall1-2/+2
2012-06-06Print version and JIT status to stdout, not stderr.Mike Pall1-6/+7
2012-06-05Split-off large-file support flags to TARGET_LFSFLAGS.Mike Pall1-1/+2
2012-06-05Add uninstall target to top-level Makefile.Mike Pall1-3/+24
2012-06-04MIPS: Support generation of mips/mipsel bytecode object files.Mike Pall1-3/+7
2012-06-04FFI: Use CNEWI/FLOAD to box/access ffi.new("int", x) (for varargs).Mike Pall3-19/+23
2012-05-31Link to LuaJIT wiki.Mike Pall15-0/+36
2012-05-29FFI: Convert io.* file handle to FILE * pointer (but as a void *).Mike Pall3-11/+23
2012-05-28Fix argument checks for coroutine.create().Mike Pall1-1/+2
2012-05-23PPC/e500: Fix tailcall from fast function (esp. tostring).Mike Pall2-171/+173
2012-05-23FFI: Equality comparisons never raise an error.Mike Pall3-6/+19
2012-05-14Preserve snapshot #0 PC for root traces.Mike Pall1-0/+5
2012-05-14FFI: Don't call FreeLibrary() on our own EXE/DLL.Mike Pall1-1/+1
2012-05-10ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring).Mike Pall6-1029/+1041
2012-05-10ARM: Fix modulo operator and math.floor/ceil for inf/nan.Mike Pall1-0/+2
2012-05-10ARM: Fix tonumber() argument check.Mike Pall2-2/+5
2012-05-09RELEASE LuaJIT-2.0.0-beta10v2.0.0-beta10Mike Pall9-20/+20
2012-05-09Remove stray comment.Mike Pall1-1/+1
2012-05-09Update changelog.Mike Pall1-0/+72
2012-05-09Fix typo.Mike Pall1-1/+1
2012-05-09FFI: Fix recording of test for bool result of call.Mike Pall1-7/+10
2012-05-08FFI: Don't record test for bool result of call, if ignored.Mike Pall1-1/+3
2012-05-08FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy.Mike Pall3-9/+16
2012-05-07Fix PHI stack slot syncing.Mike Pall8-5/+97
2012-05-05FFI: Use correct PC in FFI metamethod error message.Mike Pall1-0/+1
2012-05-04Add links to LuaJIT mailing list.Mike Pall14-12/+37
2012-05-03Disable loading bytecode with an extra header (BOM or #!).Mike Pall2-1/+18
2012-04-30ARM: Fix compilation of math.sinh/cosh/tanh.Mike Pall2-4/+4
2012-04-30ARM: Fix rejoin of pow in SPLIT pass.Mike Pall1-1/+1
2012-04-29ARM: Handle all CALL* ops with double results in SPLIT pass.Mike Pall1-0/+2
2012-04-26Add more comparison variants to Valgrind suppressions file.Mike Pall2-1/+12
2012-04-26ARM/FFI: Invoke SPLIT pass for double args in FFI call.Mike Pall1-0/+2
2012-04-26ARM: Fix conditional branch fixup for OBAR.Mike Pall1-2/+2
2012-04-26ARM: Fix register allocation for ldrd-optimized HREFK.Mike Pall1-1/+2
2012-04-26ARM: Reorder type/value tests to silence Valgrind.Mike Pall3-17/+16
2012-04-19FFI: Clarify docs wrt. 'local ffi = ...' and the interactive prompt.Mike Pall1-0/+5
2012-04-19Update changelog.Mike Pall1-1/+7
2012-04-19Add required PHIs for implicit conversions (via XREF fwd).Mike Pall1-21/+29
2012-04-17FFI: Fix result type of pointer difference.Mike Pall1-1/+1
2012-04-17Fix dependencies.Mike Pall1-1/+2
2012-04-12FFI: Fix blacklisting of C functions calling callbacks.Mike Pall1-0/+3
2012-04-12Make lua_concat() work from C hook with partial frame.Mike Pall2-2/+7
2012-04-11Fix DSE of USTORE. Have to remove OBAR, too.Mike Pall1-0/+13
2012-04-11Fix bytecode JMP slot range after const + and/or optimization.Mike Pall1-12/+15
2012-04-11Limit number of userdata __gc separations at state close.Mike Pall1-1/+3
2012-04-11Ensure running __gc of userdata created in __gc at state close.Mike Pall1-2/+7
2012-04-09Fix discharge order of comparisons in Lua parser.Mike Pall1-2/+3
2012-04-02MIPS: Update docs.Mike Pall1-1/+1