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
path:
root
/
src
/
Makefile.dep
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
FFI: Fix frame traversal for backtraces with FFI callbacks.
Mike Pall
2014-06-12
1
-1
/
+1
*
Check for failure to mark memory as executable (restricted kernels).
Mike Pall
2013-10-24
1
-4
/
+4
*
FFI: Load FFI library on-demand for bytecode with cdata literals.
Mike Pall
2013-01-15
1
-1
/
+1
*
From Lua 5.2: Add format options to io.lines().
Mike Pall
2012-10-12
1
-2
/
+2
*
FFI: Compile ffi.sizeof(), ffi.alignof() and ffi.offsetof().
Mike Pall
2012-10-10
1
-3
/
+4
*
From Lua 5.2: '%s' option to string.format() behaves like tostring().
Mike Pall
2012-10-02
1
-2
/
+2
*
Update dependencies.
Mike Pall
2012-09-28
1
-3
/
+3
*
Move load/dump functions to lj_load.c. Add load modes.
Mike Pall
2012-09-21
1
-14
/
+17
*
Fix last commit.
Mike Pall
2012-09-20
1
-1
/
+2
*
From Lua 5.2: debug.getinfo(..., "u") returns nparams and isvararg.
Mike Pall
2012-09-20
1
-1
/
+1
*
Don't constify upvalues that may retain large amounts of memory.
Mike Pall
2012-08-28
1
-2
/
+3
*
Replace strtod() with builtin string to number conversion.
Mike Pall
2012-08-25
1
-26
/
+30
*
Don't treat all constified cdata content as constant.
Mike Pall
2012-07-24
1
-1
/
+2
*
Add allocation sinking and store sinking optimization.
Mike Pall
2012-07-02
1
-8
/
+12
*
Reorganize build process.
Mike Pall
2012-06-09
1
-12
/
+14
*
Fix dependencies.
Mike Pall
2012-04-17
1
-1
/
+2
*
MIPS: Add interpreter. Enable MIPS build rules.
Mike Pall
2012-01-23
1
-5
/
+6
*
Move helper for syncing data/instruction cache to lj_mcode.c.
Mike Pall
2011-12-12
1
-5
/
+5
*
FFI: Record C function calls with bool return values.
Mike Pall
2011-11-25
1
-1
/
+1
*
FFI: Add callback support (for x86/x64).
Mike Pall
2011-11-14
1
-19
/
+24
*
FFI: Compile calls to stdcall, fastcall and vararg functions.
Mike Pall
2011-10-27
1
-4
/
+4
*
Fixup PC in tracebacks after exits from down-recursive traces.
Mike Pall
2011-10-17
1
-1
/
+1
*
Add support for bytecode loading/saving.
Mike Pall
2011-06-13
1
-14
/
+21
*
Flatten and compress in-memory debug info (saves ~70%).
Mike Pall
2011-06-09
1
-3
/
+4
*
Move debugging/introspection functionality to lj_debug.c.
Mike Pall
2011-06-07
1
-32
/
+37
*
ARM: Add fast assembler implementation of floor/ceil/trunc.
Mike Pall
2011-06-05
1
-1
/
+1
*
Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.
Mike Pall
2011-06-03
1
-12
/
+14
*
Split up FP IR instructions with SPLIT pass for soft-float targets.
Mike Pall
2011-05-22
1
-1
/
+1
*
Move IR_CALL* definitions to lj_ircall.h.
Mike Pall
2011-05-22
1
-26
/
+29
*
Cleanup of target dependencies.
Mike Pall
2011-05-16
1
-2
/
+2
*
Move x86/x64 parts of JIT assembler backend to extra files.
Mike Pall
2011-05-12
1
-4
/
+5
*
FFI: Fix cdata finalization.
Mike Pall
2011-04-13
1
-1
/
+2
*
FFI: Add ctype metamethods and ffi.metatype().
Mike Pall
2011-04-12
1
-6
/
+7
*
Add support for tailcalls from internal C functions.
Mike Pall
2011-04-12
1
-1
/
+2
*
DUALNUM: Handle integer type in JIT compiler.
Mike Pall
2011-03-10
1
-4
/
+5
*
FFI: Add ffi.gc() function for finalization of cdata objects.
Mike Pall
2011-02-28
1
-5
/
+5
*
Fix error handling within metamethods. Special-case FFI mm.
Mike Pall
2011-02-16
1
-15
/
+15
*
FFI: Optimize snapshots for cdata comparisons.
Mike Pall
2011-02-05
1
-3
/
+3
*
FFI: Record C library namespace lookups.
Mike Pall
2011-02-05
1
-3
/
+3
*
FFI: Add basic FOLD rules for 64 bit integer DIV, MOD and POWI.
Mike Pall
2011-02-02
1
-1
/
+1
*
Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs.
Mike Pall
2011-02-02
1
-6
/
+9
*
FFI: Move code for cdata arithmetic to lj_carith.c.
Mike Pall
2011-01-26
1
-12
/
+15
*
FFI: Auto-detect __stdcall and fix up C function declarations.
Mike Pall
2011-01-10
1
-1
/
+2
*
FFI: Add ffi.load() and ffi.C default namespace.
Mike Pall
2011-01-10
1
-10
/
+14
*
FFI: Preserve stack top across implicit load of FFI library in lexer.
Mike Pall
2011-01-09
1
-1
/
+1
*
FFI: Add missing GC steps for C function calls.
Mike Pall
2011-01-09
1
-1
/
+1
*
FFI: Add support for calling C functions.
Mike Pall
2011-01-06
1
-10
/
+14
*
Use cdata to pass IR_KINT64 to -jdump.
Mike Pall
2011-01-02
1
-1
/
+1
*
FFI: Add 64 bit integer arithmetic.
Mike Pall
2010-12-25
1
-1
/
+1
*
FFI: Parse complex and 64 bit integer literals.
Mike Pall
2010-12-24
1
-9
/
+10
[next]