summaryrefslogtreecommitdiff
path: root/src/lj_tab.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-31ARM: Fix __newindex metamethod handling for BC_TSETB.Mike Pall2-74/+76
2011-05-31ARM: Fix string.sub() argument checks.Mike Pall2-2/+2
2011-05-30Clean up memory allocator initialization and catch early OOM.Mike Pall1-15/+20
2011-05-27FFI: Avoid unused functions if FFI is disabled.Mike Pall2-0/+4
2011-05-27ARM: Interpreter/JIT integration, part #2.Mike Pall2-564/+769
2011-05-27ARM: Fix math.ldexp() recording and folding.Mike Pall3-5/+30
2011-05-27Fix compiler warning.Mike Pall1-1/+3
2011-05-27Fix handling of number constants in snapshots in SPLIT pass.Mike Pall3-12/+18
2011-05-26ARM: Fix rematerialization scheduler.Mike Pall1-3/+4
2011-05-26ARM: Flush instruction cache in assembler backend.Mike Pall1-1/+14
2011-05-26Treat extra exit from stack check like a parent exit.Mike Pall1-1/+9
2011-05-26Simplify helper routines for soft-float targets. Add POW rejoin.Mike Pall4-15/+89
2011-05-26ARM: Add CPU detection.Mike Pall3-2/+34
2011-05-23ARM: Unify rotates to simplify assembler backend.Mike Pall3-2/+13
2011-05-23FFI: Fix __gc for VLA/VLS cdata objects.Mike Pall3-5/+8
2011-05-22Get register maps for jit.dump from target disassembler.Mike Pall4-21/+28