Skip to content

Commit

Permalink
Squashed 'lib/luajit/' changes from 2f6b296..d3e36e7
Browse files Browse the repository at this point in the history
d3e36e7 Merge branch 'master' into v2.1
f50bf75 Remove unnecessary mcode alloc pointer check.
d62459f Limit mcode alloc probing, depending on the available pool size.
4e30836 Fix overly restrictive range calculation in mcode allocation.
ff64836 Fix out-of-scope goto handling in parser.
3ab9f5a Remove internal __mode = "K" and replace with safe check.
eef77a6 Fix annoying warning, due to deterministic binutils configuration.
a9740d9 DynASM: Fix warning.
a25c0b9 MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.
4416e88 Fix FOLD rules for math.abs() and FP negation.
019fb9d Fix soft-float math.abs() and negation.
130d1dc x64/LJ_GC64: Fix warning for DUALNUM build.
f640ec7 x64/LJ_GC64: Fix (currently unused) integer stores in asm_tvptr().
0a46ef1 ARM64: Cleanup and de-cargo-cult TValue store generation.
d0759e4 Merge branch 'master' into v2.1
892d370 MIPS: Don't use RID_GP as a scratch register.
ee33a1f MIPS: Fix emitted code for U32 to float conversion.
1abd779 MIPS: Backport workaround for compact unwind tables.
6bf3e4d Make checkptrGC() actually work.
5aa0201 ARM64: Fix AREF/HREF/UREF fusion.
bd7e42e Fix extension docs about package.searchers.
71ff7ef Merge branch 'master' into v2.1
b93a1dd Bump copyright date to 2017.
c94b921 LJ_GC64: Add build options and install instructions.
c198167 Add some more extensions from Lua 5.2/5.3.
ed4ce98 Merge branch 'master' into v2.1
a1e13fa Fix HTML formatting.
12c0df4 Merge branch 'master' into v2.1
a2013dd Fix cross-endian jit.bcsave for MIPS target.
8e5d7be ARM64: Remove unused variables in disassembler.
ebec253 ARM64: Fuse BOR/BXOR and BNOT into ORN/EON.
3cfa9cb Merge branch 'master' into v2.1
fb61f7c Add "proto" field to jit.util.funcinfo().
1973807 Add "proto" field to jit.util.funcinfo().
4ccd876 ARM64: Use the correct FUSE check.
44b99ff ARM64: Fuse BOR(BSHL, BSHR) into EXTR/ROR.
ec2756b Add missing FOLD rule for 64 bit shift+BAND simplification.
986854c ARM64: Fix code generation for S19 offsets.
3975b6c ARM64: Fuse various BAND/BSHL/BSHR/BSAR combinations.
2772cbc ARM64: Fuse FP multiply-add/sub.
bfeb116 ARM64: Fuse XLOAD/XSTORE with STRREF/ADD/BSHL/CONV.
2ac2cd4 ARM64: Reorganize operand extension definitions.
48b0029 ARM64: Add missing ldrb/strb instructions to disassembler.
22511fb ARM64: Fix pc-relative loads of consts. Cleanup branch codegen.
3ad2bbf ARM64: Make use of tbz/tbnz and cbz/cbnz.
6538c8a Document 47 bit limit for lightuserdata.
d7243e1 Eliminate use of lightuserdata derived from static data pointers.
8125989 ARM64: Emit more efficient trace exits.
1131fa2 Merge branch 'master' into v2.1
c3cae04 Update contact info.
a566544 Generalize deferred constant handling in backend to 64 bit.
2b77da3 ARM64: Reject special case in emit_isk13().
7a0c3a1 ARM64: Allow full VA range for mcode allocation.
04b6070 ARM64: Add JIT compiler backend.
13642b7 Whitespace.
202713a Fix amalgamated build.
e577db5 Increase range of GG_State loads via IR_FLOAD with REF_NIL.
5400c1e MIPS: Fix TSETR barrier.
7a58a8f Report parent of stitched trace.
716f2da LJ_GC64: Various followup fixes.
bdcaf4b LJ_GC64: Fix HREF for pointers.
6a25014 LJ_FR2: Fix slot 1 handling.
3f43f09 Merge branch 'master' into v2.1
a68c411 Fix GC step size calculation.
54b78e7 LJ_GC64: Various fixes.
63465fe LJ_GC64: Fix jit.on/off.
cf80edb Fix -jp=a mode for builtins.
f27b250 Merge branch 'master' into v2.1
fcc8244 ARM: Fix BLX encoding for Thumb interworking calls.
4ca3909 Merge branch 'master' into v2.1
8ada57e Looks like COLORTERM has gone out of fashion.
1a9a264 Merge branch 'master' into v2.1
9910ded Initialize uv->immutable for upvalues of loaded chunks.
03b03ef Windows/x86: Add MSVC flags for debug build with exception interop.
f6f838f Merge branch 'master' into v2.1
02b9b55 Revert "OSX: Switch to Clang as the default compiler."
972a1a4 Fix exit status for 'luajit -b'.
c98660c Must preserve J->fold.ins (fins) around call to lj_ir_ksimd().
22e8e07 Merge branch 'master' into v2.1
d41469c Emit bytecode in .c/.h files with unsigned char type.
92d9ff2 Set arg table before evaluating LUA_INIT and -e chunks.
6be5ffd Adjust comment with defines.
7374046 Merge branch 'master' into v2.1
b74ddaf Fix for cdata vs. non-cdata arithmetics/comparisons.
37b377d Merge branch 'master' into v2.1
1914de7 Fix unused vars etc. in internal Lua files.
01e4754 Properly clean up state before restart of trace assembly.
ce30766 Merge branch 'master' into v2.1
aef4edd Drop leftover regs in 'for' iterator assignment, too.
287a534 MIPS: Support MIPS16 interlinking.
f598343 x64/LJ_GC64: Fix code generation for IR_KNULL call argument.
a88dc57 Merge branch 'master' into v2.1
a7bec69 Fix PHI remarking in SINK pass.
ce1ad87 LJ_GC64: Set correct nil value when clearing a cdata finalizer.
cc05e79 LJ_GC64: Ensure all IR slot fields are initialized.
58ca165 LJ_GC64: Allow optional use of the system memory allocator.
7d43402 Merge branch 'master' into v2.1
3206307 Fix Valgrind suppressions.
1c0454c Merge branch 'master' into v2.1
a5f8a48 Don't try to record outermost pcall() return to lower frame.
384ce2f MIPS: Fix build failures and warnings.
56fe899 Proper fix for LJ_GC64 changes to asm_href().
d9986fb MIPS64, part 1: Add MIPS64 support to interpreter.
e3c4c9a DynASM/MIPS: Add missing MIPS64 instructions.
5e2b609 Fix compiler warning.
e77638f x64/LJ_GC64: Fix __call metamethod for tailcall.
6360f6e Fix collateral damage from LJ_GC64 changes to asm_href().
9fa843a Cleanup install docs.
3f1031c Use MAP_TRYFIXED for the probing memory allocator, if available.
bfe2a35 Merge branch 'master' into v2.1
747feb6 x86: Don't spill an explicit REF_BASE in the IR.
2868715 x64/LJ_GC64: Add missing backend support and enable JIT compilation.
6c8258d LJ_FR2: Add support for trace recording and snapshots.
8f868a9 LJ_GC64: Update IR type sizes.
f26679c LJ_GC64: Add support for 64 bit GCobj constants in the IR.
9e99ccc Strip out old infrastructure for 64 bit constants.
7fb75cc Embed 64 bit constants directly in the IR, using two slots.
a406797 Always walk IR constants in ascending order.
3152ed9 Simplify GCtrace * reference embedding for trace stitching.
a657fa0 Make the IR immovable after assembly.
5135876 Add ra_addrename().
ccae333 Load SIMD constants with IR_FLOAD from GG_State.
786dbb2 Add IR_FLOAD with REF_NIL for field loads from GG_State.
cfa188f Move common 32/64 bit in-memory FP constants to jit_State.
1931b38 LJ_GC64: Introduce IRT_PGC.
475a6ae Merge branch 'master' into v2.1
37e1e70 Add guard for obscure aliasing between open upvalues and SSA slots.
d4f3b11 Workaround for MinGW headers lacking some exception definitions.
4fe400c Merge branch 'master' into v2.1
5837c2a Remove assumption that lj_math_random_step() doesn't clobber FPRs.
573daa9 Fix dependencies.
35b09e6 Windows/x86: Add full exception interoperability.
6a99732 Merge branch 'master' into v2.1
f05280e x86/x64: Fix instruction length decoder.
221268b Use the GDB JIT API in a thread-safe manner.
ac42037 Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers.
d8ac623 Merge branch 'master' into v2.1
7b26e9c Fix GCC 6 -Wmisleading-indentation warnings.
344fe5f Merge branch 'master' into v2.1
2f0001f Fix handling of non-numeric strings in arithmetic coercions.
4c6498d Merge branch 'master' into v2.1
cc4f5d0 Whitespace.
d13d420 Merge branch 'master' into v2.1
73680a5 x86/x64: Search for exit jumps with instruction length decoder.
0c6fdc1 Rewrite memory block allocator.
101115d Merge branch 'master' into v2.1
e5b5e07 MIPS: Fix BC_ISNEXT fallback path.
096a7cf x64/LJ_GC64: Fix BC_UCLO check for fast-path.
ac9193c x86: Improve disassembly of BMI2 instructions.
d150fbf Merge branch 'master' into v2.1
1c6fd13 Fix recording of select(n, ...) with off-trace varargs
25b3779 Merge branch 'master' into v2.1
4ab6367 Cygwin: Allow cross-builds to non-Cygwin targets.
296f0ca Windows/x64/LJ_GC64: Fix math.frexp() and math.modf() (again).
6e623b9 Merge branch 'master' into v2.1
62af101 MIPS: Fix use of ffgccheck delay slots in interpreter.
892887e x86: Generate BMI2 shifts and rotates, if available.
6801e71 x86: Detect BMI2 instruction support.
c24c8e5 x64/LJ_GC64: Fix JIT glue code in interpreter.
d714561 Merge branch 'master' into v2.1
9531eb2 Windows: Remove intermediate files at end of build.
e03e597 Fix compiler warnings.
df7bb5b Merge branch 'master' into v2.1
e23fc10 Fix display of NULL (light)userdata in -jdump.
c730540 Fix formatting of some small denormals at low precision.
713e340 Merge branch 'master' into v2.1
7e05355 Fix install for cross-builds.
cf3e01e Merge branch 'master' into v2.1
ddadbe8 Fix compiler warnings.
be25592 ARM: Fix build problem with external frame unwinding.
64c6da6 MIPS soft-float: Fix code generation for HREF.
75d046d DynASM/x86: Add ADX instructions.
3e4a196 RELEASE LuaJIT-2.1.0-beta2
8290076 Update changelog.
f423194 Merge branch 'master' into v2.1
db1b399 Bump copyright date to 2016.
6f3eed9 Fix Android/x86 build.
1c45c6a Fix build with JIT disabled.
18f6aa9 Use internal implementation for converting FP numbers to strings.
339a1fd Windows/x64/LJ_GC64: Fix math.frexp() and math.modf().
6cb38f7 Merge branch 'master' into v2.1
a443889 Don't allocate unused 2nd result register in JIT compiler backend.
f547a14 MIPS: Add soft-float support to JIT compiler backend.
825dcdc Generalize LJ_SOFTFP dependencies in lj_asm.c.
bfbcd72 PS4: Switch default build to amalgamated and LJ_GC64 mode.
60de2f3 MIPS: Switch to dual-number mode. Fix soft-float interpreter.

