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
2016-07-17
Fix for cdata vs. non-cdata arithmetics/comparisons.
Mike Pall
1
-1
/
+2
2016-07-17
Fix unused vars etc. in internal Lua files.
Mike Pall
5
-11
/
+11
2016-06-27
Drop leftover regs in 'for' iterator assignment, too.
Mike Pall
1
-2
/
+2
2016-06-05
Fix PHI remarking in SINK pass.
Mike Pall
1
-3
/
+2
2016-06-03
Fix Valgrind suppressions.
Mike Pall
1
-3
/
+3
2016-06-03
Don't try to record outermost pcall() return to lower frame.
Mike Pall
1
-1
/
+1
2016-05-23
x86: Don't spill an explicit REF_BASE in the IR.
Mike Pall
1
-3
/
+3
2016-05-20
Add guard for obscure aliasing between open upvalues and SSA slots.
Mike Pall
6
-12
/
+8
2016-05-20
Remove assumption that lj_math_random_step() doesn't clobber FPRs.
Mike Pall
1
-7
/
+1
2016-05-06
x86/x64: Fix instruction length decoder.
Mike Pall
1
-3
/
+3
2016-04-24
Fix GCC 6 -Wmisleading-indentation warnings.
Mike Pall
1
-5
/
+10
2016-04-21
Fix handling of non-numeric strings in arithmetic coercions.
Mike Pall
4
-28
/
+28
2016-04-18
Whitespace.
Mike Pall
1
-11
/
+11
2016-04-18
x86/x64: Search for exit jumps with instruction length decoder.
Mike Pall
1
-9
/
+104
2016-04-14
MIPS: Fix BC_ISNEXT fallback path.
Mike Pall
1
-17
/
+17
2016-04-03
Fix recording of select(n, ...) with off-trace varargs
Mike Pall
1
-1
/
+4
2016-04-03
Cygwin: Allow cross-builds to non-Cygwin targets.
Mike Pall
3
-8
/
+11
2016-03-30
MIPS: Fix use of ffgccheck delay slots in interpreter.
Mike Pall
1
-0
/
+5
2016-03-28
Windows: Remove intermediate files at end of build.
Mike Pall
1
-0
/
+2
2016-03-28
Fix display of NULL (light)userdata in -jdump.
Mike Pall
1
-1
/
+1
2016-03-22
Fix install for cross-builds.
Mike Pall
2
-14
/
+23
2016-03-22
Fix compiler warnings.
Mike Pall
3
-2
/
+3
2016-03-03
Bump copyright date to 2016.
Mike Pall
177
-197
/
+196
2016-02-10
Don't allocate unused 2nd result register in JIT compiler backend.
Mike Pall
4
-4
/
+4
2015-11-26
FFI: Fix SPLIT pass for CONV i64.u64.
Mike Pall
1
-1
/
+2
2015-11-04
DynASM/x86: Add rdpmc instruction.
Mike Pall
1
-0
/
+1
2015-11-04
Extend Valgrind suppressions for non-inlined C code.
Mike Pall
1
-0
/
+15
2015-10-24
Update build instructions.
Mike Pall
1
-15
/
+12
2015-10-24
OSX: Switch to Clang as the default compiler.
Mike Pall
1
-18
/
+28
2015-10-24
iOS: Disable os.execute() when building for iOS >= 8.0.
Mike Pall
2
-1
/
+4
2015-10-24
DynASM/x86: Restrict shld/shrd to operands with same width.
Mike Pall
1
-2
/
+2
2015-10-24
DynASM/x86: Fix some SSE instruction templates.
Mike Pall
1
-3
/
+3
2015-10-24
FFI: Fix ipairs() recording.
Mike Pall
1
-4
/
+5
2015-10-15
Drop marks from replayed instructions when sinking.
Mike Pall
1
-1
/
+1
2015-10-01
Flush symbol tables in jit.dump on trace flush.
Mike Pall
1
-0
/
+1
2015-10-01
Fix unsinking check.
Mike Pall
1
-15
/
+11
2015-09-20
Fix Cygwin support. Note: this is not a supported target.
Mike Pall
3
-4
/
+10
2015-08-20
Properly handle OOM in trace_save().
Mike Pall
1
-4
/
+12
2015-08-20
Fix NYICF error message.
Mike Pall
1
-1
/
+1
2015-07-17
FFI: Don't propagate qualifiers into subtypes of complex.
Mike Pall
1
-0
/
+4
2015-07-10
Limit number of arguments given to io.lines() and fp:lines().
Mike Pall
1
-4
/
+11
2015-06-10
Fix narrowing of TOBIT.
Mike Pall
1
-5
/
+2
2015-06-09
x64: Allow building without external unwinder.
Mike Pall
6
-8
/
+37
2015-05-14
RELEASE LuaJIT-2.0.4
v2.0.4
Mike Pall
13
-16
/
+16
2015-05-14
Update changelog.
Mike Pall
1
-0
/
+50
2015-05-04
x86/x64: Fix argument check for bit shifts.
Mike Pall
1
-3
/
+7
2015-04-28
Fix stack check in narrowing optimization.
Mike Pall
1
-3
/
+11
2015-03-11
Doc cleanup.
Mike Pall
1
-11
/
+2
2015-03-05
Fix Lua/C API typecheck error for special indexes.
Mike Pall
1
-3
/
+17
2015-03-02
FFI: Fix FOLD rule for TOBIT + CONV num.u32.
Mike Pall
1
-3
/
+8
[next]