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
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
2017-11-18
MIPS64: Fix xpcall() error case.
Mike Pall
1
-2
/
+3
2017-11-18
ARM64: Fix xpcall() error case (really).
Mike Pall
1
-1
/
+2
2017-11-16
Fix saved bytecode encapsulated in ELF objects.
Mike Pall
1
-1
/
+1
2017-11-16
ARM64: Fix xpcall() error case.
Mike Pall
1
-1
/
+1
2017-11-08
MIPS64: Fix register allocation in assembly of HREF.
Mike Pall
1
-17
/
+25
2017-11-08
ARM64: Fix assembly of HREFK.
Mike Pall
1
-6
/
+5
2017-11-08
Fix FOLD rule for strength reduction of widening.
Mike Pall
1
-1
/
+1
2017-10-02
LJ_GC64: Make ASMREF_L references 64 bit.
Mike Pall
3
-1
/
+5
2017-10-02
LJ_GC64: Fix ir_khash for non-string GCobj.
Mike Pall
1
-0
/
+4
2017-09-20
DynASM/x86: Fix potential REL_A overflow.
Mike Pall
1
-1
/
+2
2017-09-18
MIPS64: Hide internal function.
Mike Pall
1
-1
/
+2
2017-09-10
x64/LJ_GC64: Fix type-check-only variant of SLOAD.
Mike Pall
1
-1
/
+1
2017-09-03
PPC: Add soft-float support to JIT compiler backend.
Mike Pall
2
-44
/
+278
2017-08-28
x64/LJ_GC64: Fix fallback case of asm_fuseloadk64().
Mike Pall
1
-0
/
+1
2017-08-18
Use https for freelists.org links.
Mike Pall
1
-1
/
+1
2017-07-26
PPC: Add soft-float support to interpreter.
Mike Pall
8
-255
/
+1101
2017-07-26
x64/LJ_GC64: Fix emit_rma().
Mike Pall
1
-3
/
+21
2017-06-12
Modify fix for warning from 'ar'.
Mike Pall
1
-1
/
+2
2017-06-11
Remove unused define.
Mike Pall
1
-1
/
+0
2017-06-08
FreeBSD/x64: Avoid changing resource limits, if not needed.
Mike Pall
1
-1
/
+1
2017-06-07
MIPS64: Add soft-float support to JIT compiler backend.
Mike Pall
13
-75
/
+286
2017-06-07
MIPS: Fix handling of spare long-range jump slots.
Mike Pall
3
-10
/
+11
2017-06-07
MIPS: Use precise search for exit jump patching.
Mike Pall
1
-1
/
+5
2017-05-17
Add missing LJ_MAX_JSLOTS check.
Mike Pall
1
-0
/
+2
2017-05-09
Fix LJ_MAX_JSLOTS assertion in rec_check_slots().
Mike Pall
1
-2
/
+2
2017-05-01
RELEASE LuaJIT-2.1.0-beta3
v2.1.0-beta3
Mike Pall
5
-6
/
+6
2017-05-01
Update changelog.
Mike Pall
1
-1
/
+25
2017-05-01
RELEASE LuaJIT-2.0.5
v2.0.5
Mike Pall
13
-16
/
+16
2017-05-01
Update changelog.
Mike Pall
1
-0
/
+42
2017-05-01
FFI: Update docs on compiler limitations.
Mike Pall
1
-2
/
+1
2017-04-30
Add FOLD rules for mixed BAND/BOR with constants.
Mike Pall
1
-0
/
+41
2017-04-30
FFI: Compile bitfield loads/stores.
Mike Pall
2
-3
/
+50
2017-04-17
Add workaround for MSVC 2015 stdio changes.
Mike Pall
1
-1
/
+1
2017-04-17
MIPS64: Fix stores of MULTRES.
Mike Pall
1
-2
/
+2
2017-04-17
MIPS64: Fix write barrier in BC_USETV.
Mike Pall
1
-3
/
+3
2017-04-17
ARM64: Fix stores to vmstate.
Mike Pall
1
-6
/
+6
2017-04-07
Document added C API extensions from Lua 5.2/5.3.
Mike Pall
1
-0
/
+9
2017-04-07
From Lua 5.2: Add lua_tonumberx() and lua_tointegerx().
Mike Pall
2
-1
/
+48
2017-04-07
From Lua 5.2: Add luaL_setmetatable().
Mike Pall
3
-2
/
+8
2017-04-07
From Lua 5.2: Add luaL_testudata().
Mike Pall
2
-3
/
+10
2017-04-07
From Lua 5.3: Add lua_isyieldable().
Mike Pall
2
-0
/
+8
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
[next]