aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* PPC: Add dispatch target for call hook.Mike Pall2010-09-231-2/+22
* PPC: Add dispatch targets for instruction and return hooks.Mike Pall2010-09-231-3/+43
* PPC: Add lj_vm_resume().Mike Pall2010-09-231-2/+40
* Workaround for missing fseeko/ftello prototypes on ancient glibc.Mike Pall2010-09-231-1/+1
* x86/x64: Fix stack overflow handling for coroutine results.Mike Pall2010-09-224-2010/+2015
* Fix stack growth for coroutine.wrap().Mike Pall2010-09-221-1/+1
* PPC: Reschedule continuation dispatch.Mike Pall2010-09-211-1/+1
* Whitespace.Mike Pall2010-09-211-1/+1
* PPC: Add fixed register for TOBIT bias.Mike Pall2010-09-211-3/+8
* PPC: Add missing register setup after unwind to ff pcall.Mike Pall2010-09-211-2/+10
* PPC: Fix result copy for return to Lua.Mike Pall2010-09-211-2/+3
* PPC: Fix constant folding of modulo operator.Mike Pall2010-09-211-2/+2
* Consistently round int args of string functions on x64.Mike Pall2010-09-214-16/+16
* Improve AA for field accesses: disambiguate new allocations.Mike Pall2010-09-211-3/+6
* Drop redundant (UGE any +0).Mike Pall2010-09-211-0/+8
* Improve FOLD/CSE of field loads and array/hash refs across NEWREF.Mike Pall2010-09-213-15/+23
* Improve alias analysis: disambiguate new allocations.Mike Pall2010-09-211-26/+54
* Avoid fusing potentially negative indexes into AREF on x64.Mike Pall2010-09-181-2/+3
* PPC: Add metamethod handlers and continuations for comparisons.Mike Pall2010-09-171-18/+49
* PPC: Reschedule bytecode instruction fetch.Mike Pall2010-09-171-35/+66
* PPC: Add BC_CAT and lj_cont_cat.Mike Pall2010-09-171-3/+31
* PPC: Fix ordered comparisons for NaN operands.Mike Pall2010-09-161-7/+7
* PPC: Avoid comparison with NaN in BC_ISEQN/BC_ISNEN.Mike Pall2010-09-161-1/+12
* PPC: Add BC_TSETM.Mike Pall2010-09-151-1/+41
* PPC: Add BC_VARG.Mike Pall2010-09-151-1/+62
* Don't traverse inactive GCtrace objects.Mike Pall2010-09-151-2/+2
* Show names of IR calls in disassembler output.Mike Pall2010-09-151-1/+13
* Add IR_VLOAD for vararg loads.Mike Pall2010-09-145-9/+13
* Improve alias analysis for vararg loads.Mike Pall2010-09-141-8/+11
* Avoid unnecessary vararg loads.Mike Pall2010-09-141-1/+2
* PPC: Fix line number in stack overflow error.Mike Pall2010-09-141-0/+1
* PPC: Fix write barrier in BC_TSETV.Mike Pall2010-09-141-1/+1
* PPC: Fix KBASE restore in BC_CALLT.Mike Pall2010-09-141-1/+1
* PPC: Keep MULTRES in a register.Mike Pall2010-09-141-16/+14
* x86/x64: Avoid unnecessary resize in BC_TSETM.Mike Pall2010-09-134-4/+4
* PPC: Add support for shifted MULTRES.Mike Pall2010-09-132-1/+6
* PPC: Add metamethod handlers for indexing instructions.Mike Pall2010-09-131-8/+94
* PPC: Add missing write barrier to BC_TSETV.Mike Pall2010-09-131-10/+18
* PPC: Fix write barrier and linkage for BC_USETV/BC_USETS.Mike Pall2010-09-131-7/+9
* Release all memory when using the builtin allocator.Mike Pall2010-09-131-16/+11
* Record y = select(x, ...) idiom.Mike Pall2010-09-133-1/+61
* Record select().Mike Pall2010-09-132-1/+43
* Record vararg expressions with varargs defined off-trace.Mike Pall2010-09-134-47/+98
* Fix tailcalls from vararg functions.Mike Pall2010-09-131-1/+8
* Fix off-by-one errors in maxslot calculation of trace recorder.Mike Pall2010-09-121-2/+2
* Record vararg expressions with known fixed number of results.Mike Pall2010-09-121-1/+27
* Record calls to vararg functions.Mike Pall2010-09-124-16/+56
* Fix broken MSVC build.Mike Pall2010-09-121-5/+5
* PPC: Add argument coercion for BC_FORI.Mike Pall2010-09-111-1/+18
* PPC: Add continuation dispatch and RA/nop continuations.Mike Pall2010-09-111-5/+25