Commit Graph

  • b2a5cc8233 DynASM/PPC: Add support for parameterized shifts/masks. Mike Pall 2015-04-12 01:25:14 +0200
  • dec4acca9a PPC: Fix cross-endian builds. Mike Pall 2015-04-12 01:23:01 +0200
  • 8002871619 PPC: Fix write barrier in BC_TSETR. Mike Pall 2015-04-09 18:48:03 +0200
  • 4e52d1f17e Merge branch 'master' into v2.1 Mike Pall 2015-03-11 17:47:32 +0100
  • a9fd686744 Doc cleanup. Mike Pall 2015-03-11 17:47:24 +0100
  • 361827c8f9 PPC64: Add build infrastructure. Mike Pall 2015-03-06 03:47:45 +0100
  • c821e0aded Merge branch 'master' into v2.1 Mike Pall 2015-03-05 12:21:39 +0100
  • 8b6af89ba7 Fix Lua/C API typecheck error for special indexes. Mike Pall 2015-03-05 12:19:11 +0100
  • 2c0748f691 Merge branch 'master' into v2.1 Mike Pall 2015-03-02 17:34:33 +0100
  • 1f578bd424 FFI: Fix FOLD rule for TOBIT + CONV num.u32. Mike Pall 2015-03-02 17:31:18 +0100
  • e1a8f3ba0b Merge branch 'master' into v2.1 Mike Pall 2015-02-25 18:12:14 +0100
  • 5c0e33c2aa ARM: Handle more arch defines. Mike Pall 2015-02-25 18:10:54 +0100
  • 7ff476804e Properly fail unsupported cross-compile to MIPS64. Mike Pall 2015-02-25 18:02:31 +0100
  • 906008d467 Merge branch 'master' into v2.1 Mike Pall 2015-02-22 23:08:56 +0100
  • e6b0875a7e Fix string to number conversion. Mike Pall 2015-02-22 23:07:49 +0100
  • 576ddf1db5 Merge branch 'master' into v2.1 Mike Pall 2015-02-21 21:46:22 +0100
  • 4fa51affe8 x86/x64: Fix code generation for fused test/arith ops. Mike Pall 2015-02-21 21:44:41 +0100
  • 063f3d5d7c Merge branch 'master' into v2.1 Mike Pall 2015-02-18 16:01:11 +0100
  • 704280fb80 FFI: Prevent DSE across ffi.string(). Mike Pall 2015-02-18 16:00:15 +0100
  • 04dc64b558 LJ_FR2: Fix bytecode generation for method lookups. Mike Pall 2015-02-08 20:25:27 +0100
  • ca5bbdf92a Merge branch 'master' into v2.1 Mike Pall 2015-02-02 11:06:34 +0100
  • dfa173b929 Fix lexer error for chunks without tokens. Mike Pall 2015-02-02 11:03:39 +0100
  • 43cb818ba8 Merge branch 'master' into v2.1 Mike Pall 2015-01-17 14:57:24 +0100
  • 7f013005f6 Don't compile IR_RETF after CALLT to ff with-side effects. Mike Pall 2015-01-17 14:50:41 +0100
  • b876d6dada OpenBSD/x86: Better executable memory allocation for W^X mode. Mike Pall 2015-01-17 12:55:04 +0100
  • 3e1703895a DynASM/PPC: Add missing PPC64 instructions and various extensions. Mike Pall 2015-01-14 21:40:24 +0100
  • 3f19b34242 iOS/ARM64: Fix target OS detection. Mike Pall 2015-01-08 02:52:31 +0100
  • 962d2aaa9f LJ_GC64: Return true for ffi.abi("gc64"). Mike Pall 2015-01-07 21:14:43 +0100
  • 33f0c24f06 ARM64: Add FFI support. Mike Pall 2015-01-07 21:06:40 +0100
  • ce1a5ee535 iOS/ARM64: The frame pointer is required. Mike Pall 2015-01-07 20:59:37 +0100
  • 9647aab0dc LJ_FR2: Fix lua_settable() and lua_setfield(). Mike Pall 2015-01-07 13:17:57 +0100
  • 1b1bd08d3c DynASM/ARM64: Fix checks for scaled immediates. Mike Pall 2015-01-07 13:17:11 +0100
  • 0a5045c34e Merge branch 'master' into v2.1 Mike Pall 2015-01-06 00:12:45 +0100
  • 86913b9bbf Bump copyright date to 2015. Mike Pall 2015-01-05 23:59:31 +0100
  • c71cdf4c36 Merge branch 'master' into v2.1 Mike Pall 2015-01-05 23:43:57 +0100
  • 999f57de83 Fix BC_UCLO/BC_JMP join optimization in Lua parser. Mike Pall 2015-01-05 23:39:37 +0100
  • 71ecc051dc Fix MSVC build. Mike Pall 2015-01-05 00:38:18 +0100
  • fcae87e315 Merge branch 'master' into v2.1 Mike Pall 2015-01-05 00:07:14 +0100
  • 4d9e8e245a ARM: Minor interpreter optimization. Mike Pall 2015-01-05 00:05:38 +0100
  • 31e66838d8 x86: Minor interpreter optimization. Mike Pall 2015-01-05 00:04:40 +0100
  • 7bdadeb3c6 ARM64: Update docs. Mike Pall 2015-01-04 23:54:00 +0100
  • e1261a07bf ARM64: Compatibility fixes for Clang. Mike Pall 2015-01-04 23:52:50 +0100
  • dfe84fd8c5 PPC/e500: Drop support for this architecture. Mike Pall 2015-01-04 23:01:16 +0100
  • 968725c4d5 Merge branch 'master' into v2.1 Mike Pall 2015-01-04 22:58:41 +0100
  • 9caaf6595f Fix docs. Mike Pall 2015-01-04 22:58:11 +0100
  • f307d0adaf ARM64: Add build infrastructure and initial port of interpreter. Mike Pall 2015-01-03 15:28:33 +0100
  • cb481ddc8f Add LJ_GC64 mode: 64 bit GC object references. Mike Pall 2015-01-03 15:23:58 +0100
  • 054e6abe37 Add LJ_FR2 mode: Two-slot frame info. Mike Pall 2015-01-03 15:04:38 +0100
  • a13dfd66c3 DynASM/ARM64: Various fixes. Mike Pall 2014-12-27 06:13:48 +0100
  • 7a76d435da Merge branch 'master' into v2.1 Mike Pall 2014-12-27 06:11:14 +0100
  • db7cb5ab0e DynASM/ARM: Fix rollback for variant templates. Mike Pall 2014-12-27 06:08:36 +0100
  • f45d11e2fe MIPS: Fix excess stack growth in interpreter. Mike Pall 2014-12-27 06:06:07 +0100
  • 6319e0312d PPC: Fix excess stack growth in interpreter. Mike Pall 2014-12-27 06:05:50 +0100
  • 16f910b4a8 ARM: Fix write barrier check in BC_USETS. Mike Pall 2014-12-27 06:03:06 +0100
  • 54826563b2 ARM: Fix excess stack growth in interpreter. Mike Pall 2014-12-27 05:59:16 +0100
  • 1b774d9da3 Fix corner case in string to number conversion. Mike Pall 2014-12-27 05:46:51 +0100
  • ecaa4eae88 Merge branch 'master' into v2.1 Mike Pall 2014-12-20 01:48:17 +0100
  • 5cb6e2eaaf Cleanup of TValue setters. No functional changes. Mike Pall 2014-12-20 00:59:16 +0100
  • 10caad0261 x86: Fix argument checks for ipairs() iterator. Mike Pall 2014-12-20 01:05:06 +0100
  • 6e9145a882 Cleanup of memory vs. GC sizes. No functional changes. Mike Pall 2014-12-20 00:17:50 +0100
  • 82e6e5fb5f x86: Fix stack slot reservation for FP math functions. Mike Pall 2014-12-16 22:22:51 +0100
  • 9679a949ff Disable debug info for generated *.S to avoid confusing gdb. Mike Pall 2014-12-16 02:32:53 +0100
  • c6130e68eb Avoid dependency on frame layout for LJ_POST_FIXCOMP. Mike Pall 2014-12-15 02:45:40 +0100
  • 881f48f980 Cleanup of frame handling. No functional changes. Mike Pall 2014-12-15 02:27:27 +0100
  • b93b624ad8 Merge branch 'master' into v2.1 Mike Pall 2014-12-15 01:56:18 +0100
  • c6e69249dd Gracefully handle lua_error() for a suspended coroutine. Mike Pall 2014-12-15 01:55:45 +0100
  • cca81a3fe7 Merge branch 'master' into v2.1 Mike Pall 2014-12-08 02:10:10 +0100
  • 6fddb9bc2e Avoid error messages when building with Clang. Mike Pall 2014-12-08 02:07:05 +0100
  • ad03eba715 x86/x64: Drop internal x87 math functions. Use libm functions. Mike Pall 2014-12-08 02:02:34 +0100
  • e03df1e339 x86/x64: Call external symbols directly from interpreter code. Mike Pall 2014-12-08 01:58:05 +0100
  • f49c61a277 DynASM/ARM64: Initial commit of ARM64 module. Mike Pall 2014-12-03 14:12:02 +0100
  • 1fc9cd07c3 Merge branch 'master' into v2.1 Mike Pall 2014-12-03 14:11:14 +0100
  • 3f2e4ec699 DynASM/ARM: Fix description shown for multi-element templates. Mike Pall 2014-12-03 14:09:17 +0100
  • 8cc89332ff Merge branch 'master' into v2.1 Mike Pall 2014-11-28 20:21:35 +0100
  • c75c62b489 Fix snapshot #0 handling for traces with a stack check on entry. Mike Pall 2014-11-28 20:20:12 +0100
  • 42ed4e53a5 Merge branch 'master' into v2.1 Mike Pall 2014-11-03 21:35:52 +0100
  • a31c317fb5 FFI: No meta fallback when indexing pointer to incomplete struct. Mike Pall 2014-11-03 21:34:24 +0100
  • d6ff3afc14 FFI: Add ffi.typeinfo(). Mike Pall 2014-10-08 22:16:53 +0200
  • d2809bec24 Merge branch 'master' into v2.1 Mike Pall 2014-10-08 22:06:23 +0200
  • 6d0654d3ec Fix fused constant loads under high register pressure. Mike Pall 2014-10-08 22:04:51 +0200
  • be64823d95 Merge branch 'master' into v2.1 Mike Pall 2014-10-07 16:18:46 +0200
  • 4846a714a9 Fix DragonFly build (unsupported). Mike Pall 2014-10-07 16:17:29 +0200
  • 0de431e3f7 Merge branch 'master' into v2.1 Mike Pall 2014-09-22 13:46:27 +0200
  • cb886b5817 DynASM/x86: Add fldenv, f[n]stenv, fxsave, fxrstor opcodes. Mike Pall 2014-09-22 13:44:28 +0200
  • 357defaa4e Merge branch 'master' into v2.1 Mike Pall 2014-09-21 18:05:00 +0200
  • ae7d4d5ad6 DynASM/x86: Add shld/shrd opcodes. Mike Pall 2014-09-21 18:03:47 +0200
  • b7d29b6e67 Eliminate hmask guard for forwarded HREFK. Mike Pall 2014-09-17 19:45:16 +0200
  • 72c661e2b8 Merge branch 'master' into v2.1 Mike Pall 2014-09-08 23:39:02 +0200
  • 41156fe1cd FFI: Fix initialization of unions of subtypes. Mike Pall 2014-09-08 23:37:22 +0200
  • 247ead6718 FFI: Fix for cdata vs. non-cdata arithmetic and comparisons. Mike Pall 2014-09-08 23:28:02 +0200
  • e107525f20 Merge branch 'master' into v2.1 Mike Pall 2014-08-05 20:18:20 +0200
  • 66515a054c FFI: Fix __index/__newindex metamethod resolution for ctypes. Mike Pall 2014-08-05 20:15:52 +0200
  • 92c32b7814 Merge branch 'master' into v2.1 Mike Pall 2014-07-24 13:08:49 +0200
  • 59d290656a Invalidate backpropagation cache after DCE. Mike Pall 2014-07-24 13:08:02 +0200
  • 5f370d9071 Merge branch 'master' into v2.1 Mike Pall 2014-07-04 18:19:16 +0200
  • f948fe0c27 FFI: Fix compilation of reference field access. Mike Pall 2014-07-04 18:17:32 +0200
  • 0ac4c43965 Merge branch 'master' into v2.1 Mike Pall 2014-07-01 17:54:08 +0200
  • a6c34b85f7 Fix ABC elimination. Mike Pall 2014-07-01 17:53:40 +0200
  • 1cb5929c5c Compile debug.getmetatable(). Mike Pall 2014-06-18 12:36:50 +0200
  • ccd456af73 Merge branch 'master' into v2.1 Mike Pall 2014-06-13 11:16:47 +0200