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
/
lj_parse.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
DUALNUM: Handle integer type in x86/x64 interpreter and libraries.
Mike Pall
2011-02-27
1
-0
/
+1
*
From Lua 5.2: Empty statement. Needs -DLUAJIT_ENABLE_LUA52COMPAT.
Mike Pall
2011-02-20
1
-0
/
+5
*
DUALNUM: Add integer type to core VM.
Mike Pall
2011-02-17
1
-33
/
+96
*
Fix bytecode optimization of and/or operators.
Mike Pall
2011-02-08
1
-4
/
+0
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
FFI: Parse complex and 64 bit integer literals.
Mike Pall
2010-12-24
1
-8
/
+40
*
Fix misnamed macro in Lua parser.
Mike Pall
2010-12-24
1
-8
/
+8
*
Shrink slots for 'break' statement to help data-flow analysis.
Mike Pall
2010-11-25
1
-0
/
+4
*
Specialize bytecode for pairs()/next() iterator. Speedup: 3.5x.
Mike Pall
2010-09-30
1
-33
/
+67
*
Reduce minimum Lua frame size to 1.
Mike Pall
2010-09-10
1
-1
/
+1
*
Optimize BC_VARG: use RC for numparams.
Mike Pall
2010-09-10
1
-8
/
+7
*
Use biased integer constant for TSETM array index.
Mike Pall
2010-09-09
1
-1
/
+2
*
Improve coalescing of multiple KPRI instructions to KNIL.
Mike Pall
2010-09-01
1
-39
/
+42
*
Fix some compiler warnings.
Mike Pall
2010-08-03
1
-3
/
+5
*
Use FuncState typedef in favor of struct.
Mike Pall
2010-08-03
1
-1
/
+1
*
Turn TValue setter macros into inline functions.
Mike Pall
2010-04-26
1
-1
/
+1
*
Treat the tag of a TValue as unsigned everywhere.
Mike Pall
2010-04-25
1
-3
/
+3
*
No longer let the GC replace dead keys with the LJ_TDEADKEY tag.
Mike Pall
2010-04-21
1
-2
/
+4
*
Replace on-trace GC frame syncing with interpreter exit.
Mike Pall
2010-04-19
1
-1
/
+1
*
Major redesign of function call handling.
Mike Pall
2010-02-13
1
-17
/
+21
*
Extend scope of local vars in debug info beyond final return.
Mike Pall
2010-02-12
1
-1
/
+1
*
Drop bc field in GCproto since the bytecode is colocated.
Mike Pall
2010-02-08
1
-1
/
+0
*
Fix constructor bytecode generation for conditional values.
Mike Pall
2010-02-08
1
-1
/
+1
*
Redesign of prototype generation, part 5: colocation of protoype arrays.
Mike Pall
2010-02-08
1
-56
/
+61
*
Redesign of prototype generation, part 4: late creation of prototype.
Mike Pall
2010-02-08
1
-18
/
+19
*
Redesign of prototype generation, part 3: bc and lineinfo.
Mike Pall
2010-02-08
1
-88
/
+98
*
Redesign of prototype generation, part 2: late init of chunkname.
Mike Pall
2010-02-08
1
-1
/
+6
*
Redesign of prototype generation, part 1: varinfo and uvname.
Mike Pall
2010-02-08
1
-86
/
+86
*
Major cleanup of bytecode parser.
Mike Pall
2010-02-06
1
-1334
/
+1327
*
32/64 bit memory ref cleanup, part 4: GCproto ->varinfo.
Mike Pall
2010-02-05
1
-6
/
+11
*
32/64 bit memory ref cleanup, part 3: GCproto ->lineinfo.
Mike Pall
2010-02-05
1
-10
/
+16
*
32/64 bit memory ref cleanup, part 2: GCproto ->uvname and ->chunkname.
Mike Pall
2010-02-05
1
-8
/
+15
*
32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k.
Mike Pall
2010-02-05
1
-27
/
+36
*
Avoid int16_t widening for pt->uv elements.
Mike Pall
2010-01-09
1
-4
/
+4
*
Bump all copyright dates to 2010.
Mike Pall
2010-01-09
1
-1
/
+1
*
Fix alloc/free sizes of internal GCRef arrays.
Mike Pall
2009-12-29
1
-1
/
+1
*
Fast forward to sync public repo.
Mike Pall
2009-12-08
1
-0
/
+1
*
LuaJIT-2.0.0-beta2 hotfix #2
v2.0.0-beta2-hotfix2
Mike Pall
2009-12-08
1
-2
/
+4
*
RELEASE LuaJIT-2.0.0-beta1
v2.0.0-beta1
Mike Pall
2009-12-08
1
-0
/
+2198