index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_asm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Eliminate redundant stack checks. Add checks for growing root traces.
Mike Pall
2010-02-21
1
-7
/
+21
*
Drop obsolete shadow frame link stack.
Mike Pall
2010-02-18
1
-3
/
+3
*
Improve FOR loop const specialization and integerness checks.
Mike Pall
2010-02-15
1
-5
/
+7
*
Major redesign of function call handling.
Mike Pall
2010-02-13
1
-2
/
+2
*
Move dispatch tables out of GG_State struct.
Mike Pall
2010-02-11
1
-2
/
+2
*
Drop frame clearing in exit handling and JIT compiled code.
Mike Pall
2010-02-11
1
-17
/
+1
*
Add shadow frame link stack for trace recorder.
Mike Pall
2010-02-04
1
-3
/
+3
*
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
*
Compile return to lower frame. Only for Lua frames right now.
Mike Pall
2010-01-29
1
-3
/
+21
*
Avoid reuse of PHI registers, even for duplicate right PHIs.
Mike Pall
2010-01-27
1
-1
/
+1
*
Eliminate IR_FRAME. Replace with KGC and TRef/SnapEntry flags.
Mike Pall
2010-01-27
1
-39
/
+28
*
Add frame and continuation flags to TRef and SnapEntry.
Mike Pall
2010-01-27
1
-17
/
+17
*
Compress snapshots using a simple, extensible 1D-compression.
Mike Pall
2010-01-26
1
-53
/
+48
*
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
1
-2
/
+2
*
Use dedicated type for snapshot map entry.
Mike Pall
2010-01-25
1
-5
/
+5
*
Decouple guard vs. INT check vs. TYPECHECK semantics for SLOAD.
Mike Pall
2010-01-19
1
-2
/
+4
*
Fix broken intarith + testop optimization.
Mike Pall
2010-01-19
1
-1
/
+1
*
Improve alias analysis of upvalues using a disambiguation hash value.
Mike Pall
2010-01-09
1
-3
/
+3
*
Fix 32/64 bit portability issue with upval->v.
Mike Pall
2010-01-09
1
-1
/
+1
*
Bump all copyright dates to 2010.
Mike Pall
2010-01-09
1
-1
/
+1
*
Add SSE variant of pow/powi to interpreter.
Mike Pall
2009-12-25
1
-39
/
+72
*
Use SSE variants for IRFPM_FLOOR/CEIL/TRUNC unless SSE4.1 available.
Mike Pall
2009-12-22
1
-0
/
+18
*
Fast forward to sync public repo.
Mike Pall
2009-12-08
1
-251
/
+347
*
RELEASE LuaJIT-2.0.0-beta2
v2.0.0-beta2
Mike Pall
2009-12-08
1
-4
/
+7
*
RELEASE LuaJIT-2.0.0-beta1
v2.0.0-beta1
Mike Pall
2009-12-08
1
-0
/
+3324
[prev]