git-subtree-dir: lib/luajit
git-subtree-split: d3e36e7
  • Loading branch information
lukego committed Mar 9, 2017
1 parent 003dfd1 commit 736cc36
Show file tree
Hide file tree
Showing 206 changed files with 15,489 additions and 3,129 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
===============================================================================
LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/

Copyright (C) 2005-2015 Mike Pall. All rights reserved.
Copyright (C) 2005-2017 Mike Pall. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
37 changes: 22 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
# For MSVC, please follow the instructions given in src/msvcbuild.bat.
# For MinGW and Cygwin, cd to src and run make with the Makefile there.
#
# Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h
# Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h
##############################################################################

MAJVER= 2
MINVER= 1
RELVER= 0
PREREL= -beta1
PREREL= -beta2
VERSION= $(MAJVER).$(MINVER).$(RELVER)$(PREREL)
ABIVER= 5.1

Expand Down Expand Up @@ -47,17 +47,18 @@ INSTALL_PKGCONFIG= $(INSTALL_LIB)/pkgconfig
INSTALL_TNAME= luajit-$(VERSION)
INSTALL_TSYMNAME= luajit
INSTALL_ANAME= libluajit-$(ABIVER).a
INSTALL_SONAME= libluajit-$(ABIVER).so.$(MAJVER).$(MINVER).$(RELVER)
INSTALL_SOSHORT= libluajit-$(ABIVER).so
INSTALL_DYLIBNAME= libluajit-$(ABIVER).$(MAJVER).$(MINVER).$(RELVER).dylib
INSTALL_SOSHORT1= libluajit-$(ABIVER).so
INSTALL_SOSHORT2= libluajit-$(ABIVER).so.$(MAJVER)
INSTALL_SONAME= $(INSTALL_SOSHORT2).$(MINVER).$(RELVER)
INSTALL_DYLIBSHORT1= libluajit-$(ABIVER).dylib
INSTALL_DYLIBSHORT2= libluajit-$(ABIVER).$(MAJVER).dylib
INSTALL_DYLIBNAME= libluajit-$(ABIVER).$(MAJVER).$(MINVER).$(RELVER).dylib
INSTALL_PCNAME= luajit.pc

