| Commit message (Expand) | Author | Files | Lines |
2012-06-20 | FFI: Resolve metamethods for constructors, too. | Mike Pall | 2 | -4/+13 |
2012-06-20 | FFI: Improve error messages for ctype arguments. | Mike Pall | 1 | -0/+4 |
2012-06-14 | FFI: Add support for parameterized C types. | Mike Pall | 4 | -10/+57 |
2012-06-13 | CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. | Mike Pall | 5 | -184/+456 |
2012-06-13 | Clean up buildvm error message. | Mike Pall | 1 | -1/+1 |
2012-06-12 | Allow parsing bcsave.lua (-b option) without FFI. | Mike Pall | 1 | -1/+2 |
2012-06-12 | PPC: Remove lj_vm_floor/ceil/trunc assembler wrappers. | Mike Pall | 2 | -12/+8 |
2012-06-12 | ARM/PPC: Remove assembler code for lj_vm_foldarith(). | Mike Pall | 3 | -102/+1 |
2012-06-12 | PPC: Fix disassembly of rldcl/rldcr. | Mike Pall | 1 | -1/+1 |
2012-06-12 | DynASM/PPC: Add missing 64 bit rotates and mtocrf/mfocrf. | Mike Pall | 1 | -4/+33 |
2012-06-12 | x64: Fix DynASM defines. | Mike Pall | 2 | -3/+6 |
2012-06-12 | Improved target detection for msvcbuild.bat. | Mike Pall | 1 | -5/+4 |
2012-06-11 | OSX: Change dylib names to be consistent with other platforms. | Mike Pall | 2 | -5/+4 |
2012-06-11 | MIPS: Cleanup interpreter. | Mike Pall | 1 | -75/+75 |
2012-06-11 | PPC/e500: Cleanup interpreter. | Mike Pall | 1 | -37/+37 |
2012-06-11 | PPC: Cleanup interpreter. | Mike Pall | 1 | -740/+740 |
2012-06-11 | ARM: Cleanup interpreter. | Mike Pall | 2 | -135/+141 |
2012-06-11 | x86/x64: More interpreter cleanups. | Mike Pall | 1 | -6/+6 |
2012-06-11 | PPC: Fix interpreter state setup in callbacks. | Mike Pall | 1 | -0/+2 |
2012-06-10 | Fix userdata __gc separations at state close. | Mike Pall | 1 | -2/+2 |
2012-06-10 | x86/x64: Clean up interpreter. | Mike Pall | 3 | -1176/+1076 |
2012-06-10 | Pass various build, arch and OS flags to DynASM. | Mike Pall | 3 | -8/+48 |
2012-06-10 | CONSOLE: Minor PS3 build fixes. | Mike Pall | 2 | -1/+3 |
2012-06-10 | CONSOLE: Fix PS3 build. | Mike Pall | 12 | -29/+73 |
2012-06-09 | CONSOLE: Handle unimplemented features for console toolchains. | Mike Pall | 6 | -2/+41 |
2012-06-09 | ARM/PPC: Detect more target arch variants. Detect console OS. | Mike Pall | 2 | -8/+83 |
2012-06-09 | Avoid potential store-forwarding stalls in GC marking. | Mike Pall | 1 | -9/+11 |
2012-06-09 | Fix check for minimum GCC version. | Mike Pall | 1 | -6/+6 |
2012-06-09 | Reorganize build process. | Mike Pall | 24 | -41378/+116 |
2012-06-09 | Add minified Lua interpreter (minilua). Used by the build process. | Mike Pall | 3 | -0/+8273 |
2012-06-09 | DynASM: Compatibility with minilua. | Mike Pall | 1 | -3/+14 |
2012-06-09 | FFI: Fix address calculation for refs. | Mike Pall | 1 | -8/+10 |
2012-06-08 | Move lib/* to src/jit/*. | Mike Pall | 15 | -4/+4 |
2012-06-08 | Correctly preserve snapshot #0 PC for root traces (insert NOP). | Mike Pall | 1 | -2/+7 |
2012-06-08 | Rearrange OSX vs. iOS defines. Disable callbacks on iOS. | Mike Pall | 7 | -76/+94 |
2012-06-07 | Link to LuaJIT Roadmap 2012/2013. | Mike Pall | 1 | -2/+2 |
2012-06-06 | Print version and JIT status to stdout, not stderr. | Mike Pall | 1 | -6/+7 |
2012-06-05 | Split-off large-file support flags to TARGET_LFSFLAGS. | Mike Pall | 1 | -1/+2 |
2012-06-05 | Add uninstall target to top-level Makefile. | Mike Pall | 1 | -3/+24 |
2012-06-04 | MIPS: Support generation of mips/mipsel bytecode object files. | Mike Pall | 1 | -3/+7 |
2012-06-04 | FFI: Use CNEWI/FLOAD to box/access ffi.new("int", x) (for varargs). | Mike Pall | 3 | -19/+23 |
2012-05-31 | Link to LuaJIT wiki. | Mike Pall | 15 | -0/+36 |
2012-05-29 | FFI: Convert io.* file handle to FILE * pointer (but as a void *). | Mike Pall | 3 | -11/+23 |
2012-05-28 | Fix argument checks for coroutine.create(). | Mike Pall | 1 | -1/+2 |
2012-05-23 | PPC/e500: Fix tailcall from fast function (esp. tostring). | Mike Pall | 2 | -171/+173 |
2012-05-23 | FFI: Equality comparisons never raise an error. | Mike Pall | 3 | -6/+19 |
2012-05-14 | Preserve snapshot #0 PC for root traces. | Mike Pall | 1 | -0/+5 |
2012-05-14 | FFI: Don't call FreeLibrary() on our own EXE/DLL. | Mike Pall | 1 | -1/+1 |
2012-05-10 | ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring). | Mike Pall | 6 | -1029/+1041 |
2012-05-10 | ARM: Fix modulo operator and math.floor/ceil for inf/nan. | Mike Pall | 1 | -0/+2 |