summaryrefslogtreecommitdiff
path: root/dynasm (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-07FFI: Clarify callback docs.Mike Pall1-6/+7
2012-11-07Improve iOS install docs.Mike Pall1-2/+2
2012-11-07FFI: Mention __thiscall attribute in docs.Mike Pall1-3/+3
2012-11-07ARM: Fix ordered comparisons for number <=> non-number.Mike Pall1-0/+2
2012-11-07FFI: Fix stack-adjustment for __thiscall callbacks.Mike Pall1-5/+2
2012-11-06RELEASE LuaJIT-2.0.0-rc2v2.0.0-rc2Mike Pall1-1/+6
2012-11-06FFI: Fix recording of bool call result check on x86/x64.Mike Pall3-2/+9
2012-11-06FFI: Fix signedness of bool.Mike Pall1-1/+1
2012-11-06Don't propagate implicitly widened number to index metamethods.Mike Pall1-1/+1
2012-11-06Fix CONV.num.int sinking.Mike Pall1-3/+12
2012-11-06Don't create unneeded array part for template tables.Mike Pall1-1/+1
2012-10-31RELEASE LuaJIT-2.0.0-rc1v2.0.0-rc1Mike Pall5-9/+8
2012-10-31Update docs for release candidate.Mike Pall5-41/+9
2012-10-31Update changelog.Mike Pall1-4/+16
2012-10-31Install bin/luajit symlink for non-beta releases.Mike Pall1-9/+3
2012-10-29FFI: Fix code generation for replay of sunk float fields.Mike Pall1-1/+1
2012-10-28Document tonumber() enhancements.Mike Pall1-1/+12
2012-10-24Fix builtin string to number conversion for INT_MIN.Mike Pall1-11/+10
2012-10-24Remove strict.lua.Mike Pall1-41/+0
2012-10-24Release planning update.Mike Pall1-3/+4
2012-10-21Replace error with PANIC for callbacks from JIT-compiled code.Mike Pall2-3/+23
2012-10-21Fix detection of immutable upvalues.Mike Pall2-60/+67
2012-10-19Fix recording of equality comparisons with __eq metamethods.Mike Pall1-5/+3
2012-10-17Extended Android build instructions.Mike Pall1-4/+33
2012-10-17Fix Android/x86 build.Mike Pall1-1/+1
2012-10-16RELEASE LuaJIT-2.0.0-beta11v2.0.0-beta11Mike Pall10-30/+21
2012-10-16Update changelog.Mike Pall1-0/+100
2012-10-15MIPS: Compile math.sqrt() to sqrt.d instruction.Mike Pall2-0/+3
2012-10-15PPC: Compile math.sqrt() to fsqrt instruction.Mike Pall2-1/+5
2012-10-15ARM: Drop hard-fp variants of floor/ceil/trunc.Mike Pall3-88/+57
2012-10-15DynASM/ARM: Fix conditional VFP instruction encoding.Mike Pall1-1/+4
2012-10-15ARM, MIPS: Fix workaround for argument GPRs vs. FPR remat.Mike Pall2-2/+2
2012-10-15Workaround for broken Android sprintf("%g", -0.0).Mike Pall1-0/+3
2012-10-15Update Android install docs.Mike Pall1-4/+7
2012-10-14Add note to recalcitrant distro maintainers.Mike Pall1-0/+4
2012-10-14Documentation cleanup and reorganization.Mike Pall14-207/+245
2012-10-14Documentation layout changes.Mike Pall5-18/+17
2012-10-12From Lua 5.2: Add package.loadlib(libname, "*").Mike Pall1-12/+16
2012-10-12From Lua 5.2: Add format options to io.lines().Mike Pall2-26/+37
2012-10-11Fix assertion.Mike Pall1-1/+1
2012-10-10FFI: Update docs on FFI semantics.Mike Pall1-10/+51
2012-10-10FFI: Compile ffi.gc().Mike Pall3-17/+29
2012-10-10FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof().Mike Pall6-8/+42
2012-10-09FFI: Compile array/struct copies.Mike Pall2-4/+3
2012-10-09FFI: Optimize ffi.copy() and ffi.fill().Mike Pall1-26/+261
2012-10-09Add LJ_TARGET_UNALIGNED.Mike Pall2-1/+7
2012-10-09Add FOLD rules for CONV.int.i8/u8/i16/u16 of KINT.Mike Pall1-0/+14
2012-10-09Don't use stack unwinding for lua_yield().Mike Pall6-17/+35
2012-10-08FFI: Add support for copy constructors.Mike Pall4-6/+10
2012-10-07PPC: Fix string.sub() range check.Mike Pall1-4/+4