aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PPC: Add dispatch to fast function fallback handlers.Mike Pall2010-09-301-1/+44
|
* PPC: Add bit.* fast functions.Mike Pall2010-09-301-30/+53
|
* PPC: Add basic infrastructure for fast functions.Mike Pall2010-09-301-6/+39
|
* PPC: Add frame unwind info for assembler part.Mike Pall2010-09-283-15/+96
| | | | Add define for target-specific exception handler return register.
* PPC: Don't use callee-save registers when folding '%' operator.Mike Pall2010-09-281-1/+1
|
* Fix checks for minimum required compiler versions.Mike Pall2010-09-282-5/+18
|
* 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-152-3/+19
|
* Add IR_VLOAD for vararg loads.Mike Pall2010-09-145-9/+13
| | | | Also fixes the broken AA improvement in the last commit.
* 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
|
* PPC: Add better diagnostics to DynASM for reg/imm mismatches.Mike Pall2010-09-141-1/+4
|
* 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
| | | | Some older linkers can't rearrange to accomodate R_PPC_REL14.
* PPC: Teach DynASM to reject r0 for some operands.Mike Pall2010-09-131-66/+70
|
* Release all memory when using the builtin allocator.Mike Pall2010-09-131-16/+11
| | | | Blocks >128K are not kept in the segment list and were not destroyed.
* Record y = select(x, ...) idiom.Mike Pall2010-09-133-1/+61
|
* Record select().Mike Pall2010-09-132-1/+43
|