Commit Graph

  • cb481ddc8f Add LJ_GC64 mode: 64 bit GC object references. Mike Pall 2015-01-03 15:23:58 +01:00
  • 054e6abe37 Add LJ_FR2 mode: Two-slot frame info. Mike Pall 2015-01-03 15:04:38 +01:00
  • a13dfd66c3 DynASM/ARM64: Various fixes. Mike Pall 2014-12-27 06:13:48 +01:00
  • 7a76d435da Merge branch 'master' into v2.1 Mike Pall 2014-12-27 06:11:14 +01:00
  • db7cb5ab0e DynASM/ARM: Fix rollback for variant templates. Mike Pall 2014-12-27 06:08:36 +01:00
  • f45d11e2fe MIPS: Fix excess stack growth in interpreter. Mike Pall 2014-12-27 06:06:07 +01:00
  • 6319e0312d PPC: Fix excess stack growth in interpreter. Mike Pall 2014-12-27 06:05:50 +01:00
  • 16f910b4a8 ARM: Fix write barrier check in BC_USETS. Mike Pall 2014-12-27 06:03:06 +01:00
  • 54826563b2 ARM: Fix excess stack growth in interpreter. Mike Pall 2014-12-27 05:59:16 +01:00
  • 1b774d9da3 Fix corner case in string to number conversion. Mike Pall 2014-12-27 05:46:51 +01:00
  • ecaa4eae88 Merge branch 'master' into v2.1 Mike Pall 2014-12-20 01:48:17 +01:00
  • 5cb6e2eaaf Cleanup of TValue setters. No functional changes. Mike Pall 2014-12-20 00:59:16 +01:00
  • 10caad0261 x86: Fix argument checks for ipairs() iterator. Mike Pall 2014-12-20 01:05:06 +01:00
  • 6e9145a882 Cleanup of memory vs. GC sizes. No functional changes. Mike Pall 2014-12-20 00:17:50 +01:00
  • 82e6e5fb5f x86: Fix stack slot reservation for FP math functions. Mike Pall 2014-12-16 22:22:51 +01:00
  • 9679a949ff Disable debug info for generated *.S to avoid confusing gdb. Mike Pall 2014-12-16 02:32:53 +01:00
  • c6130e68eb Avoid dependency on frame layout for LJ_POST_FIXCOMP. Mike Pall 2014-12-15 02:45:40 +01:00
  • 881f48f980 Cleanup of frame handling. No functional changes. Mike Pall 2014-12-15 02:27:27 +01:00
  • b93b624ad8 Merge branch 'master' into v2.1 Mike Pall 2014-12-15 01:56:18 +01:00
  • c6e69249dd Gracefully handle lua_error() for a suspended coroutine. Mike Pall 2014-12-15 01:55:45 +01:00
  • cca81a3fe7 Merge branch 'master' into v2.1 Mike Pall 2014-12-08 02:10:10 +01:00
  • 6fddb9bc2e Avoid error messages when building with Clang. Mike Pall 2014-12-08 02:07:05 +01:00
  • ad03eba715 x86/x64: Drop internal x87 math functions. Use libm functions. Mike Pall 2014-12-08 02:02:34 +01:00
  • e03df1e339 x86/x64: Call external symbols directly from interpreter code. Mike Pall 2014-12-08 01:58:05 +01:00
  • f49c61a277 DynASM/ARM64: Initial commit of ARM64 module. Mike Pall 2014-12-03 14:12:02 +01:00
  • 1fc9cd07c3 Merge branch 'master' into v2.1 Mike Pall 2014-12-03 14:11:14 +01:00
  • 3f2e4ec699 DynASM/ARM: Fix description shown for multi-element templates. Mike Pall 2014-12-03 14:09:17 +01:00
  • 8cc89332ff Merge branch 'master' into v2.1 Mike Pall 2014-11-28 20:21:35 +01:00
  • c75c62b489 Fix snapshot #0 handling for traces with a stack check on entry. Mike Pall 2014-11-28 20:20:12 +01:00
  • 42ed4e53a5 Merge branch 'master' into v2.1 Mike Pall 2014-11-03 21:35:52 +01:00
  • a31c317fb5 FFI: No meta fallback when indexing pointer to incomplete struct. Mike Pall 2014-11-03 21:34:24 +01:00
  • d6ff3afc14 FFI: Add ffi.typeinfo(). Mike Pall 2014-10-08 22:16:53 +02:00
  • d2809bec24 Merge branch 'master' into v2.1 Mike Pall 2014-10-08 22:06:23 +02:00
  • 6d0654d3ec Fix fused constant loads under high register pressure. Mike Pall 2014-10-08 22:04:51 +02:00
  • be64823d95 Merge branch 'master' into v2.1 Mike Pall 2014-10-07 16:18:46 +02:00
  • 4846a714a9 Fix DragonFly build (unsupported). Mike Pall 2014-10-07 16:17:29 +02:00
  • 0de431e3f7 Merge branch 'master' into v2.1 Mike Pall 2014-09-22 13:46:27 +02:00
  • cb886b5817 DynASM/x86: Add fldenv, f[n]stenv, fxsave, fxrstor opcodes. Mike Pall 2014-09-22 13:44:28 +02:00
  • 357defaa4e Merge branch 'master' into v2.1 Mike Pall 2014-09-21 18:05:00 +02:00
  • ae7d4d5ad6 DynASM/x86: Add shld/shrd opcodes. Mike Pall 2014-09-21 18:03:47 +02:00
  • b7d29b6e67 Eliminate hmask guard for forwarded HREFK. Mike Pall 2014-09-17 19:45:16 +02:00
  • 72c661e2b8 Merge branch 'master' into v2.1 Mike Pall 2014-09-08 23:39:02 +02:00
  • 41156fe1cd FFI: Fix initialization of unions of subtypes. Mike Pall 2014-09-08 23:37:22 +02:00
  • 247ead6718 FFI: Fix for cdata vs. non-cdata arithmetic and comparisons. Mike Pall 2014-09-08 23:28:02 +02:00
  • e107525f20 Merge branch 'master' into v2.1 Mike Pall 2014-08-05 20:18:20 +02:00
  • 66515a054c FFI: Fix __index/__newindex metamethod resolution for ctypes. Mike Pall 2014-08-05 20:15:52 +02:00
  • 92c32b7814 Merge branch 'master' into v2.1 Mike Pall 2014-07-24 13:08:49 +02:00
  • 59d290656a Invalidate backpropagation cache after DCE. Mike Pall 2014-07-24 13:08:02 +02:00
  • 5f370d9071 Merge branch 'master' into v2.1 Mike Pall 2014-07-04 18:19:16 +02:00
  • f948fe0c27 FFI: Fix compilation of reference field access. Mike Pall 2014-07-04 18:17:32 +02:00
  • 0ac4c43965 Merge branch 'master' into v2.1 Mike Pall 2014-07-01 17:54:08 +02:00
  • a6c34b85f7 Fix ABC elimination. Mike Pall 2014-07-01 17:53:40 +02:00
  • 1cb5929c5c Compile debug.getmetatable(). Mike Pall 2014-06-18 12:36:50 +02:00
  • ccd456af73 Merge branch 'master' into v2.1 Mike Pall 2014-06-13 11:16:47 +02:00
  • bb5dfbb034 Typo. Mike Pall 2014-06-13 11:16:39 +02:00
  • 89f61de517 Merge branch 'master' into v2.1 Mike Pall 2014-06-12 11:02:44 +02:00
  • 5e7b9bb8ed FFI: Fix frame traversal for backtraces with FFI callbacks. Mike Pall 2014-06-12 10:58:22 +02:00
  • 9d67be8ec1 Merge branch 'master' into v2.1 Mike Pall 2014-06-11 22:47:10 +02:00
  • 7dc9e5ade4 x86: lj_math_random_step() clobbers XMM regs on OSX Clang. Mike Pall 2014-06-11 22:44:08 +02:00
  • afcc3c0b83 Merge branch 'master' into v2.1 Mike Pall 2014-06-11 10:21:37 +02:00
  • e7c6a1afa2 Fix debug info for main chunk of stripped bytecode. Mike Pall 2014-06-11 10:19:53 +02:00
  • 95977599e7 Merge branch 'master' into v2.1 Mike Pall 2014-05-28 15:47:21 +02:00
  • 7fb503dc86 Fix compatibility issues with Illumos. Mike Pall 2014-05-28 15:46:26 +02:00
  • 7400e2c0cc Merge branch 'master' into v2.1 Mike Pall 2014-05-27 15:59:20 +02:00
  • 49d3157e14 PPC: Fix red zone overflow in machine code generation. Mike Pall 2014-05-27 15:58:04 +02:00
  • fc76d540a0 x86: Fix code generation for unused result of math.random(). Mike Pall 2014-05-27 15:25:34 +02:00
  • 945af491b6 Merge branch 'master' into v2.1 Mike Pall 2014-05-20 11:56:20 +02:00
  • e15765186c Fix FOLD rule for string.sub(s, ...) == k. Mike Pall 2014-05-20 11:41:32 +02:00
  • 52b081528a Merge branch 'master' into v2.1 Mike Pall 2014-05-15 17:37:38 +02:00
  • fe288e7b83 FFI: Fix recording of indexing a struct pointer ctype object itself. Mike Pall 2014-05-15 17:28:08 +02:00
  • 8a38af2f99 Fix FOLD rule for STRREF of SNEW. Mike Pall 2014-05-15 17:03:28 +02:00
  • 159cfd63f5 Merge branch 'master' into v2.1 Mike Pall 2014-05-12 14:36:28 +02:00
  • 624260f831 Fix frame traversal while searching for error function. Mike Pall 2014-05-12 14:35:30 +02:00
  • 392b6c94ae Merge branch 'master' into v2.1 Mike Pall 2014-05-06 14:49:54 +02:00
  • 2917288019 x64: Workaround for MSVC build issue. Mike Pall 2014-05-06 14:47:37 +02:00
  • f7e209cc55 Merge branch 'master' into v2.1 Mike Pall 2014-05-06 14:33:35 +02:00
  • ef82bb014a FFI: Another fix for cdata equality comparisons. Mike Pall 2014-05-06 14:31:31 +02:00
  • e26dc8a215 Merge branch 'master' into v2.1 Mike Pall 2014-04-27 00:10:34 +02:00
  • 7a39be0ac4 Add PS Vita port. Mike Pall 2014-04-27 00:09:45 +02:00
  • c8d1aff0ba Merge branch 'master' into v2.1 Mike Pall 2014-04-22 11:29:05 +02:00
  • 2715fe3aee Prevent GC estimate miscalculation due to buffer growth. Mike Pall 2014-04-22 11:26:52 +02:00
  • 18309b0a25 Prevent adding side traces for stack checks. Mike Pall 2014-04-22 09:57:39 +02:00
  • f3374b5266 x64: Allow building with LUAJIT_USE_SYSMALLOC and LUAJIT_USE_VALGRIND. Mike Pall 2014-04-21 22:26:46 +02:00
  • 39acdb8b7f Merge branch 'master' into v2.1 Mike Pall 2014-04-17 10:32:23 +02:00
  • 65626eac23 PPC: Don't use mcrxr on PPE. Mike Pall 2014-04-17 10:30:35 +02:00
  • 43dc06bac1 Fix FOLD of string concatenations. Mike Pall 2014-04-15 19:56:23 +02:00
  • 27c453e8e8 Merge branch 'master' into v2.1 Mike Pall 2014-04-08 16:55:54 +02:00
  • cc5075e845 FFI: Fix cdata equality comparison against other Lua types. Mike Pall 2014-04-08 16:53:41 +02:00
  • 347b49ec7d Merge branch 'master' into v2.1 Mike Pall 2014-04-08 12:12:27 +02:00
  • 4ed3ee1f04 FFI: Fix cdata equality comparison against strings. Mike Pall 2014-04-08 12:10:51 +02:00
  • d3e3700180 Merge branch 'master' into v2.1 Mike Pall 2014-04-03 21:48:34 +02:00
  • 111b2e8711 Fix top slot calculation for snapshots with continuations. Mike Pall 2014-04-03 21:45:57 +02:00
  • a972d37ef3 Merge branch 'master' into v2.1 Mike Pall 2014-04-01 10:33:42 +02:00
  • b293063eb8 Correct fix for reuse of SCEV results in FORL. Mike Pall 2014-04-01 10:07:15 +02:00
  • 423f10fb40 Fix alias analysis for table.len vs. table.clear. Mike Pall 2014-04-01 01:55:12 +02:00
  • caefd06871 Merge branch 'master' into v2.1 Mike Pall 2014-04-01 00:34:13 +02:00
  • 19b69f21d4 FFI: Allow non-scalar cdata to be compared for equality by address. Mike Pall 2014-04-01 00:30:22 +02:00
  • b65515fb48 Merge branch 'master' into v2.1 Mike Pall 2014-03-28 19:11:35 +01:00
  • c735293921 FFI: Fix pseudo type conversions for type punning. Mike Pall 2014-03-28 19:09:45 +01:00
  • 4401af88dc Merge branch 'master' into v2.1 Mike Pall 2014-03-27 23:32:45 +01:00