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
/
etc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-08
OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET.
Mike Pall
2
-3
/
+3
2019-12-08
Build MinGW import library, too.
Mike Pall
1
-1
/
+2
2019-12-08
Fix MinGW make clean.
Mike Pall
1
-1
/
+1
2019-12-08
Update Android and iOS build docs.
Mike Pall
1
-55
/
+13
2019-12-08
Add note about the unsuitabilty of math.random() for crypto.
Mike Pall
1
-0
/
+4
2019-12-08
Update MSVC build script and docs.
Mike Pall
2
-51
/
+20
2019-12-08
More recent MSVC is partially C99 compliant.
Mike Pall
1
-2
/
+2
2019-11-10
Fix narrowing of conversions to U32.
Mike Pall
1
-2
/
+2
2019-08-30
Fix unsinking of 64 bit constants.
Mike Pall
2
-7
/
+7
2019-08-30
Fix bytecode dump unpatching.
Mike Pall
1
-4
/
+1
2019-08-10
Fix debug.getinfo() argument check.
Mike Pall
1
-1
/
+1
2019-07-05
MIPS: Fix delay slot hint.
Mike Pall
1
-1
/
+1
2019-05-09
Fix TNEW load forwarding with instable types.
Mike Pall
1
-1
/
+2
2019-04-29
ARM: Fix GCC 7 -Wimplicit-fallthrough warnings.
Mike Pall
2
-3
/
+3
2019-04-29
ARM: Fix condition code check fusion.
Mike Pall
1
-13
/
+15
2019-02-04
ARM64: Avoid side-effects of constant rematerialization.
Mike Pall
1
-17
/
+29
2019-01-10
Improve luaL_addlstring().
Mike Pall
1
-2
/
+9
2019-01-10
Fix os.date() for wider libc strftime() compatibility.
Mike Pall
1
-2
/
+2
2019-01-10
Fix MinGW build.
Mike Pall
1
-1
/
+1
2019-01-10
DynASM/MIPS: Fix shadowed variable.
Mike Pall
1
-3
/
+3
2019-01-10
DynASM/PPC: Fix shadowed variable.
Mike Pall
1
-3
/
+3
2019-01-10
Fix overflow of snapshot map offset.
Mike Pall
3
-12
/
+12
2019-01-10
Better detection of MinGW build.
Mike Pall
1
-0
/
+4
2018-10-14
Actually implement maxirconst trace limit.
Mike Pall
1
-2
/
+3
2018-10-14
MIPS/MIPS64: Fix TSETR barrier (again).
Mike Pall
2
-2
/
+2
2018-09-13
Fix memory probing allocator to check for valid end address, too.
Mike Pall
1
-1
/
+2
2018-08-22
DynASM/x86: Fix vroundps/vroundpd encoding.
Mike Pall
1
-2
/
+2
2018-06-24
DynASM: Fix warning.
Mike Pall
1
-0
/
+1
2018-06-24
ARM64: Fix exit stub patching.
Mike Pall
3
-38
/
+51
2018-06-24
ARM64: Fix write barrier in BC_USETS.
Mike Pall
1
-1
/
+1
2018-06-05
Windows: Add UWP support, part 1.
Mike Pall
10
-20
/
+78
2018-06-05
From Lua 5.3: assert() accepts any type of error object.
Mike Pall
2
-5
/
+6
2018-06-05
x86: Disassemble FMA3 instructions.
Mike Pall
1
-1
/
+23
2018-06-05
DynASM/x86: Add FMA3 instructions.
Mike Pall
1
-0
/
+67
2018-06-05
PPC/NetBSD: Fix endianess check.
Mike Pall
1
-1
/
+1
2018-05-20
x86/x64: Check for jcc when using xor r,r in emit_loadi().
Mike Pall
1
-2
/
+4
2018-05-20
FFI: Make FP to U64 conversions match JIT backend behavior.
Mike Pall
1
-5
/
+13
2018-04-25
Bump copyright date to 2018.
Mike Pall
16
-46
/
+32
2018-04-22
FFI: Add tonumber() specialization for failed conversions.
Mike Pall
1
-0
/
+2
2018-04-22
Give expected results for negative non-base-10 numbers in tonumber().
Mike Pall
1
-9
/
+18
2018-02-27
DynASM/x86: Add BMI1 and BMI2 instructions.
Mike Pall
1
-0
/
+19
2018-02-27
Fix rechaining of pseudo-resurrected string keys.
Mike Pall
1
-0
/
+23
2018-01-29
Clear stack after print_jit_status() in CLI.
Mike Pall
1
-0
/
+1
2018-01-29
Fix GCC 7 -Wimplicit-fallthrough warnings.
Mike Pall
10
-5
/
+33
2018-01-29
FFI: Don't assert on #1LL (5.2 compatibility mode only).
Mike Pall
3
-1
/
+11
2018-01-29
MIPS64: Fix soft-float +-0.0 vs. +-0.0 comparison.
Mike Pall
1
-1
/
+1
2018-01-18
Fix LuaJIT API docs for LUAJIT_MODE_*.
Mike Pall
1
-2
/
+2
2018-01-18
Fix ARMv8 (32 bit subset) detection.
Mike Pall
1
-1
/
+1
2018-01-14
Fix string.format("%c", 0).
Mike Pall
1
-7
/
+8
2018-01-14
Fix IR_BUFPUT assembly.
Mike Pall
1
-3
/
+3
[next]