diff options
author | Mike Pall <mike> | 2020-01-20 23:34:21 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2020-01-20 23:34:21 +0100 |
commit | 87b111f0fe18788d38dbafd9d768d720f77f052b (patch) | |
tree | 0b31f7728ccfee8426506cc04528471e362fef75 /src/jit | |
parent | 981ec8d2aac5cac76bdedd4015b6d32447b29597 (diff) | |
parent | 38a5ed4b434618662372c0c1665ed08782f5faa5 (diff) | |
download | luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.tar.gz luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.tar.bz2 luajit-87b111f0fe18788d38dbafd9d768d720f77f052b.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/jit')
-rw-r--r-- | src/jit/bc.lua | 2 | ||||
-rw-r--r-- | src/jit/bcsave.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_arm.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_arm64.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_arm64be.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_mips.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_mips64.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_mips64el.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_mips64r6.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_mips64r6el.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_mipsel.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_ppc.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_x64.lua | 2 | ||||
-rw-r--r-- | src/jit/dis_x86.lua | 2 | ||||
-rw-r--r-- | src/jit/dump.lua | 2 | ||||
-rw-r--r-- | src/jit/p.lua | 2 | ||||
-rw-r--r-- | src/jit/v.lua | 2 | ||||
-rw-r--r-- | src/jit/zone.lua | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/src/jit/bc.lua b/src/jit/bc.lua index 193cf01f..45ba40e2 100644 --- a/src/jit/bc.lua +++ b/src/jit/bc.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT bytecode listing module. | 2 | -- LuaJIT bytecode listing module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- | 7 | -- |
diff --git a/src/jit/bcsave.lua b/src/jit/bcsave.lua index 41081184..4935ea8f 100644 --- a/src/jit/bcsave.lua +++ b/src/jit/bcsave.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT module to save/list bytecode. | 2 | -- LuaJIT module to save/list bytecode. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- | 7 | -- |
diff --git a/src/jit/dis_arm.lua b/src/jit/dis_arm.lua index c2dd7769..cafd2f74 100644 --- a/src/jit/dis_arm.lua +++ b/src/jit/dis_arm.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT ARM disassembler module. | 2 | -- LuaJIT ARM disassembler module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This is a helper module used by the LuaJIT machine code dumper module. | 7 | -- This is a helper module used by the LuaJIT machine code dumper module. |
diff --git a/src/jit/dis_arm64.lua b/src/jit/dis_arm64.lua index a7173326..d1596ebc 100644 --- a/src/jit/dis_arm64.lua +++ b/src/jit/dis_arm64.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT ARM64 disassembler module. | 2 | -- LuaJIT ARM64 disassembler module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | -- | 6 | -- |
7 | -- Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. | 7 | -- Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. |
diff --git a/src/jit/dis_arm64be.lua b/src/jit/dis_arm64be.lua index 7eb389e2..9f4077af 100644 --- a/src/jit/dis_arm64be.lua +++ b/src/jit/dis_arm64be.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT ARM64BE disassembler wrapper module. | 2 | -- LuaJIT ARM64BE disassembler wrapper module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- ARM64 instructions are always little-endian. So just forward to the | 7 | -- ARM64 instructions are always little-endian. So just forward to the |
diff --git a/src/jit/dis_mips.lua b/src/jit/dis_mips.lua index c003b984..791ac91d 100644 --- a/src/jit/dis_mips.lua +++ b/src/jit/dis_mips.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT MIPS disassembler module. | 2 | -- LuaJIT MIPS disassembler module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT/X license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT/X license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This is a helper module used by the LuaJIT machine code dumper module. | 7 | -- This is a helper module used by the LuaJIT machine code dumper module. |
diff --git a/src/jit/dis_mips64.lua b/src/jit/dis_mips64.lua index c4374928..018e6058 100644 --- a/src/jit/dis_mips64.lua +++ b/src/jit/dis_mips64.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT MIPS64 disassembler wrapper module. | 2 | -- LuaJIT MIPS64 disassembler wrapper module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This module just exports the big-endian functions from the | 7 | -- This module just exports the big-endian functions from the |
diff --git a/src/jit/dis_mips64el.lua b/src/jit/dis_mips64el.lua index 2b1470af..ef3af475 100644 --- a/src/jit/dis_mips64el.lua +++ b/src/jit/dis_mips64el.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT MIPS64EL disassembler wrapper module. | 2 | -- LuaJIT MIPS64EL disassembler wrapper module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This module just exports the little-endian functions from the | 7 | -- This module just exports the little-endian functions from the |
diff --git a/src/jit/dis_mips64r6.lua b/src/jit/dis_mips64r6.lua index 023c05ab..2bfc2429 100644 --- a/src/jit/dis_mips64r6.lua +++ b/src/jit/dis_mips64r6.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT MIPS64R6 disassembler wrapper module. | 2 | -- LuaJIT MIPS64R6 disassembler wrapper module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This module just exports the r6 big-endian functions from the | 7 | -- This module just exports the r6 big-endian functions from the |
diff --git a/src/jit/dis_mips64r6el.lua b/src/jit/dis_mips64r6el.lua index f2988339..30597552 100644 --- a/src/jit/dis_mips64r6el.lua +++ b/src/jit/dis_mips64r6el.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT MIPS64R6EL disassembler wrapper module. | 2 | -- LuaJIT MIPS64R6EL disassembler wrapper module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This module just exports the r6 little-endian functions from the | 7 | -- This module just exports the r6 little-endian functions from the |
diff --git a/src/jit/dis_mipsel.lua b/src/jit/dis_mipsel.lua index f69b11f0..a6bb9565 100644 --- a/src/jit/dis_mipsel.lua +++ b/src/jit/dis_mipsel.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT MIPSEL disassembler wrapper module. | 2 | -- LuaJIT MIPSEL disassembler wrapper module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This module just exports the little-endian functions from the | 7 | -- This module just exports the little-endian functions from the |
diff --git a/src/jit/dis_ppc.lua b/src/jit/dis_ppc.lua index 2aeb1b29..31d7a4d5 100644 --- a/src/jit/dis_ppc.lua +++ b/src/jit/dis_ppc.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT PPC disassembler module. | 2 | -- LuaJIT PPC disassembler module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT/X license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT/X license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This is a helper module used by the LuaJIT machine code dumper module. | 7 | -- This is a helper module used by the LuaJIT machine code dumper module. |
diff --git a/src/jit/dis_x64.lua b/src/jit/dis_x64.lua index d5714ee1..88032f1e 100644 --- a/src/jit/dis_x64.lua +++ b/src/jit/dis_x64.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT x64 disassembler wrapper module. | 2 | -- LuaJIT x64 disassembler wrapper module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This module just exports the 64 bit functions from the combined | 7 | -- This module just exports the 64 bit functions from the combined |
diff --git a/src/jit/dis_x86.lua b/src/jit/dis_x86.lua index 3a68c933..364a3184 100644 --- a/src/jit/dis_x86.lua +++ b/src/jit/dis_x86.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT x86/x64 disassembler module. | 2 | -- LuaJIT x86/x64 disassembler module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- This is a helper module used by the LuaJIT machine code dumper module. | 7 | -- This is a helper module used by the LuaJIT machine code dumper module. |
diff --git a/src/jit/dump.lua b/src/jit/dump.lua index 2bea652b..0cb38b58 100644 --- a/src/jit/dump.lua +++ b/src/jit/dump.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT compiler dump module. | 2 | -- LuaJIT compiler dump module. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- | 7 | -- |
diff --git a/src/jit/p.lua b/src/jit/p.lua index 7be10586..ac3ec40a 100644 --- a/src/jit/p.lua +++ b/src/jit/p.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT profiler. | 2 | -- LuaJIT profiler. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- | 7 | -- |
diff --git a/src/jit/v.lua b/src/jit/v.lua index 934de985..e37466c6 100644 --- a/src/jit/v.lua +++ b/src/jit/v.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- Verbose mode of the LuaJIT compiler. | 2 | -- Verbose mode of the LuaJIT compiler. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- | 7 | -- |
diff --git a/src/jit/zone.lua b/src/jit/zone.lua index fa702c4e..a8b4f0ae 100644 --- a/src/jit/zone.lua +++ b/src/jit/zone.lua | |||
@@ -1,7 +1,7 @@ | |||
1 | ---------------------------------------------------------------------------- | 1 | ---------------------------------------------------------------------------- |
2 | -- LuaJIT profiler zones. | 2 | -- LuaJIT profiler zones. |
3 | -- | 3 | -- |
4 | -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. | 4 | -- Copyright (C) 2005-2020 Mike Pall. All rights reserved. |
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | -- | 7 | -- |