aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-23Avoid compiler warning.Mike Pall1-1/+1
2010-10-18PPC: Preserve RD during array resizing in BC_TSETM.Mike Pall2-52/+56
2010-10-11Fix recording of y = select(n, ...) for non-int indexes.Mike Pall1-0/+2
2010-10-11Decouple SLOAD type and optional conversion.Mike Pall5-26/+36
2010-10-11x64: Fix type check for numbers in compiled code.Mike Pall1-5/+21
2010-10-11x64: Optimize internal/external tag conversion in lua_type().Mike Pall1-0/+4
2010-10-11Reorganize compatibility table in install docs.Mike Pall1-37/+43
2010-10-11Fix external link in docs.Mike Pall1-1/+1
2010-10-07PPC: Update DynASM-generated file.Mike Pall1-380/+5244
2010-10-07PPC: Use ZERO register instead of extra load immediate.Mike Pall1-2/+1
2010-10-07PPC: Add coroutine.resume/wrap_aux/yield() fast functions.Mike Pall1-2/+122
2010-10-06PPC: Add string.sub() fast function.Mike Pall1-1/+45
2010-10-06PPC: Add string.rep/reverse/lower/upper() fast functions.Mike Pall1-12/+84
2010-10-06PPC: Add string.len/byte/char() fast functions.Mike Pall1-5/+42
2010-10-05PPC: Fix math.deg/rad() fast functions.Mike Pall1-1/+1
2010-10-05PPC: Use own implementation for math.floor/ceil() fast functions.Mike Pall1-2/+17
2010-10-05PPC: Add math.ldexp/frexp/modf() fast functions.Mike Pall1-3/+47
2010-10-05PPC: Add math.abs/deg/rad/min/max() fast functions.Mike Pall1-5/+38
2010-10-05PPC: Remove pointless optimization in BC_UNM.Mike Pall1-4/+1
2010-10-05PPC: Add table.getn() fast function.Mike Pall1-1/+6
2010-10-05PPC: Add tonumber() and tostring() fast functions.Mike Pall1-4/+48
2010-10-05PPC: Add getmetatable(), setmetatable() and rawget() fast functions.Mike Pall1-4/+72
2010-10-05PPC: Add assert() and type() fast functions.Mike Pall1-2/+31
2010-10-05Update docs for PPC port. Clarify and extend install instructions.Mike Pall8-70/+185
2010-10-01PPC: Add pcall() and xpcall() fast functions.Mike Pall1-3/+23
2010-10-01PPC: Add ipairs() fast function and its iterator.Mike Pall1-6/+50
2010-10-01PPC: Add next() and pairs() fast functions.Mike Pall1-6/+35
2010-10-01PPC: Add BC_ITERN and BC_ISNEXT.Mike Pall1-2/+91
2010-09-30Specialize bytecode for pairs()/next() iterator. Speedup: 3.5x.Mike Pall9-354/+634
2010-09-30x64: Use 64 bit slot copies in the interpreter.Mike Pall4-2351/+2492
2010-09-30PPC: Add dispatch to fast function fallback handlers.Mike Pall1-1/+44
2010-09-30PPC: Add bit.* fast functions.Mike Pall1-30/+53
2010-09-30PPC: Add basic infrastructure for fast functions.Mike Pall1-6/+39
2010-09-28PPC: Add frame unwind info for assembler part.Mike Pall3-15/+96
2010-09-28PPC: Don't use callee-save registers when folding '%' operator.Mike Pall1-1/+1
2010-09-28Fix checks for minimum required compiler versions.Mike Pall2-5/+18
2010-09-23PPC: Add dispatch target for call hook.Mike Pall1-2/+22
2010-09-23PPC: Add dispatch targets for instruction and return hooks.Mike Pall1-3/+43
2010-09-23PPC: Add lj_vm_resume().Mike Pall1-2/+40
2010-09-23Workaround for missing fseeko/ftello prototypes on ancient glibc.Mike Pall1-1/+1
2010-09-22x86/x64: Fix stack overflow handling for coroutine results.Mike Pall4-2010/+2015
2010-09-22Fix stack growth for coroutine.wrap().Mike Pall1-1/+1
2010-09-21PPC: Reschedule continuation dispatch.Mike Pall1-1/+1
2010-09-21Whitespace.Mike Pall1-1/+1
2010-09-21PPC: Add fixed register for TOBIT bias.Mike Pall1-3/+8
2010-09-21PPC: Add missing register setup after unwind to ff pcall.Mike Pall1-2/+10
2010-09-21PPC: Fix result copy for return to Lua.Mike Pall1-2/+3
2010-09-21PPC: Fix constant folding of modulo operator.Mike Pall1-2/+2
2010-09-21Consistently round int args of string functions on x64.Mike Pall4-16/+16
2010-09-21Improve AA for field accesses: disambiguate new allocations.Mike Pall1-3/+6