index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
DUALNUM: Handle integer type in JIT compiler.
Mike Pall
2011-03-10
16
-276
/
+484
|
*
FFI: Fix and optimize recording of cdata[cdata].
Mike Pall
2011-03-10
2
-4
/
+41
|
*
x86/x64: Fix code generation for fused IR_MUL/IR_MULOV.
Mike Pall
2011-03-10
1
-1
/
+1
|
*
FFI: Fix x86 code generation for ffi.string().
Mike Pall
2011-03-10
1
-1
/
+1
|
*
Fix handling of err_loc() within cpcall frames.
Mike Pall
2011-03-09
1
-5
/
+8
|
*
DUALNUM: Add extra assertions to interpreter.
Mike Pall
2011-03-09
4
-1671
/
+1738
|
*
Fix code generation for bit.bnot().
Mike Pall
2011-03-07
1
-1
/
+1
|
*
DUALNUM: Make overflow guards weak. Add IR_USE and IR_MULOV.
Mike Pall
2011-03-07
4
-4
/
+40
|
*
DUALNUM: Fix x87 code for BC_ISEQN/BC_ISNEN.
Mike Pall
2011-03-07
4
-1257
/
+1253
|
*
Suppress recording of retried fast functions.
Mike Pall
2011-03-07
3
-2
/
+9
|
*
Fix narrowing of POW.
Mike Pall
2011-03-03
1
-8
/
+12
|
*
Fix code generation for Intel Atom in x64 mode.
Mike Pall
2011-03-03
1
-1
/
+1
|
*
FFI: Resolve ld script redirection in ffi.load().
Mike Pall
2011-03-01
1
-1
/
+32
|
*
FFI: Fix compiled ffi.string() semantics.
Mike Pall
2011-02-28
5
-5
/
+8
|
*
FFI: Add ffi.gc() function for finalization of cdata objects.
Mike Pall
2011-02-28
9
-57
/
+191
|
*
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
Mike Pall
2011-02-27
16
-3764
/
+6439
|
*
DUALNUM: Handle integer type in FFI.
Mike Pall
2011-02-27
5
-17
/
+42
|
*
x64: Improve accuracy of x^-k.
Mike Pall
2011-02-25
4
-1794
/
+1791
|
*
Fix table.maxn().
Mike Pall
2011-02-23
1
-1
/
+1
|
*
FFI: Record calls to functions with void results.
Mike Pall
2011-02-23
1
-2
/
+8
|
*
Eliminate dead slots in snapshots using bytecode data-flow analysis.
Mike Pall
2011-02-22
4
-21
/
+133
|
*
From Lua 5.2: Support load(string).
Mike Pall
2011-02-20
1
-1
/
+4
|
*
From Lua 5.2: fp:read("*L").
Mike Pall
2011-02-20
1
-7
/
+7
|
*
From Lua 5.2: table.unpack(). Needs -DLUAJIT_ENABLE_LUA52COMPAT.
Mike Pall
2011-02-20
1
-0
/
+4
|
*
From Lua 5.2: Add package.searchpath().
Mike Pall
2011-02-20
1
-10
/
+29
|
|
|
|
Thanks to F. Perrad.
*
From Lua 5.2: Empty statement. Needs -DLUAJIT_ENABLE_LUA52COMPAT.
Mike Pall
2011-02-20
1
-0
/
+5
|
*
From Lua 5.2: coroutine.running(). Needs -DLUAJIT_ENABLE_LUA52COMPAT.
Mike Pall
2011-02-20
1
-1
/
+7
|
*
FFI: Fix recording of userdata conversions.
Mike Pall
2011-02-20
1
-1
/
+1
|
*
FFI: Fix 64 bit to 32 bit truncations on x64.
Mike Pall
2011-02-20
1
-8
/
+2
|
*
FFI: Fix recording of ffi.copy() and ffi.fill().
Mike Pall
2011-02-19
1
-1
/
+3
|
*
FFI: Improve conversion error messages.
Mike Pall
2011-02-19
4
-15
/
+32
|
*
FFI: Fix docs about C bool -> Lua boolean conversion.
Mike Pall
2011-02-18
1
-1
/
+1
|
|
|
|
Thanks to M. Kottman.
*
DUALNUM: Add integer type to core VM.
Mike Pall
2011-02-17
23
-189
/
+403
|
*
DUALNUM: Add build infrastructure.
Mike Pall
2011-02-17
1
-0
/
+12
|
|
|
|
Note: DUALNUM is disabled by default and won't work yet.
*
FFI: Fix management of C library handles for default namespace.
Mike Pall
2011-02-16
1
-3
/
+7
|
*
Fix error handling within metamethods. Special-case FFI mm.
Mike Pall
2011-02-16
2
-18
/
+28
|
*
Add workaround for lj_meta_tset() newkey inconsistency.
Mike Pall
2011-02-15
1
-1
/
+2
|
*
PPC: Disable FFI due to NYI: comparisons and calls.
Mike Pall
2011-02-14
1
-0
/
+1
|
*
Fix type mismatch in XSTORE forwarding.
Mike Pall
2011-02-14
1
-2
/
+2
|
*
RELEASE LuaJIT-2.0.0-beta6
v2.0.0-beta6
Mike Pall
2011-02-11
8
-15
/
+15
|
*
FFI: Disable unused code for some build modes.
Mike Pall
2011-02-11
2
-2
/
+2
|
*
Update changelog.
Mike Pall
2011-02-11
1
-0
/
+45
|
*
Cleanup of docs.
Mike Pall
2011-02-11
8
-75
/
+157
|
*
FFI: Finish FFI docs.
Mike Pall
2011-02-11
15
-157
/
+469
|
*
FFI: Finish docs on FFI semantics. Phew.
Mike Pall
2011-02-10
1
-34
/
+521
|
*
Fix various HTML errors in the docs.
Mike Pall
2011-02-10
5
-6
/
+6
|
*
FFI: Add more docs on FFI semantics.
Mike Pall
2011-02-09
1
-24
/
+268
|
*
FFI: Document current FFI implementation status.
Mike Pall
2011-02-08
1
-9
/
+82
|
*
Fix bytecode optimization of and/or operators.
Mike Pall
2011-02-08
1
-4
/
+0
|
*
FFI: Record ffi.abi().
Mike Pall
2011-02-08
5
-4
/
+21
|
[prev]
[next]