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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
PS4: Switch default build to amalgamated and LJ_GC64 mode.
Mike Pall
2016-02-01
1
-6
/
+26
*
|
MIPS: Switch to dual-number mode. Fix soft-float interpreter.
Mike Pall
2016-01-29
7
-1426
/
+1418
*
|
Add proper DynASM dependency.
Mike Pall
2016-01-18
1
-1
/
+1
*
|
FFI: Parse #line NN and #NN.
Mike Pall
2016-01-18
1
-5
/
+26
*
|
Always merge snapshots without instructions inbetween.
Mike Pall
2016-01-18
1
-2
/
+2
*
|
Rollback due to HREFK + load fwd must restore guardemit state.
Mike Pall
2016-01-18
1
-4
/
+12
*
|
x86: Disassemble AES instructions.
Mike Pall
2015-12-28
1
-0
/
+5
*
|
x86: Improve disassembly of AVX shift instructions.
Mike Pall
2015-12-28
1
-2
/
+2
*
|
ARM: Add external frame unwinding.
Mike Pall
2015-12-28
3
-28
/
+84
*
|
FFI: Properly unsink non-standard cdata allocations.
Mike Pall
2015-12-28
4
-6
/
+15
*
|
MIPS soft-float, part 2: Add soft-float FFI support.
Mike Pall
2015-12-18
3
-21
/
+53
*
|
MIPS soft-float, part 1: Add soft-float support to interpreter.
Mike Pall
2015-12-17
6
-224
/
+1189
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-11-26
1
-1
/
+2
|
\
|
|
*
FFI: Fix SPLIT pass for CONV i64.u64.
Mike Pall
2015-11-26
1
-1
/
+2
*
|
x64/LJ_GC64: Fix stack growth in vararg function setup.
Mike Pall
2015-11-18
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-11-04
1
-0
/
+15
|
\
|
|
*
Extend Valgrind suppressions for non-inlined C code.
Mike Pall
2015-11-04
1
-0
/
+15
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-10-24
1
-18
/
+28
|
\
|
|
*
OSX: Switch to Clang as the default compiler.
Mike Pall
2015-10-24
1
-18
/
+28
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-10-24
2
-1
/
+4
|
\
|
|
*
iOS: Disable os.execute() when building for iOS >= 8.0.
Mike Pall
2015-10-24
2
-1
/
+4
*
|
x86/x64: Disassemble AVX/AVX2 instructions.
Mike Pall
2015-10-24
1
-70
/
+155
*
|
Fix pairs() recording.
Mike Pall
2015-10-24
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-10-24
1
-4
/
+5
|
\
|
|
*
FFI: Fix ipairs() recording.
Mike Pall
2015-10-24
1
-4
/
+5
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-10-15
1
-1
/
+1
|
\
|
|
*
Drop marks from replayed instructions when sinking.
Mike Pall
2015-10-15
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-10-01
1
-0
/
+1
|
\
|
|
*
Flush symbol tables in jit.dump on trace flush.
Mike Pall
2015-10-01
1
-0
/
+1
*
|
Add collectgarbage("isrunning").
Mike Pall
2015-10-01
3
-2
/
+6
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-10-01
1
-15
/
+11
|
\
|
|
*
Fix unsinking check.
Mike Pall
2015-10-01
1
-15
/
+11
*
|
FFI: Add ssize_t declaration.
Mike Pall
2015-09-20
1
-0
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-09-20
3
-4
/
+10
|
\
|
|
*
Fix Cygwin support. Note: this is not a supported target.
Mike Pall
2015-09-20
3
-4
/
+10
*
|
Parse Unicode string escape \u{XX...}.
Mike Pall
2015-08-30
1
-0
/
+27
*
|
Re-enable trace stitching.
Mike Pall
2015-08-29
12
-83
/
+59
*
|
ARM64: Fix ELF bytecode saving.
Mike Pall
2015-08-26
1
-1
/
+1
*
|
RELEASE LuaJIT-2.1.0-beta1
v2.1.0-beta1
Mike Pall
2015-08-25
2
-3
/
+3
*
|
ARM64: Add support for saving bytecode as object files.
Mike Pall
2015-08-25
1
-6
/
+8
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-08-20
1
-4
/
+12
|
\
|
|
*
Properly handle OOM in trace_save().
Mike Pall
2015-08-20
1
-4
/
+12
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-08-20
1
-1
/
+1
|
\
|
|
*
Fix NYICF error message.
Mike Pall
2015-08-20
1
-1
/
+1
*
|
Parse binary number literals (0bxxx).
Mike Pall
2015-08-19
1
-4
/
+53
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-07-17
1
-0
/
+4
|
\
|
|
*
FFI: Don't propagate qualifiers into subtypes of complex.
Mike Pall
2015-07-17
1
-0
/
+4
*
|
ARM64: Fix __call metamethod handling for tail calls.
Mike Pall
2015-07-14
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-07-10
1
-4
/
+11
|
\
|
|
*
Limit number of arguments given to io.lines() and fp:lines().
Mike Pall
2015-07-10
1
-4
/
+11
[prev]
[next]