Commit Graph

  • 0a6c8338d2 Add minified Lua interpreter (minilua). Used by the build process. Mike Pall 2012-06-09 15:02:02 +0200
  • 6c8aaef2bb DynASM: Compatibility with minilua. Mike Pall 2012-06-09 14:41:44 +0200
  • e75561b70e FFI: Fix address calculation for refs. Mike Pall 2012-06-09 00:19:32 +0200
  • cccf763898 Move lib/* to src/jit/*. Mike Pall 2012-06-08 20:54:47 +0200
  • 7266e27404 Correctly preserve snapshot #0 PC for root traces (insert NOP). Mike Pall 2012-06-08 19:22:59 +0200
  • fad5382d21 Rearrange OSX vs. iOS defines. Disable callbacks on iOS. Mike Pall 2012-06-08 11:57:44 +0200
  • 1543b2a7ca Link to LuaJIT Roadmap 2012/2013. Mike Pall 2012-06-07 23:45:32 +0200
  • 0bd1a66f2f Print version and JIT status to stdout, not stderr. Mike Pall 2012-06-06 14:17:15 +0200
  • 9ab2ae8d46 Split-off large-file support flags to TARGET_LFSFLAGS. Mike Pall 2012-06-05 00:12:43 +0200
  • 5ed58ff251 Add uninstall target to top-level Makefile. Mike Pall 2012-06-05 00:12:18 +0200
  • bd23a6c42f MIPS: Support generation of mips/mipsel bytecode object files. Mike Pall 2012-06-04 17:23:48 +0200
  • 5032e6d87f FFI: Use CNEWI/FLOAD to box/access ffi.new("int", x) (for varargs). Mike Pall 2012-06-04 15:39:16 +0200
  • 5bd133d6c8 Link to LuaJIT wiki. Mike Pall 2012-05-31 23:54:44 +0200
  • fa2572da6c FFI: Convert io.* file handle to FILE * pointer (but as a void *). Mike Pall 2012-05-29 12:08:21 +0200
  • 97b7edb206 Fix argument checks for coroutine.create(). Mike Pall 2012-05-28 21:38:23 +0200
  • 10b9ed37e0 PPC/e500: Fix tailcall from fast function (esp. tostring). Mike Pall 2012-05-23 22:21:33 +0200
  • 3a43ea5084 FFI: Equality comparisons never raise an error. Mike Pall 2012-05-23 22:19:05 +0200
  • f3197046b8 Preserve snapshot #0 PC for root traces. Mike Pall 2012-05-14 17:35:05 +0200
  • e6bcb545f8 FFI: Don't call FreeLibrary() on our own EXE/DLL. Mike Pall 2012-05-14 13:41:08 +0200
  • 74205dc64b ARM/PPC/MIPS: Fix tailcall from fast function (esp. tostring). Mike Pall 2012-05-10 16:20:21 +0200
  • 3fc5948abf ARM: Fix modulo operator and math.floor/ceil for inf/nan. Mike Pall 2012-05-10 16:19:07 +0200
  • 48567b6043 ARM: Fix tonumber() argument check. Mike Pall 2012-05-10 16:16:42 +0200
  • 51f05d64c9 RELEASE LuaJIT-2.0.0-beta10 v2.0.0-beta10 Mike Pall 2012-05-09 18:11:35 +0200
  • c8a1f274af Remove stray comment. Mike Pall 2012-05-09 17:53:05 +0200
  • 649600ba66 Update changelog. Mike Pall 2012-05-09 17:46:58 +0200
  • 5cb4ad2b22 Fix typo. Mike Pall 2012-05-09 17:22:11 +0200
  • 6e5c872eb7 FFI: Fix recording of test for bool result of call. Mike Pall 2012-05-09 16:25:51 +0200
  • 7d3954036c FFI: Don't record test for bool result of call, if ignored. Mike Pall 2012-05-08 18:57:20 +0200
  • 886a450a3d FFI: Allow 'typedef _Bool int BOOL;' to make Windows users happy. Mike Pall 2012-05-08 18:34:12 +0200
  • 0d824b7d14 Fix PHI stack slot syncing. Mike Pall 2012-05-07 23:16:19 +0200
  • afc17b3c1a FFI: Use correct PC in FFI metamethod error message. Mike Pall 2012-05-05 22:58:29 +0200
  • b466641218 Add links to LuaJIT mailing list. Mike Pall 2012-05-04 21:58:52 +0200
  • 53a285c0c3 Disable loading bytecode with an extra header (BOM or #!). Mike Pall 2012-05-03 19:04:44 +0200
  • eec0d80d1b ARM: Fix compilation of math.sinh/cosh/tanh. Mike Pall 2012-04-30 17:09:41 +0200
  • 8d31b5cdde ARM: Fix rejoin of pow in SPLIT pass. Mike Pall 2012-04-30 12:59:45 +0200
  • 9a2ae72bce ARM: Handle all CALL* ops with double results in SPLIT pass. Mike Pall 2012-04-29 21:25:46 +0200
  • e099059afd Add more comparison variants to Valgrind suppressions file. Mike Pall 2012-04-26 23:47:00 +0200
  • d4a09431c8 ARM/FFI: Invoke SPLIT pass for double args in FFI call. Mike Pall 2012-04-26 23:35:34 +0200
  • 325a1820eb ARM: Fix conditional branch fixup for OBAR. Mike Pall 2012-04-26 23:34:54 +0200
  • 0522f74f69 ARM: Fix register allocation for ldrd-optimized HREFK. Mike Pall 2012-04-26 23:33:56 +0200
  • 904cc1facb ARM: Reorder type/value tests to silence Valgrind. Mike Pall 2012-04-26 23:31:10 +0200
  • 5439631460 FFI: Clarify docs wrt. 'local ffi = ...' and the interactive prompt. Mike Pall 2012-04-19 15:19:41 +0200
  • 633b248109 Update changelog. Mike Pall 2012-04-19 15:19:25 +0200
  • ba3cad0dd9 Add required PHIs for implicit conversions (via XREF fwd). Mike Pall 2012-04-19 15:05:55 +0200
  • ac6b678d4c FFI: Fix result type of pointer difference. Mike Pall 2012-04-17 12:54:38 +0200
  • 7aa34aa4de Fix dependencies. Mike Pall 2012-04-17 12:37:34 +0200
  • cf5a54fedf FFI: Fix blacklisting of C functions calling callbacks. Mike Pall 2012-04-12 14:21:41 +0200
  • 68ca796d28 Make lua_concat() work from C hook with partial frame. Mike Pall 2012-04-12 12:02:38 +0200
  • 3ed5172fe4 Fix DSE of USTORE. Have to remove OBAR, too. Mike Pall 2012-04-11 16:22:05 +0200
  • 39112fd6fb Fix bytecode JMP slot range after const + and/or optimization. Mike Pall 2012-04-11 15:17:11 +0200
  • 44876ec99f Limit number of userdata __gc separations at state close. Mike Pall 2012-04-11 15:15:50 +0200
  • e14b6346b4 Ensure running __gc of userdata created in __gc at state close. Mike Pall 2012-04-11 12:08:09 +0200
  • d621a6ccc2 Fix discharge order of comparisons in Lua parser. Mike Pall 2012-04-09 14:48:27 +0200
  • c3e1d727ca MIPS: Update docs. Mike Pall 2012-04-02 20:31:50 +0200
  • 5a83601589 MIPS: Add support for GDB JIT API. Mike Pall 2012-04-01 20:01:13 +0200
  • 407cc5e9ec FFI: Fix symbol resolving error messages on Windows. Mike Pall 2012-03-31 22:20:03 +0200
  • 03275ba7fc FFI: Fix resolving of function name redirects on Windows/x86. Mike Pall 2012-03-31 22:19:47 +0200
  • bcd459aa0e MIPS: Integrate and enable JIT compiler. Mike Pall 2012-03-30 01:36:55 +0200
  • 2225c9aafc MIPS: Add MIPS32R2 compile-time/runtime CPU detection. Mike Pall 2012-03-30 01:34:17 +0200
  • aaaf0e0f5f MIPS: Interpreter/JIT integration Mike Pall 2012-03-30 01:33:07 +0200
  • 1980ee95b0 PPC: Use builtin D-Cache/I-Cache sync code. Mike Pall 2012-03-29 01:12:54 +0200
  • a53a549774 PPC: Fix HREFK code generation for huge tables. Mike Pall 2012-03-29 01:11:23 +0200
  • 509ca0f0db PPC: Fix fusion of floating-point XLOAD/XSTORE. Mike Pall 2012-03-29 01:10:35 +0200
  • 67773165e8 Fix OSX build issues. Bump minimum required OSX version to 10.4 Mike Pall 2012-03-28 10:17:28 +0200
  • 018792452e Replace unwind.h definitions with our own. Mike Pall 2012-03-25 21:52:07 +0200
  • 339142c2aa FFI: Change ffi.load() library name resolution for Cygwin. Mike Pall 2012-03-21 22:09:01 +0100
  • 9589e11e44 Avoid recursive GC steps after GC-triggered trace exit. Mike Pall 2012-03-20 14:18:14 +0100
  • 5dbb6671a3 Fix compilation on OpenBSD. Mike Pall 2012-03-15 12:01:13 +0100
  • 6670a13bbf Add missing mcode limit check in assembler backend. Mike Pall 2012-03-12 00:51:25 +0100
  • 8ae38dc519 FFI: Finalize cdata before userdata when closing the state. Mike Pall 2012-03-05 15:05:28 +0100
  • 7498ee204e Fix argument error handling on Lua stacks without a frame. Mike Pall 2012-02-22 16:27:44 +0100
  • 5e113d0058 Fix argument type in error message for relative arguments. Mike Pall 2012-02-22 16:26:50 +0100
  • 6c05739684 DynASM: Lua 5.2 compatibility fixes. Mike Pall 2012-02-17 11:40:18 +0100
  • ff71394931 From Lua 5.2: Try __tostring metamethod on non-string error messages. Mike Pall 2012-02-13 20:08:29 +0100
  • 8e524d437e Fix bytecode dump for certain number constants. Mike Pall 2012-02-04 00:32:45 +0100
  • d72d758a11 FFI: Fix library unloading on POSIX systems. Mike Pall 2012-02-01 18:21:12 +0100
  • d0b1646c80 MIPS: Add MIPS disassembler. Mike Pall 2012-01-31 16:11:04 +0100
  • 10ef109eef Bump copyright date to 2012. Mike Pall 2012-01-23 22:42:30 +0100
  • 20813bcee0 MIPS: Update install docs. Mike Pall 2012-01-23 22:30:25 +0100
  • 5bed11e6b4 MIPS: Add interpreter. Enable MIPS build rules. Mike Pall 2012-01-23 22:20:28 +0100
  • 7d2774e4c5 PPC: Avoid pointless arg clearing in BC_IFUNCF. Remove dead code. Mike Pall 2012-01-23 19:15:52 +0100
  • 9f485115ef PPC: Fix argument checking for rawget. Mike Pall 2012-01-23 19:14:19 +0100
  • 0a8fd0af8c PPC: Fix resume after yield from hook. Mike Pall 2012-01-23 19:13:26 +0100
  • 93a71f6a52 ARM: Avoid pointless arg clearing in BC_IFUNCF. Fix comments. Mike Pall 2012-01-23 19:10:14 +0100
  • b9651b4ba2 MIPS: Add missing opcodes to the DynASM MIPS module plus minor fixes. Mike Pall 2012-01-23 19:06:58 +0100
  • a72134e280 Fix parsing of hex literals with exponents. Mike Pall 2012-01-20 11:38:14 +0100
  • 2f396c6db7 FFI: Don't touch frame in callbacks with tailcalls to fast functions. Mike Pall 2012-01-15 17:05:34 +0100
  • 248cf2ffa9 FFI: Ignore number parsing errors while skipping definitions. Mike Pall 2011-12-17 15:02:53 +0100
  • d050b2fff5 FFI: Ignore empty statements in ffi.cdef(). Mike Pall 2011-12-17 15:02:00 +0100
  • ba4917b71b MIPS: Add DynASM MIPS module and encoding engine. Mike Pall 2011-12-16 21:33:40 +0100
  • b330b468b3 MIPS: Add build rules (non-functional, yet). Mike Pall 2011-12-15 20:39:30 +0100
  • b61be299c9 Auto-detect target arch via cross-compiler. Drop TARGET=arch. Mike Pall 2011-12-15 19:16:06 +0100
  • 6ace80c897 RELEASE LuaJIT-2.0.0-beta9 v2.0.0-beta9 Mike Pall 2011-12-14 15:12:49 +0100
  • a302468345 Update changelog. Mike Pall 2011-12-14 14:27:54 +0100
  • a064156d5d PPC: Avoid undefined operand dereference in BAND/shift fusion. Mike Pall 2011-12-13 18:05:51 +0100
  • 03c51fc578 FFI: Add callback support for ARM. Mike Pall 2011-12-12 23:12:25 +0100
  • 1b0d646004 FFI: Add callback support for PPC. Mike Pall 2011-12-12 23:11:31 +0100
  • 10474987bd Move helper for syncing data/instruction cache to lj_mcode.c. Mike Pall 2011-12-12 22:49:19 +0100
  • 2d8f3d75df ARM: Error out for attempt to compile with hard-float ABI. Mike Pall 2011-12-10 17:15:38 +0100
  • 60b8e9e2fb ARM: Fix stack check for spilled BASE in parent. Mike Pall 2011-12-10 00:18:19 +0100