INSTALL_STATIC= $(INSTALL_LIB)/$(INSTALL_ANAME)
INSTALL_DYN= $(INSTALL_LIB)/$(INSTALL_SONAME)
INSTALL_SHORT1= $(INSTALL_LIB)/$(INSTALL_SOSHORT)
INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT)
INSTALL_SHORT1= $(INSTALL_LIB)/$(INSTALL_SOSHORT1)
INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_SOSHORT2)
INSTALL_T= $(INSTALL_BIN)/$(INSTALL_TNAME)
INSTALL_TSYM= $(INSTALL_BIN)/$(INSTALL_TSYMNAME)
INSTALL_PC= $(INSTALL_PKGCONFIG)/$(INSTALL_PCNAME)
Expand Down Expand Up @@ -85,16 +86,22 @@ FILE_MAN= luajit.1
FILE_PC= luajit.pc
FILES_INC= lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h
FILES_JITLIB= bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua \
dis_x86.lua dis_x64.lua dis_arm.lua dis_ppc.lua \
dis_mips.lua dis_mipsel.lua vmdef.lua
dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua \
dis_ppc.lua dis_mips.lua dis_mipsel.lua dis_mips64.lua \
dis_mips64el.lua vmdef.lua

ifeq (,$(findstring Windows,$(OS)))
ifeq (Darwin,$(shell uname -s))
INSTALL_SONAME= $(INSTALL_DYLIBNAME)
INSTALL_SHORT1= $(INSTALL_LIB)/$(INSTALL_DYLIBSHORT1)
INSTALL_SHORT2= $(INSTALL_LIB)/$(INSTALL_DYLIBSHORT2)
LDCONFIG= :
endif
HOST_SYS:= $(shell uname -s)
else
HOST_SYS= Windows
endif
TARGET_SYS?= $(HOST_SYS)

