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
/
doc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-02-04
Reset the hotcount table after a JIT off to on transition.
Mike Pall
3
-15
/
+18
2010-02-04
Add shadow frame link stack for trace recorder.
Mike Pall
6
-56
/
+82
2010-02-03
Fix unroll limit checks and frame depth adjustment for pcall.
Mike Pall
1
-13
/
+11
2010-02-03
Clean up frame depth checks and loop detection.
Mike Pall
3
-6
/
+12
2010-02-03
Add extra check to suppress hotcall event during recording.
Mike Pall
1
-2
/
+3
2010-02-03
Another loop formation test must check for return to lower frame.
Mike Pall
1
-1
/
+1
2010-02-01
Improve coalescing of BASE register in side traces.
Mike Pall
1
-21
/
+47
2010-01-30
Revise hardcoded inlining in lj_asm.c. Saves 1-2K.
Mike Pall
1
-4
/
+4
2010-01-30
Add support for weak IR references to register allocator.
Mike Pall
1
-18
/
+51
2010-01-29
Loop formation test must check for return to lower frame.
Mike Pall
1
-1
/
+2
2010-01-29
Compile return to lower frame. Only for Lua frames right now.
Mike Pall
3
-40
/
+75
2010-01-28
Followup fix: set maxslot for continuation return.
Mike Pall
1
-0
/
+1
2010-01-28
Drop obsolete frame shrinking after continuation return.
Mike Pall
1
-4
/
+1
2010-01-28
Fix recording of metamethod result adjustment.
Mike Pall
1
-1
/
+1
2010-01-28
Don't modify jit_State and exit counters while in vmevent.
Mike Pall
1
-15
/
+16
2010-01-28
Fix snapshot dumps.
Mike Pall
1
-1
/
+1
2010-01-27
Avoid reuse of PHI registers, even for duplicate right PHIs.
Mike Pall
1
-1
/
+1
2010-01-27
Expose compressed snapshot map to reflection API.
Mike Pall
2
-33
/
+19
2010-01-27
Eliminate IR_FRAME. Replace with KGC and TRef/SnapEntry flags.
Mike Pall
4
-105
/
+81
2010-01-27
Add frame and continuation flags to TRef and SnapEntry.
Mike Pall
5
-39
/
+57
2010-01-27
Add missing check for return to lower frame.
Mike Pall
1
-1
/
+2
2010-01-27
Cleanup types for narrowing stack machine.
Mike Pall
1
-28
/
+35
2010-01-26
Compress snapshots using a simple, extensible 1D-compression.
Mike Pall
11
-319
/
+365
2010-01-26
Add missing eviction in asm_obar().
Mike Pall
1
-0
/
+1
2010-01-26
Fill gaps in frames (caused by metamethod calls) with nil.
Mike Pall
3
-5
/
+5
2010-01-25
Use dedicated type for snapshot map entry.
Mike Pall
8
-33
/
+36
2010-01-24
Force error if lua_newstate() is used in 64 bit mode.
Mike Pall
3
-0
/
+21
2010-01-22
Integrate MinGW build with DWARF2 exception handling.
Mike Pall
7
-31
/
+216
2010-01-21
Fix undefined behavior in table resizing calculation.
Mike Pall
1
-1
/
+2
2010-01-21
Fix ordered string comparisons. Unsigned arithmetic is evil.
Mike Pall
1
-1
/
+1
2010-01-20
Update docs about exception handling.
Mike Pall
1
-5
/
+5
2010-01-19
Decouple guard vs. INT check vs. TYPECHECK semantics for SLOAD.
Mike Pall
4
-8
/
+16
2010-01-19
Fix broken intarith + testop optimization.
Mike Pall
1
-1
/
+1
2010-01-18
Add some sanity checks for allocator in 64 bit mode.
Mike Pall
4
-1
/
+8
2010-01-18
Reduce non-numeric tag range by bumping up 64 bit lightud tag.
Mike Pall
1
-6
/
+6
2010-01-17
Update docs with x64 build instructions.
Mike Pall
3
-10
/
+62
2010-01-17
Fix more 64 bit conversion warnings.
Mike Pall
1
-2
/
+2
2010-01-17
Silence 64 bit conversion warning.
Mike Pall
1
-1
/
+1
2010-01-17
Enable build for x64 interpreter on WIN64.
Mike Pall
1
-2
/
+11
2010-01-17
Allocate 32 bit memory on WIN64 using NtAllocateVirtualMemory.
Mike Pall
1
-7
/
+48
2010-01-17
Fix off-by-one error in x64 PE object symbol mangling.
Mike Pall
1
-1
/
+1
2010-01-16
Error for blacklisted loop bytecodes has no info argument.
Mike Pall
1
-1
/
+1
2010-01-14
Add build infrastructure for x64 interpreter.
Mike Pall
5
-6
/
+4658
2010-01-14
Shorten %p format for pure 32 bit pointers on x64.
Mike Pall
1
-3
/
+7
2010-01-10
Strip '@' suffix from external symbols for MACH-O, too.
Mike Pall
1
-17
/
+16
2010-01-09
Improve alias analysis of upvalues using a disambiguation hash value.
Mike Pall
7
-13
/
+32
2010-01-09
Avoid int16_t widening for pt->uv elements.
Mike Pall
4
-8
/
+13
2010-01-09
Fix 32/64 bit portability issue with upval->v.
Mike Pall
7
-22
/
+21
2010-01-09
Fix x64 PE object emitter.
Mike Pall
1
-1
/
+1
2010-01-09
Bump all copyright dates to 2010.
Mike Pall
109
-122
/
+122
[next]