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
/
Makefile.dep
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
FFI: Load FFI library on-demand for -jdump.
Mike Pall
2013-05-13
1
-3
/
+3
*
Big renaming of string buffer/formatting/conversion functions.
Mike Pall
2013-05-13
1
-27
/
+27
*
Refactor raw object to pointer or string conversions.
Mike Pall
2013-05-13
1
-2
/
+2
*
Refactor internal string formatting.
Mike Pall
2013-05-12
1
-16
/
+19
*
Refactor bit.tohex().
Mike Pall
2013-05-12
1
-2
/
+3
*
Refactor string.format().
Mike Pall
2013-05-12
1
-14
/
+16
*
Refactor table.concat().
Mike Pall
2013-04-27
1
-1
/
+1
*
Compile string.reverse(), string.lower(), string.upper().
Mike Pall
2013-04-26
1
-3
/
+3
*
Refactor string.reverse(), string.lower(), string.upper().
Mike Pall
2013-04-26
1
-4
/
+4
*
Compile string concatenations (BC_CAT).
Mike Pall
2013-04-21
1
-10
/
+10
*
Use string buffer for os.date().
Mike Pall
2013-03-20
1
-1
/
+2
*
Use string buffer for table.concat().
Mike Pall
2013-03-20
1
-2
/
+2
*
FFI: Add 64 bit bitwise operations.
Mike Pall
2013-03-14
1
-4
/
+5
*
String buffer refactoring, part 2.
Mike Pall
2013-02-27
1
-19
/
+20
*
String buffer refactoring, part 1.
Mike Pall
2013-02-27
1
-49
/
+52
*
Add special bytecodes for builtins.
Mike Pall
2013-02-23
1
-9
/
+9
*
Add support for embedding LuaJIT bytecode for builtins.
Mike Pall
2013-02-22
1
-2
/
+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
[next]