ifeq (Darwin,$(TARGET_SYS))
INSTALL_SONAME= $(INSTALL_DYLIBNAME)
INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1)
INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2)
LDCONFIG= :
endif

##############################################################################
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
README for LuaJIT 2.1.0-beta1
README for LuaJIT 2.1.0-beta2
-----------------------------

LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.

Project Homepage: http://luajit.org/

LuaJIT is Copyright (C) 2005-2015 Mike Pall.
LuaJIT is Copyright (C) 2005-2017 Mike Pall.
LuaJIT is free software, released under the MIT license.
See full Copyright Notice in the COPYRIGHT file or in luajit.h.

Expand Down
2 changes: 1 addition & 1 deletion doc/bluequad-print.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2004-2015 Mike Pall.
/* Copyright (C) 2004-2017 Mike Pall.
*
* You are welcome to use the general ideas of this design for your own sites.
* But please do not steal the stylesheet, the layout or the color scheme.
Expand Down
2 changes: 1 addition & 1 deletion doc/bluequad.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2004-2015 Mike Pall.
/* Copyright (C) 2004-2017 Mike Pall.
*
* You are welcome to use the general ideas of this design for your own sites.
* But please do not steal the stylesheet, the layout or the color scheme.
Expand Down
22 changes: 16 additions & 6 deletions doc/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>LuaJIT Change History</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
Expand Down Expand Up @@ -74,6 +74,19 @@ <h1>LuaJIT Change History</h1>
</p>

<div class="major" style="background: #d0d0ff;">
<h2 id="LuaJIT-2.1.0-beta2">LuaJIT 2.1.0-beta2 &mdash; 2016-03-03</h2>
<ul>
<li>Enable trace stitching.</li>
<li>Use internal implementation for converting FP numbers to strings.</li>
<li>Parse Unicode escape <tt>'\u{XX...}'</tt> in string literals.</li>
<li>Add MIPS soft-float support.</li>
<li>Switch MIPS port to dual-number mode.</li>
<li>x86/x64: Add support for AES-NI, AVX and AVX2 to DynASM.</li>
<li>FFI: Add <tt>ssize_t</tt> declaration.</li>
<li>FFI: Parse <tt>#line NN</tt> and <tt>#NN</tt>.</li>
<li>Various minor fixes.</li>
</ul>

<h2 id="LuaJIT-2.1.0-beta1">LuaJIT 2.1.0-beta1 &mdash; 2015-08-25</h2>
<p>
This is a brief summary of the major changes in LuaJIT 2.1 compared to 2.0.
Expand All @@ -86,12 +99,11 @@ <h2 id="LuaJIT-2.1.0-beta1">LuaJIT 2.1.0-beta1 &mdash; 2015-08-25</h2>
<li>Add <tt>LJ_GC64</tt> mode: 64 bit GC object references (really: 47 bit). Interpreter-only for now.</li>
<li>Add <tt>LJ_FR2</tt> mode: Two-slot frame info. Required by <tt>LJ_GC64</tt> mode.</li>
<li>Add <tt>table.new()</tt> and <tt>table.clear()</tt>.</li>
<li>Parse Unicode escape <tt>'\u{XX...}'</tt> in string literals.</li>
<li>Parse binary number literals (<tt>0bxxx</tt>).</li>
</ul></li>
<li>Improvements to the JIT compiler:
<ul>
<li>Add trace stitching.</li>
<li>Add trace stitching (disabled for now).</li>
<li>Compile various builtins: <tt>string.char()</tt>, <tt>string.reverse()</tt>, <tt>string.lower()</tt>, <tt>string.upper()</tt>, <tt>string.rep()</tt>, <tt>string.format()</tt>, <tt>table.concat()</tt>, <tt>bit.tohex()</tt>, <tt>getfenv(0)</tt>, <tt>debug.getmetatable()</tt>.</li>
<li>Compile <tt>string.find()</tt> for fixed string searches (no patterns).</li>
<li>Compile <tt>BC_TSETM</tt>, e.g. <tt>{1,2,3,f()}</tt>.</li>
Expand All @@ -113,7 +125,6 @@ <h2 id="LuaJIT-2.1.0-beta1">LuaJIT 2.1.0-beta1 &mdash; 2015-08-25</h2>
<li>x64: Add separate port of the interpreter to <tt>LJ_GC64</tt> mode.</li>
<li>x86/x64: Drop internal x87 math functions. Use libm functions.</li>
<li>x86: Remove x87 support from interpreter. SSE2 is mandatory now.</li>
<li>x86/x64: Add support for AES-NI, AVX and AVX2 to DynASM.</li>
<li>PPC/e500: Drop support for this architecture.</li>
</ul></li>
<li>FFI library:
Expand All @@ -124,7 +135,6 @@ <h2 id="LuaJIT-2.1.0-beta1">LuaJIT 2.1.0-beta1 &mdash; 2015-08-25</h2>
<li>FFI: Compile lightuserdata to <tt>void *</tt> conversion.</li>
<li>FFI: Compile <tt>ffi.gc(cdata, nil)</tt>, too.</li>
<li>FFI: Add <tt>ffi.typeinfo()</tt>.</li>
<li>FFI: Add <tt>ssize_t</tt> declaration.</li>
</ul></li>
</ul>
</div>
Expand Down Expand Up @@ -797,7 +807,7 @@ <h2 id="LuaJIT-2.0.0-beta1">LuaJIT 2.0.0-beta1 &mdash; 2009-10-31</h2>
</div>
<div id="foot">
<hr class="hide">
Copyright &copy; 2005-2015 Mike Pall
Copyright &copy; 2005-2017 Mike Pall
<span class="noprint">
&middot;
<a href="contact.html">Contact</a>
Expand Down
13 changes: 10 additions & 3 deletions doc/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Contact</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
Expand Down Expand Up @@ -61,8 +61,15 @@ <h1>Contact</h1>
</div>
<div id="main">
<p>
If you want to report bugs, propose fixes or suggest enhancements,
please use the
<a href="https://github.com/LuaJIT/LuaJIT/issues">GitHub issue tracker</a>.
</p>
<p>
Please send general questions to the
<a href="http://luajit.org/list.html"><span class="ext">&raquo;</span>&nbsp;LuaJIT mailing list</a>.
</p>
<p>
You can also send any questions you have directly to me:
</p>

Expand All @@ -86,15 +93,15 @@ <h1>Contact</h1>
<h2>Copyright</h2>
<p>
All documentation is
Copyright &copy; 2005-2015 Mike Pall.
Copyright &copy; 2005-2017 Mike Pall.
</p>


<br class="flush">
</div>
<div id="foot">
<hr class="hide">
Copyright &copy; 2005-2015 Mike Pall
Copyright &copy; 2005-2017 Mike Pall
<span class="noprint">
&middot;
<a href="contact.html">Contact</a>
Expand Down
4 changes: 2 additions & 2 deletions doc/ext_c_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Lua/C API Extensions</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
Expand Down Expand Up @@ -179,7 +179,7 @@ <h3 id="mode_wrapcfunc"><tt>luaJIT_setmode(L, idx, LUAJIT_MODE_WRAPCFUNC|flag)</
</div>
<div id="foot">
<hr class="hide">
Copyright &copy; 2005-2015 Mike Pall
Copyright &copy; 2005-2017 Mike Pall
<span class="noprint">
&middot;
<a href="contact.html">Contact</a>
Expand Down
4 changes: 2 additions & 2 deletions doc/ext_ffi.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>FFI Library</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
Expand Down Expand Up @@ -322,7 +322,7 @@ <h2 id="cdata">Motivating Example: Using C Data Structures</h2>
</div>
<div id="foot">
<hr class="hide">
Copyright &copy; 2005-2015 Mike Pall
Copyright &copy; 2005-2017 Mike Pall
<span class="noprint">
&middot;
<a href="contact.html">Contact</a>
Expand Down
4 changes: 2 additions & 2 deletions doc/ext_ffi_api.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>ffi.* API Functions</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
Expand Down Expand Up @@ -560,7 +560,7 @@ <h2 id="literals">Extensions to the Lua Parser</h2>
</div>
<div id="foot">
<hr class="hide">
Copyright &copy; 2005-2015 Mike Pall
Copyright &copy; 2005-2017 Mike Pall
<span class="noprint">
&middot;
<a href="contact.html">Contact</a>
Expand Down
4 changes: 2 additions & 2 deletions doc/ext_ffi_semantics.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>FFI Semantics</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
Expand Down Expand Up @@ -1253,7 +1253,7 @@ <h2 id="status">Current Status</h2>
</div>
<div id="foot">
<hr class="hide">
Copyright &copy; 2005-2015 Mike Pall
Copyright &copy; 2005-2017 Mike Pall
<span class="noprint">
&middot;
<a href="contact.html">Contact</a>
Expand Down
4 changes: 2 additions & 2 deletions doc/ext_ffi_tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>FFI Tutorial</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
Expand Down Expand Up @@ -593,7 +593,7 @@ <h2 id="cache">To Cache or Not to Cache</h2>
</div>
<div id="foot">
<hr class="hide">
Copyright &copy; 2005-2015 Mike Pall
Copyright &copy; 2005-2017 Mike Pall
<span class="noprint">
&middot;
<a href="contact.html">Contact</a>
Expand Down
6 changes: 3 additions & 3 deletions doc/ext_jit.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>jit.* Library</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
Expand Down Expand Up @@ -153,7 +153,7 @@ <h3 id="jit_os"><tt>jit.os</tt></h3>
<h3 id="jit_arch"><tt>jit.arch</tt></h3>
<p>
Contains the target architecture name:
"x86", "x64", "arm", "ppc", or "mips".
"x86", "x64", "arm", "arm64", "ppc", "mips" or "mips64".
</p>

<h2 id="jit_opt"><tt>jit.opt.*</tt> &mdash; JIT compiler optimization control</h2>
Expand Down Expand Up @@ -191,7 +191,7 @@ <h2 id="jit_util"><tt>jit.util.*</tt> &mdash; JIT compiler introspection</h2>
</div>
<div id="foot">
<hr class="hide">
Copyright &copy; 2005-2015 Mike Pall
Copyright &copy; 2005-2017 Mike Pall
<span class="noprint">
&middot;
<a href="contact.html">Contact</a>
Expand Down
4 changes: 2 additions & 2 deletions doc/ext_profiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Profiler</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2015, Mike Pall">
<meta name="Copyright" content="Copyright (C) 2005-2017, Mike Pall">
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
Expand Down Expand Up @@ -355,7 +355,7 @@ <h3 id="luaJIT_profile_dumpstack"><tt>p = luaJIT_profile_dumpstack(L, fmt, depth
</div>
<div id="foot">
<hr class="hide">
Copyright &copy; 2005-2015 Mike Pall
Copyright &copy; 2005-2017 Mike Pall
<span class="noprint">
&middot;
<a href="contact.html">Contact</a>
Expand Down
Loading

0 comments on commit 736cc36

Please sign in to comment.