| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: Add support for GDB JIT API. | Mike Pall | 2011-05-16 | 1 | -0/+12 |
* | ARM: Remove redundant parse_gpr() in DynASM. | Mike Pall | 2011-05-16 | 1 | -1/+0 |
* | ARM: Add LJ_SOFTFP define. Add support for soft-float slot handling. | Mike Pall | 2011-05-16 | 5 | -12/+30 |
* | ARM: Generalize machine code co-location. ARM has a +-32MB range. | Mike Pall | 2011-05-16 | 1 | -11/+26 |
* | Move x86/x64 parts of JIT assembler backend to extra files. | Mike Pall | 2011-05-12 | 5 | -3125/+3173 |
* | Disentangle target-specific parts of JIT assembler backend. | Mike Pall | 2011-05-12 | 2 | -154/+193 |
* | Tuning loop unrolling heuristics again. | Mike Pall | 2011-05-10 | 1 | -3/+11 |
* | ARM: Fix table/userdata equality comparisons in interpreter. | Mike Pall | 2011-05-09 | 2 | -358/+464 |
* | ARM: Interpreter/JIT integration, part #1. | Mike Pall | 2011-05-09 | 1 | -13/+61 |
* | Fix some portability issues with the JIT compiler. | Mike Pall | 2011-05-09 | 6 | -17/+38 |
* | Use common helper functions for unaligned loads. | Mike Pall | 2011-05-09 | 3 | -23/+34 |
* | FFI: Allow setting errno with ffi.errno(), too. | Mike Pall | 2011-05-09 | 2 | -5/+10 |
* | FFI: Add ffi.errno(). | Mike Pall | 2011-05-08 | 2 | -0/+30 |
* | FFI: Save errno/GetLastError() around allocations, hooks etc. | Mike Pall | 2011-05-08 | 4 | -5/+72 |
* | Avoid name clash with Windows MM_MAX define. | Mike Pall | 2011-05-08 | 2 | -4/+4 |
* | x86/x64: Fix bit.* argument checking. | Mike Pall | 2011-05-06 | 4 | -2680/+2694 |
* | RELEASE LuaJIT-2.0.0-beta7v2.0.0-beta7 | Mike Pall | 2011-05-05 | 19 | -41/+41 |
* | Update changelog. | Mike Pall | 2011-05-05 | 1 | -1/+49 |
* | Improve bytecode optimization of and/or operators. | Mike Pall | 2011-05-05 | 1 | -8/+20 |
* | Misc. updates to docs. | Mike Pall | 2011-05-05 | 5 | -10/+12 |
* | Fix compiler warning. | Mike Pall | 2011-05-04 | 1 | -1/+2 |
* | FFI: Fix field alignment for iOS. | Mike Pall | 2011-05-04 | 1 | -2/+2 |
* | More tuning of loop unrolling heuristics. | Mike Pall | 2011-05-04 | 1 | -4/+3 |
* | Fix stack slot updates for down-recursion. | Mike Pall | 2011-05-04 | 1 | -1/+2 |
* | Tune loop unrolling heuristics. Increase trace recorder limits. | Mike Pall | 2011-05-03 | 3 | -7/+9 |
* | FFI: Compile C function calls with 64 bit args/results in 32 bit mode. | Mike Pall | 2011-04-29 | 4 | -4/+42 |
* | x86: Pop unused FP result from x87 stack. | Mike Pall | 2011-04-29 | 1 | -0/+2 |
* | Improve target OS selection for buildvm. | Mike Pall | 2011-04-29 | 1 | -4/+20 |
* | ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+. | Mike Pall | 2011-04-28 | 6 | -932/+1489 |
* | DynASM: x86/x64: Fix vreg in opcode. x64: Fix imm "I" after abs addr. | Mike Pall | 2011-04-28 | 1 | -2/+3 |
* | ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2. | Mike Pall | 2011-04-28 | 3 | -4/+30 |
* | FFI: Add ffi.istype() function. | Mike Pall | 2011-04-20 | 4 | -13/+76 |
* | Workaround to compile with Clang. Fix Clang warnings. | Mike Pall | 2011-04-19 | 3 | -7/+12 |
* | Fix compiler warning. | Mike Pall | 2011-04-19 | 1 | -1/+1 |
* | ARM: Workaround for unaligned accesses. | Mike Pall | 2011-04-19 | 1 | -5/+17 |
* | ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb). | Mike Pall | 2011-04-18 | 1 | -3/+0 |
* | ARM: Add missing FFI functionality. Enable FFI for ARM. | Mike Pall | 2011-04-18 | 3 | -787/+920 |
* | Add remark about target OS to cross-compilation instructions. | Mike Pall | 2011-04-18 | 1 | -5/+13 |
* | ARM: Add install docs. | Mike Pall | 2011-04-17 | 1 | -4/+33 |
* | Add common TARGET_FLAGS option to Makefile. | Mike Pall | 2011-04-17 | 1 | -4/+4 |
* | ARM: Enable ARM port. | Mike Pall | 2011-04-17 | 3 | -3/+6530 |
* | ARM: Normalize results of math.floor()/ceil() fast functions. | Mike Pall | 2011-04-17 | 1 | -21/+75 |
* | ARM: Misc. fixes for interpreter. | Mike Pall | 2011-04-16 | 2 | -24/+27 |
* | ARM: Add integer variant of modulo operator. | Mike Pall | 2011-04-16 | 1 | -12/+50 |
* | ARM: Add partial support for FFI. | Mike Pall | 2011-04-16 | 4 | -4/+87 |
* | ARM: Add coroutine.resume/wrap_aux/yield() fast functions. | Mike Pall | 2011-04-16 | 1 | -3/+146 |
* | FFI: Fix arithmetic ctype metamethods for references. | Mike Pall | 2011-04-15 | 1 | -1/+1 |
* | FFI: Fix cdata finalization. | Mike Pall | 2011-04-13 | 7 | -23/+43 |
* | PPC: Fix L->status for resume after yield. | Mike Pall | 2011-04-13 | 2 | -2/+2 |
* | ARM: Add BC_VARG and BC_TSETM. | Mike Pall | 2011-04-13 | 1 | -2/+93 |