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
...
*
Redesign of prototype generation, part 2: late init of chunkname.
Mike Pall
2010-02-08
2
-5
/
+6
*
Redesign of prototype generation, part 1: varinfo and uvname.
Mike Pall
2010-02-08
6
-96
/
+109
*
Major cleanup of bytecode parser.
Mike Pall
2010-02-06
1
-1334
/
+1327
*
Update .gitignore.
Mike Pall
2010-02-06
1
-0
/
+1
*
Move bytecode offsets from lj_vm.* to generated header.
Mike Pall
2010-02-05
11
-62
/
+49
*
32/64 bit memory ref cleanup, part 4: GCproto ->varinfo.
Mike Pall
2010-02-05
5
-15
/
+21
*
32/64 bit memory ref cleanup, part 3: GCproto ->lineinfo.
Mike Pall
2010-02-05
8
-26
/
+38
*
32/64 bit memory ref cleanup, part 2: GCproto ->uvname and ->chunkname.
Mike Pall
2010-02-05
8
-30
/
+43
*
32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k.
Mike Pall
2010-02-05
10
-66
/
+84
*
RETF modifies BASE. Treat it like a store or it gets CSEd.
Mike Pall
2010-02-04
2
-1
/
+3
*
Reset the hotcount table after a JIT off to on transition.
Mike Pall
2010-02-04
3
-15
/
+18
*
Add shadow frame link stack for trace recorder.
Mike Pall
2010-02-04
6
-56
/
+82
*
Fix unroll limit checks and frame depth adjustment for pcall.
Mike Pall
2010-02-03
1
-13
/
+11
*
Clean up frame depth checks and loop detection.
Mike Pall
2010-02-03
3
-6
/
+12
*
Add extra check to suppress hotcall event during recording.
Mike Pall
2010-02-03
1
-2
/
+3
*
Another loop formation test must check for return to lower frame.
Mike Pall
2010-02-03
1
-1
/
+1
*
Improve coalescing of BASE register in side traces.
Mike Pall
2010-02-01
1
-21
/
+47
*
Revise hardcoded inlining in lj_asm.c. Saves 1-2K.
Mike Pall
2010-01-30
1
-4
/
+4
*
Add support for weak IR references to register allocator.
Mike Pall
2010-01-30
1
-18
/
+51
*
Loop formation test must check for return to lower frame.
Mike Pall
2010-01-29
1
-1
/
+2
*
Compile return to lower frame. Only for Lua frames right now.
Mike Pall
2010-01-29
3
-40
/
+75
*
Followup fix: set maxslot for continuation return.
Mike Pall
2010-01-28
1
-0
/
+1
*
Drop obsolete frame shrinking after continuation return.
Mike Pall
2010-01-28
1
-4
/
+1
*
Fix recording of metamethod result adjustment.
Mike Pall
2010-01-28
1
-1
/
+1
*
Don't modify jit_State and exit counters while in vmevent.
Mike Pall
2010-01-28
1
-15
/
+16
*
Avoid reuse of PHI registers, even for duplicate right PHIs.
Mike Pall
2010-01-27
1
-1
/
+1
*
Expose compressed snapshot map to reflection API.
Mike Pall
2010-01-27
1
-16
/
+5
*
Eliminate IR_FRAME. Replace with KGC and TRef/SnapEntry flags.
Mike Pall
2010-01-27
4
-105
/
+81
*
Add frame and continuation flags to TRef and SnapEntry.
Mike Pall
2010-01-27
5
-39
/
+57
*
Add missing check for return to lower frame.
Mike Pall
2010-01-27
1
-1
/
+2
*
Cleanup types for narrowing stack machine.
Mike Pall
2010-01-27
1
-28
/
+35
*
Compress snapshots using a simple, extensible 1D-compression.
Mike Pall
2010-01-26
11
-319
/
+365
*
Add missing eviction in asm_obar().
Mike Pall
2010-01-26
1
-0
/
+1
*
Fill gaps in frames (caused by metamethod calls) with nil.
Mike Pall
2010-01-26
3
-5
/
+5
*
Use dedicated type for snapshot map entry.
Mike Pall
2010-01-25
8
-33
/
+36
*
Force error if lua_newstate() is used in 64 bit mode.
Mike Pall
2010-01-24
3
-0
/
+21
*
Integrate MinGW build with DWARF2 exception handling.
Mike Pall
2010-01-22
7
-31
/
+216
*
Fix undefined behavior in table resizing calculation.
Mike Pall
2010-01-21
1
-1
/
+2
*
Fix ordered string comparisons. Unsigned arithmetic is evil.
Mike Pall
2010-01-21
1
-1
/
+1
*
Decouple guard vs. INT check vs. TYPECHECK semantics for SLOAD.
Mike Pall
2010-01-19
3
-7
/
+14
*
Fix broken intarith + testop optimization.
Mike Pall
2010-01-19
1
-1
/
+1
*
Add some sanity checks for allocator in 64 bit mode.
Mike Pall
2010-01-18
4
-1
/
+8
*
Reduce non-numeric tag range by bumping up 64 bit lightud tag.
Mike Pall
2010-01-18
1
-6
/
+6
*
Fix more 64 bit conversion warnings.
Mike Pall
2010-01-17
1
-2
/
+2
*
Silence 64 bit conversion warning.
Mike Pall
2010-01-17
1
-1
/
+1
*
Enable build for x64 interpreter on WIN64.
Mike Pall
2010-01-17
1
-2
/
+11
*
Allocate 32 bit memory on WIN64 using NtAllocateVirtualMemory.
Mike Pall
2010-01-17
1
-7
/
+48
*
Fix off-by-one error in x64 PE object symbol mangling.
Mike Pall
2010-01-17
1
-1
/
+1
*
Error for blacklisted loop bytecodes has no info argument.
Mike Pall
2010-01-16
1
-1
/
+1
*
Add build infrastructure for x64 interpreter.
Mike Pall
2010-01-14
4
-6
/
+4655
[prev]
[next]