Commit History

Author SHA1 Message Date
  Mike Pall 21af151af2 RELEASE LuaJIT-2.0.2 12 years ago
  Mike Pall 742ba5c12c Update changelog. 12 years ago
  Mike Pall 338e9863c2 PPC: Add plt suffix for external calls from assembler code. 12 years ago
  Mike Pall 3eeb7d3aa0 FFI: Preserve intermediate string for const char * conversion. 12 years ago
  Mike Pall 5a261dd92c Fix compatibility issues with Illumos. 12 years ago
  Mike Pall d686217926 Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule. 12 years ago
  Mike Pall 2c3e80d4fd FFI: Must sink XBAR together with XSTOREs. 12 years ago
  Mike Pall 7ef2b55fc0 FFI: Fix unroll limit for ffi.fill(). 12 years ago
  Mike Pall 890754ee27 FFI: Insert no-op type conversion for pointer to integer cast. 12 years ago
  Mike Pall 1593e7750b FFI: Improve error messages for arithmetic and comparison operators. 12 years ago
  Mike Pall 0f79d4741f Handle calls with max. args in backends even after SPLIT. 12 years ago
  Mike Pall 1c7650f782 FFI: Fix calling conventions for ARM hard-float EABI. 12 years ago
  Mike Pall 5dabdb2e70 FFI: Fix calling conventions for 32 bit OSX and iOS simulator. 12 years ago
  Mike Pall 1a5fd521b8 Add partial support for building with MingW64 GCC 4.8-SEH. 12 years ago
  Mike Pall 23aa02fb51 FFI: Ignore CTF_LONG in ffi.istype(). 12 years ago
  Mike Pall b030788401 Fix optional argument handling in table.concat(). 12 years ago
  Mike Pall c5d7666ec8 Fix optional argument handling while recording builtins. 12 years ago
  Mike Pall 5d6db413ae FFI: Fix tailcall in lowest frame to C function with bool result. 12 years ago
  Mike Pall 09aeca6abf Fix builtin string to number conversion for overflow digits. 12 years ago
  Mike Pall 895a8bc91f Tighten requirements for non-default optimization flags. 12 years ago
  Mike Pall 611ec41bca Fix compiler warning. 12 years ago
  Mike Pall b1327bcf89 Document support for Lua 5.2 extension of loadfile(). 12 years ago
  Mike Pall f17b038828 Inhibit DSE for implicit loads via calls. 12 years ago
  Mike Pall b5bbacdc17 Fix jump-range constrained mcode allocation. 12 years ago
  Mike Pall 389822d606 Fix spurious red zone overflows in machine code generation. 12 years ago
  Mike Pall 6ba65cefb0 FFI/x86: Fix register allocation for 64 bit comparisons. 12 years ago
  Mike Pall 172bd95365 FFI: Fix snapshot substitution in SPLIT pass. 12 years ago
  Mike Pall d147eedac9 DynASM: Improve validation of local backwards relocations. 12 years ago
  Mike Pall eea48c8b26 Fix rotate definitions for variable shifts. 12 years ago
  Mike Pall dac2825e9d Add missing GC steps for io.* functions. 12 years ago