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
2011-03-26
ARM: Add support for ARM relocations to buildvm.
Mike Pall
1
-2
/
+12
2011-03-23
ARM: Add DynASM ARM module and encoding engine.
Mike Pall
3
-4
/
+1379
2011-03-19
DUALNUM: Fix narrowing of unary minus.
Mike Pall
1
-7
/
+8
2011-03-19
Fix data-flow analysis for BC_ITERC.
Mike Pall
1
-1
/
+2
2011-03-18
x64: Use external unwinding for lua_yield().
Mike Pall
2
-11
/
+18
2011-03-17
FFI: Fix marking of ffi.gc() finalizer table.
Mike Pall
1
-1
/
+1
2011-03-17
x64: Workaround for libgcc unwind bug (still present in RHEL 5.5).
Mike Pall
6
-3303
/
+3331
2011-03-15
DUALNUM: Narrow result of math.floor() and math.ceil().
Mike Pall
1
-3
/
+11
2011-03-15
DUALNUM: Narrow unary minus.
Mike Pall
4
-3
/
+30
2011-03-15
FFI: Force snapshot after C call to preserve semantics.
Mike Pall
1
-0
/
+1
2011-03-11
DUALNUM: Add integer variant of MIN/MAX.
Mike Pall
6
-7
/
+64
2011-03-10
Get rid of the remaining silly cast macros from Lua.
Mike Pall
17
-65
/
+58
2011-03-10
DUALNUM: Handle integer type in JIT compiler.
Mike Pall
16
-276
/
+484
2011-03-10
FFI: Fix and optimize recording of cdata[cdata].
Mike Pall
2
-4
/
+41
2011-03-10
x86/x64: Fix code generation for fused IR_MUL/IR_MULOV.
Mike Pall
1
-1
/
+1
2011-03-10
FFI: Fix x86 code generation for ffi.string().
Mike Pall
1
-1
/
+1
2011-03-09
Fix handling of err_loc() within cpcall frames.
Mike Pall
1
-5
/
+8
2011-03-09
DUALNUM: Add extra assertions to interpreter.
Mike Pall
4
-1671
/
+1738
2011-03-07
Fix code generation for bit.bnot().
Mike Pall
1
-1
/
+1
2011-03-07
DUALNUM: Make overflow guards weak. Add IR_USE and IR_MULOV.
Mike Pall
4
-4
/
+40
2011-03-07
DUALNUM: Fix x87 code for BC_ISEQN/BC_ISNEN.
Mike Pall
4
-1257
/
+1253
2011-03-07
Suppress recording of retried fast functions.
Mike Pall
3
-2
/
+9
2011-03-03
Fix narrowing of POW.
Mike Pall
1
-8
/
+12
2011-03-03
Fix code generation for Intel Atom in x64 mode.
Mike Pall
1
-1
/
+1
2011-03-01
FFI: Resolve ld script redirection in ffi.load().
Mike Pall
1
-1
/
+32
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
[next]