Commit History

Author SHA1 Message Date
  Mike Pall c6e69249dd Gracefully handle lua_error() for a suspended coroutine. 10 years ago
  Mike Pall 6fddb9bc2e Avoid error messages when building with Clang. 10 years ago
  Mike Pall 3f2e4ec699 DynASM/ARM: Fix description shown for multi-element templates. 10 years ago
  Mike Pall c75c62b489 Fix snapshot #0 handling for traces with a stack check on entry. 10 years ago
  Mike Pall a31c317fb5 FFI: No meta fallback when indexing pointer to incomplete struct. 11 years ago
  Mike Pall 6d0654d3ec Fix fused constant loads under high register pressure. 11 years ago
  Mike Pall 4846a714a9 Fix DragonFly build (unsupported). 11 years ago
  Mike Pall cb886b5817 DynASM/x86: Add fldenv, f[n]stenv, fxsave, fxrstor opcodes. 11 years ago
  Mike Pall ae7d4d5ad6 DynASM/x86: Add shld/shrd opcodes. 11 years ago
  Mike Pall 41156fe1cd FFI: Fix initialization of unions of subtypes. 11 years ago
  Mike Pall 247ead6718 FFI: Fix for cdata vs. non-cdata arithmetic and comparisons. 11 years ago
  Mike Pall 66515a054c FFI: Fix __index/__newindex metamethod resolution for ctypes. 11 years ago
  Mike Pall 59d290656a Invalidate backpropagation cache after DCE. 11 years ago
  Mike Pall f948fe0c27 FFI: Fix compilation of reference field access. 11 years ago
  Mike Pall a6c34b85f7 Fix ABC elimination. 11 years ago
  Mike Pall bb5dfbb034 Typo. 11 years ago
  Mike Pall 5e7b9bb8ed FFI: Fix frame traversal for backtraces with FFI callbacks. 11 years ago
  Mike Pall 7dc9e5ade4 x86: lj_math_random_step() clobbers XMM regs on OSX Clang. 11 years ago
  Mike Pall e7c6a1afa2 Fix debug info for main chunk of stripped bytecode. 11 years ago
  Mike Pall 7fb503dc86 Fix compatibility issues with Illumos. 11 years ago
  Mike Pall 49d3157e14 PPC: Fix red zone overflow in machine code generation. 11 years ago
  Mike Pall fc76d540a0 x86: Fix code generation for unused result of math.random(). 11 years ago
  Mike Pall e15765186c Fix FOLD rule for string.sub(s, ...) == k. 11 years ago
  Mike Pall fe288e7b83 FFI: Fix recording of indexing a struct pointer ctype object itself. 11 years ago
  Mike Pall 8a38af2f99 Fix FOLD rule for STRREF of SNEW. 11 years ago
  Mike Pall 624260f831 Fix frame traversal while searching for error function. 11 years ago
  Mike Pall 2917288019 x64: Workaround for MSVC build issue. 11 years ago
  Mike Pall ef82bb014a FFI: Another fix for cdata equality comparisons. 11 years ago
  Mike Pall 7a39be0ac4 Add PS Vita port. 11 years ago
  Mike Pall 2715fe3aee Prevent GC estimate miscalculation due to buffer growth. 11 years ago