| Commit message (Expand) | Author | Files | Lines |
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 |
2012-05-10 | ARM: Fix tonumber() argument check. | Mike Pall | 2 | -2/+5 |
2012-05-09 | RELEASE LuaJIT-2.0.0-beta10v2.0.0-beta10 | Mike Pall | 9 | -20/+20 |
2012-05-09 | Remove stray comment. | Mike Pall | 1 | -1/+1 |
2012-05-09 | Update changelog. | Mike Pall | 1 | -0/+72 |
2012-05-09 | Fix typo. | Mike Pall | 1 | -1/+1 |
2012-05-09 | FFI: Fix recording of test for bool result of call. | Mike Pall | 1 | -7/+10 |
2012-05-08 | FFI: Don't record test for bool result of call, if ignored. | Mike Pall | 1 | -1/+3 |
2012-05-08 | FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy. | Mike Pall | 3 | -9/+16 |
2012-05-07 | Fix PHI stack slot syncing. | Mike Pall | 8 | -5/+97 |
2012-05-05 | FFI: Use correct PC in FFI metamethod error message. | Mike Pall | 1 | -0/+1 |
2012-05-04 | Add links to LuaJIT mailing list. | Mike Pall | 14 | -12/+37 |
2012-05-03 | Disable loading bytecode with an extra header (BOM or #!). | Mike Pall | 2 | -1/+18 |
2012-04-30 | ARM: Fix compilation of math.sinh/cosh/tanh. | Mike Pall | 2 | -4/+4 |
2012-04-30 | ARM: Fix rejoin of pow in SPLIT pass. | Mike Pall | 1 | -1/+1 |
2012-04-29 | ARM: Handle all CALL* ops with double results in SPLIT pass. | Mike Pall | 1 | -0/+2 |
2012-04-26 | Add more comparison variants to Valgrind suppressions file. | Mike Pall | 2 | -1/+12 |