Skip to content

Conversation

@uncle-betty
Copy link

No description provided.

drahosp and others added 30 commits March 8, 2011 05:06
Remove LUAJIT_TARGET= (interfering with #ifndef LUAJIT_TARGET on Win32).
Add LuaJIT_RUN_DYNASM=1 option for optionally rebuilding headers with dynasm.
Use buildvm target reference directly in add_custom_command (more correct).
Link to lj_vm.obj on msvc.
Disable old lua.def, which links to non-existent symbols in LuaJIT2.
drahosp and others added 22 commits November 14, 2012 15:40
RELEASE LuaJIT-2.0.2

* tag 'v2.0.2' of http://luajit.org/git/luajit-2.0: (35 commits)
  RELEASE LuaJIT-2.0.2
  Update changelog.
  PPC: Add plt suffix for external calls from assembler code.
  FFI: Preserve intermediate string for const char * conversion.
  Fix compatibility issues with Illumos.
  Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule.
  FFI: Must sink XBAR together with XSTOREs.
  FFI: Fix unroll limit for ffi.fill().
  FFI: Insert no-op type conversion for pointer to integer cast.
  FFI: Improve error messages for arithmetic and comparison operators.
  Handle calls with max. args in backends even after SPLIT.
  FFI: Fix calling conventions for ARM hard-float EABI.
  FFI: Fix calling conventions for 32 bit OSX and iOS simulator.
  Add partial support for building with MingW64 GCC 4.8-SEH.
  FFI: Ignore CTF_LONG in ffi.istype().
  Fix optional argument handling in table.concat().
  Fix optional argument handling while recording builtins.
  FFI: Fix tailcall in lowest frame to C function with bool result.
  Fix builtin string to number conversion for overflow digits.
  Tighten requirements for non-default optimization flags.
  ...
… were not set preventing require to find modules
RELEASE LuaJIT-2.0.3

* tag 'v2.0.3' of http://luajit.org/git/luajit-2.0: (58 commits)
  RELEASE LuaJIT-2.0.3
  Update changelog.
  DynASM: Emit version check after .arch directive.
  Don't access dangling reference to reallocated IR.
  Fix frame depth display for bytecode dump in -jdump.
  Fix recording of BC_VARG.
  Fix for -jdump docs.
  Add PS4 port.
  Don't purge modified function from stack slots in BC_RET.
  FFI: Disallow nested VLS.
  Prevent BASE register coalescing if parent uses IR_RETF.
  Fix quoting in xedkbuild.bat (again).
  Fix exception unwind struct declaration.
  Fix OSX build issue.
  Fix initial maxslot for down-recursive traces.
  Fix compiler warnings.
  Fix OSX build issue.
  FFI: Fix cts->L for cdata unsinking in snapshot restore.
  Bump copyright date to 2014.
  Fix ABC elimination.
  ...
…s library containing just time-related functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants