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
2011-02-28
FFI: Fix compiled ffi.string() semantics.
Mike Pall
5
-5
/
+8
2011-02-28
FFI: Add ffi.gc() function for finalization of cdata objects.
Mike Pall
9
-57
/
+191
2011-02-27
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
Mike Pall
16
-3764
/
+6439
2011-02-27
DUALNUM: Handle integer type in FFI.
Mike Pall
5
-17
/
+42
2011-02-25
x64: Improve accuracy of x^-k.
Mike Pall
4
-1794
/
+1791
2011-02-23
Fix table.maxn().
Mike Pall
1
-1
/
+1
2011-02-23
FFI: Record calls to functions with void results.
Mike Pall
1
-2
/
+8
2011-02-22
Eliminate dead slots in snapshots using bytecode data-flow analysis.
Mike Pall
4
-21
/
+133
2011-02-20
From Lua 5.2: Support load(string).
Mike Pall
1
-1
/
+4
2011-02-20
From Lua 5.2: fp:read("*L").
Mike Pall
1
-7
/
+7
2011-02-20
From Lua 5.2: table.unpack(). Needs -DLUAJIT_ENABLE_LUA52COMPAT.
Mike Pall
1
-0
/
+4
2011-02-20
From Lua 5.2: Add package.searchpath().
Mike Pall
1
-10
/
+29
2011-02-20
From Lua 5.2: Empty statement. Needs -DLUAJIT_ENABLE_LUA52COMPAT.
Mike Pall
1
-0
/
+5
2011-02-20
From Lua 5.2: coroutine.running(). Needs -DLUAJIT_ENABLE_LUA52COMPAT.
Mike Pall
1
-1
/
+7
2011-02-20
FFI: Fix recording of userdata conversions.
Mike Pall
1
-1
/
+1
2011-02-20
FFI: Fix 64 bit to 32 bit truncations on x64.
Mike Pall
1
-8
/
+2
2011-02-19
FFI: Fix recording of ffi.copy() and ffi.fill().
Mike Pall
1
-1
/
+3
2011-02-19
FFI: Improve conversion error messages.
Mike Pall
4
-15
/
+32
2011-02-18
FFI: Fix docs about C bool -> Lua boolean conversion.
Mike Pall
1
-1
/
+1
2011-02-17
DUALNUM: Add integer type to core VM.
Mike Pall
23
-189
/
+403
2011-02-17
DUALNUM: Add build infrastructure.
Mike Pall
1
-0
/
+12
2011-02-16
FFI: Fix management of C library handles for default namespace.
Mike Pall
1
-3
/
+7
2011-02-16
Fix error handling within metamethods. Special-case FFI mm.
Mike Pall
2
-18
/
+28
2011-02-15
Add workaround for lj_meta_tset() newkey inconsistency.
Mike Pall
1
-1
/
+2
2011-02-14
PPC: Disable FFI due to NYI: comparisons and calls.
Mike Pall
1
-0
/
+1
2011-02-14
Fix type mismatch in XSTORE forwarding.
Mike Pall
1
-2
/
+2
2011-02-11
RELEASE LuaJIT-2.0.0-beta6
v2.0.0-beta6
Mike Pall
8
-15
/
+15
2011-02-11
FFI: Disable unused code for some build modes.
Mike Pall
2
-2
/
+2
2011-02-11
Update changelog.
Mike Pall
1
-0
/
+45
2011-02-11
Cleanup of docs.
Mike Pall
8
-75
/
+157
2011-02-11
FFI: Finish FFI docs.
Mike Pall
15
-157
/
+469
2011-02-10
FFI: Finish docs on FFI semantics. Phew.
Mike Pall
1
-34
/
+521
2011-02-10
Fix various HTML errors in the docs.
Mike Pall
5
-6
/
+6
2011-02-09
FFI: Add more docs on FFI semantics.
Mike Pall
1
-24
/
+268
2011-02-08
FFI: Document current FFI implementation status.
Mike Pall
1
-9
/
+82
2011-02-08
Fix bytecode optimization of and/or operators.
Mike Pall
1
-4
/
+0
2011-02-08
FFI: Record ffi.abi().
Mike Pall
5
-4
/
+21
2011-02-07
FFI: Record ffi.copy() and ffi.fill().
Mike Pall
5
-19
/
+57
2011-02-07
FFI: Fix recording of pointer arithmetic.
Mike Pall
1
-1
/
+1
2011-02-07
Add IR_XBAR, a barrier against XLOAD/XSTORE optimizations.
Mike Pall
4
-2
/
+6
2011-02-07
Improve static assertion macro.
Mike Pall
2
-1
/
+7
2011-02-07
FFI: Allow cdata types for integer arguments of ffi.* functions.
Mike Pall
2
-6
/
+23
2011-02-07
FFI: Fix handling of enum arguments to C calls.
Mike Pall
1
-2
/
+2
2011-02-06
FFI: Perform stricter checks in ffi.cast(). Record ffi.cast().
Mike Pall
1
-7
/
+6
2011-02-06
FFI: Simplify and fix tonumber() for cdata objects.
Mike Pall
2
-38
/
+13
2011-02-06
Strength-reduce 32 to 64 bit widening for XLOAD U8/U16 inputs.
Mike Pall
1
-0
/
+3
2011-02-05
FFI: Limit number of arguments for recorded calls.
Mike Pall
1
-1
/
+1
2011-02-05
FFI: Record simple C function calls.
Mike Pall
7
-35
/
+177
2011-02-05
FFI: Optimize snapshots for cdata comparisons.
Mike Pall
4
-8
/
+23
2011-02-05
Fix metamethod comparisons triggered by BC_ISEQP/BC_ISNEP.
Mike Pall
1
-1
/
+1
[next]