index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-07
From Lua 5.2: Add lua_copy().
Mike Pall
3
-11
/
+21
2017-04-07
From Lua 5.2: Add lua_version().
Mike Pall
2
-0
/
+8
2017-04-07
Refactor with LUA_OK.
Mike Pall
6
-23
/
+24
2017-04-07
Allow building on Haiku OS.
Mike Pall
1
-1
/
+1
2017-04-07
OSX: Fix build with recent XCode.
Mike Pall
1
-1
/
+2
2017-03-30
Add some more changes and extensions from Lua 5.2.
Mike Pall
5
-40
/
+64
2017-03-30
Remove old Lua 5.0 compatibility defines.
Mike Pall
1
-20
/
+4
2017-03-30
FFI: Fix FOLD rules for int64_t comparisons.
Mike Pall
1
-8
/
+8
2017-03-30
ARM64: Add big-endian support.
Mike Pall
14
-63
/
+149
2017-03-21
x64/LJ_GC64: Fix emit_loadk64().
Mike Pall
1
-0
/
+1
2017-03-21
LJ_GC64: Fix BC_CALLM snapshot handling.
Mike Pall
1
-1
/
+1
2017-03-21
x64/LJ_GC64: Fix assembly of CNEWI with 64 bit constant pointer.
Mike Pall
1
-2
/
+3
2017-03-20
ARM64: Fix Nintendo Switch build.
Mike Pall
1
-1
/
+1
2017-03-20
ARM64: Fix XLOAD/XSTORE with FP operand.
Mike Pall
1
-1
/
+1
2017-03-17
Remove Lua 5.0 compatibility defines.
Mike Pall
3
-12
/
+0
2017-03-08
Remove unnecessary mcode alloc pointer check.
Mike Pall
1
-2
/
+2
2017-03-08
Limit mcode alloc probing, depending on the available pool size.
Mike Pall
1
-1
/
+2
2017-03-08
Fix overly restrictive range calculation in mcode allocation.
Mike Pall
1
-4
/
+4
2017-03-08
Fix out-of-scope goto handling in parser.
Mike Pall
1
-4
/
+6
2017-03-08
Remove internal __mode = "K" and replace with safe check.
Mike Pall
2
-6
/
+13
2017-03-08
Fix annoying warning, due to deterministic binutils configuration.
Mike Pall
1
-3
/
+1
2017-03-08
DynASM: Fix warning.
Mike Pall
1
-1
/
+2
2017-02-20
MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.
Mike Pall
14
-199
/
+1024
2017-02-20
Fix FOLD rules for math.abs() and FP negation.
Mike Pall
1
-4
/
+11
2017-02-20
Fix soft-float math.abs() and negation.
Mike Pall
1
-1
/
+2
2017-02-20
x64/LJ_GC64: Fix warning for DUALNUM build.
Mike Pall
1
-1
/
+1
2017-02-20
x64/LJ_GC64: Fix (currently unused) integer stores in asm_tvptr().
Mike Pall
1
-1
/
+2
2017-02-20
ARM64: Cleanup and de-cargo-cult TValue store generation.
Mike Pall
1
-49
/
+27
2017-02-20
MIPS: Don't use RID_GP as a scratch register.
Mike Pall
1
-3
/
+4
2017-02-20
MIPS: Fix emitted code for U32 to float conversion.
Mike Pall
1
-11
/
+7
2017-02-20
MIPS: Backport workaround for compact unwind tables.
Mike Pall
2
-0
/
+7
2017-02-20
Make checkptrGC() actually work.
Mike Pall
1
-8
/
+3
2017-02-16
ARM64: Fix AREF/HREF/UREF fusion.
Mike Pall
1
-1
/
+1
2017-01-18
Fix extension docs about package.searchers.
Mike Pall
1
-1
/
+1
2017-01-17
Bump copyright date to 2017.
Mike Pall
177
-195
/
+195
2017-01-17
LJ_GC64: Add build options and install instructions.
Mike Pall
4
-7
/
+22
2017-01-17
Add some more extensions from Lua 5.2/5.3.
Mike Pall
7
-11
/
+56
2017-01-17
Fix HTML formatting.
Mike Pall
1
-3
/
+3
2017-01-17
Fix cross-endian jit.bcsave for MIPS target.
Mike Pall
1
-1
/
+1
2016-12-30
ARM64: Remove unused variables in disassembler.
Mike Pall
1
-4
/
+1
2016-12-15
ARM64: Fuse BOR/BXOR and BNOT into ORN/EON.
Mike Pall
2
-17
/
+36
2016-12-15
Add "proto" field to jit.util.funcinfo().
Mike Pall
1
-0
/
+1
2016-12-13
Add "proto" field to jit.util.funcinfo().
Mike Pall
1
-0
/
+1
2016-12-09
ARM64: Use the correct FUSE check.
Mike Pall
1
-8
/
+9
2016-12-09
ARM64: Fuse BOR(BSHL, BSHR) into EXTR/ROR.
Mike Pall
1
-1
/
+35
2016-12-08
Add missing FOLD rule for 64 bit shift+BAND simplification.
Mike Pall
1
-0
/
+13
2016-12-08
ARM64: Fix code generation for S19 offsets.
Mike Pall
3
-4
/
+4
2016-12-08
ARM64: Fuse various BAND/BSHL/BSHR/BSAR combinations.
Mike Pall
1
-6
/
+54
2016-12-08
ARM64: Fuse FP multiply-add/sub.
Mike Pall
2
-2
/
+30
2016-12-07
ARM64: Fuse XLOAD/XSTORE with STRREF/ADD/BSHL/CONV.
Mike Pall
1
-6
/
+47
[next]