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
/
etc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-08-24
Fix string.format() for non-finite numbers.
Mike Pall
1
-0
/
+1
2010-08-24
RELEASE LuaJIT-2.0.0-beta5
v2.0.0-beta5
Mike Pall
8
-19
/
+17
2010-08-23
Update changelog.
Mike Pall
1
-2
/
+34
2010-08-23
Fix formatting of canonicalized number to string conversions.
Mike Pall
1
-6
/
+9
2010-08-09
Fix encoding of doubles for mixed-endian cross builds.
Mike Pall
1
-1
/
+1
2010-08-08
Clean up some more DynASM target dependencies.
Mike Pall
3
-11
/
+7
2010-08-07
Fix return from pcall within active hook.
Mike Pall
4
-2968
/
+2979
2010-08-06
Keep framesize in RA of FUNCC/FUNCCW instructions, too
Mike Pall
2
-3
/
+3
2010-08-06
Fix lua_cpcall(). Duplicate save corrupted C frame chain.
Mike Pall
4
-15
/
+15
2010-08-03
Fix some compiler warnings.
Mike Pall
1
-3
/
+5
2010-08-03
Cleanup library function caching in dasm_x86.lua.
Mike Pall
1
-2
/
+1
2010-08-03
Remove bogus global in -jdump.
Mike Pall
1
-1
/
+0
2010-08-03
Untangle some target dependencies.
Mike Pall
11
-110
/
+114
2010-08-03
Use FuncState typedef in favor of struct.
Mike Pall
1
-1
/
+1
2010-07-21
Speed up string compares in string interning.
Mike Pall
2
-6
/
+51
2010-07-21
Switch to fast string hash.
Mike Pall
4
-7
/
+25
2010-07-21
Abstract out pointer hash to hashrot(). Tune hash constants.
Mike Pall
4
-32
/
+32
2010-07-21
Use independent hash for VM event dispatch.
Mike Pall
2
-5
/
+8
2010-07-14
Fix arg check for two-arg SSE math functions in interpreter.
Mike Pall
4
-19
/
+19
2010-07-14
Fix passing of constant args in FPRs on x64.
Mike Pall
1
-1
/
+1
2010-07-04
Rechain pseudo-resurrected string keys with colliding hashes.
Mike Pall
1
-0
/
+12
2010-06-30
Do not eliminate PHIs for values only referenced from side exits.
Mike Pall
1
-23
/
+28
2010-06-28
Fix frame setup for error handling in next().
Mike Pall
4
-2614
/
+2616
2010-06-16
Fallback to metamethod resolving for tostring in print().
Mike Pall
1
-2
/
+9
2010-05-30
Fix string.char() range check on x64.
Mike Pall
4
-2094
/
+2095
2010-05-20
Canonicalize string conversion of nan, inf, -inf.
Mike Pall
4
-12
/
+42
2010-05-15
Fix handling of failed fp:read(..., "*n").
Mike Pall
1
-0
/
+1
2010-05-09
Avoid name clash with standard POSIX function.
Mike Pall
1
-6
/
+6
2010-05-09
Avoid string allocation in GDB JIT API.
Mike Pall
2
-8
/
+11
2010-05-08
Add weak guards. Emit TNEW/TDUP with a guard bit.
Mike Pall
5
-63
/
+63
2010-05-01
Create symbol table of JIT-compiled code for use with Linux perf tools.
Mike Pall
1
-0
/
+41
2010-04-28
Fix PHI elimination: mark right PHI as used, too.
Mike Pall
1
-1
/
+5
2010-04-26
Turn TValue setter macros into inline functions.
Mike Pall
5
-118
/
+127
2010-04-25
Treat the tag of a TValue as unsigned everywhere.
Mike Pall
7
-40
/
+39
2010-04-25
Avoid starting a GC cycle immediately after library init.
Mike Pall
2
-2
/
+2
2010-04-25
Fix TNEW in x64 interpreter. Do not force a full GC (ouch).
Mike Pall
4
-359
/
+346
2010-04-25
Make metamethod names proper GC roots.
Mike Pall
12
-29
/
+26
2010-04-25
Reorganize and fix placement of generated machine code on x64.
Mike Pall
1
-53
/
+57
2010-04-25
Simplify management of current trace. Drop lazy save.
Mike Pall
7
-79
/
+80
2010-04-25
Turn traces into true GC objects (GCtrace).
Mike Pall
24
-201
/
+193
2010-04-24
Simplify lexer a bit.
Mike Pall
1
-14
/
+12
2010-04-23
Add assertions to guard against using lua_*call on dead coroutines.
Mike Pall
1
-3
/
+6
2010-04-23
Avoid compiler warning.
Mike Pall
1
-1
/
+1
2010-04-21
No longer let the GC replace dead keys with the LJ_TDEADKEY tag.
Mike Pall
13
-43
/
+65
2010-04-19
Simplify GC step calls from on-trace code.
Mike Pall
3
-41
/
+32
2010-04-19
Replace on-trace GC frame syncing with interpreter exit.
Mike Pall
11
-1906
/
+1885
2010-04-14
Refactor buildvm symbol generation.
Mike Pall
8
-324
/
+203
2010-04-09
Fix setup of RD when dispatching to function headers after exit.
Mike Pall
7
-1803
/
+1820
2010-04-08
Don't copy SNAP_NORESTORE mark into loops and suppress restore in exit.
Mike Pall
2
-2
/
+2
2010-03-28
RELEASE LuaJIT-2.0.0-beta4
v2.0.0-beta4
Mike Pall
9
-24
/
+34
[next]