aboutsummaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-05Misc. updates to docs.Mike Pall5-10/+12
2011-05-04Fix compiler warning.Mike Pall1-1/+2
2011-05-04FFI: Fix field alignment for iOS.Mike Pall1-2/+2
2011-05-04More tuning of loop unrolling heuristics.Mike Pall1-4/+3
2011-05-04Fix stack slot updates for down-recursion.Mike Pall1-1/+2
2011-05-03Tune loop unrolling heuristics. Increase trace recorder limits.Mike Pall3-7/+9
2011-04-29FFI: Compile C function calls with 64 bit args/results in 32 bit mode.Mike Pall4-4/+42
2011-04-29x86: Pop unused FP result from x87 stack.Mike Pall1-0/+2
2011-04-29Improve target OS selection for buildvm.Mike Pall1-4/+20
2011-04-28ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.Mike Pall6-932/+1489
2011-04-28DynASM: x86/x64: Fix vreg in opcode. x64: Fix imm "I" after abs addr.Mike Pall1-2/+3
2011-04-28ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2.Mike Pall3-4/+30
2011-04-20FFI: Add ffi.istype() function.Mike Pall4-13/+76
2011-04-19Workaround to compile with Clang. Fix Clang warnings.Mike Pall3-7/+12
2011-04-19Fix compiler warning.Mike Pall1-1/+1
2011-04-19ARM: Workaround for unaligned accesses.Mike Pall1-5/+17
2011-04-18ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb).Mike Pall1-3/+0
2011-04-18ARM: Add missing FFI functionality. Enable FFI for ARM.Mike Pall3-787/+920
2011-04-18Add remark about target OS to cross-compilation instructions.Mike Pall1-5/+13
2011-04-17ARM: Add install docs.Mike Pall1-4/+33
2011-04-17Add common TARGET_FLAGS option to Makefile.Mike Pall1-4/+4
2011-04-17ARM: Enable ARM port.Mike Pall3-3/+6530
2011-04-17ARM: Normalize results of math.floor()/ceil() fast functions.Mike Pall1-21/+75
2011-04-16ARM: Misc. fixes for interpreter.Mike Pall2-24/+27
2011-04-16ARM: Add integer variant of modulo operator.Mike Pall1-12/+50
2011-04-16ARM: Add partial support for FFI.Mike Pall4-4/+87
2011-04-16ARM: Add coroutine.resume/wrap_aux/yield() fast functions.Mike Pall1-3/+146
2011-04-15FFI: Fix arithmetic ctype metamethods for references.Mike Pall1-1/+1
2011-04-13FFI: Fix cdata finalization.Mike Pall7-23/+43
2011-04-13PPC: Fix L->status for resume after yield.Mike Pall2-2/+2
2011-04-13ARM: Add BC_VARG and BC_TSETM.Mike Pall1-2/+93
2011-04-13ARM: Add dispatch targets for hooks.Mike Pall1-5/+62
2011-04-13ARM: Add modulo subroutine and temp. math.floor()/math.ceil().Mike Pall1-3/+16
2011-04-12FFI: Add ctype metamethods and ffi.metatype().Mike Pall11-82/+425
2011-04-12Add support for tailcalls from internal C functions.Mike Pall12-3880/+3957
2011-04-10Optimize lookups in empty proxy tables.Mike Pall1-1/+7
2011-04-10Avoid phantom stores to proxy tables.Mike Pall1-6/+15
2011-04-10Inline lj_gc_barrierback().Mike Pall2-14/+13
2011-04-10Fix recording of JLOOP with higher maxslot.Mike Pall1-1/+1
2011-04-10PPC: Misc. fixes for interpreter.Mike Pall2-222/+220
2011-04-10ARM: Misc. fixes for interpreter.Mike Pall1-1/+2
2011-04-10ARM: Add string.* fast functions and GC steps.Mike Pall1-13/+159
2011-04-10ARM: Add rawget() fast function.Mike Pall1-1/+11
2011-04-10Use lj_vm_tobit() on targets without FPU.Mike Pall3-3/+12
2011-04-10ARM: Add bit.* fast functions and lj_vm_tobit().Mike Pall1-15/+81
2011-04-10ARM: Add GPR variants for shift aliases to DynASM.Mike Pall1-4/+11
2011-04-08ARM: Misc. fixes for interpreter.Mike Pall2-28/+45
2011-04-08ARM: Add BC_CAT and lj_cont_cat.Mike Pall1-3/+35
2011-04-08ARM: Add missing metamethod handlers and continuations.Mike Pall1-11/+84
2011-04-08ARM: Add tailcall instructions.Mike Pall1-2/+53