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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-03-22
Move colocated array part after GCtab (now properly aligned).
Mike Pall
3
-25
/
+17
2010-03-22
Move free node pos to t->node[0].freetop. Saves 4 bytes in GCtab.
Mike Pall
3
-55
/
+38
2010-03-21
Avoid snapshots for returns to known callers.
Mike Pall
1
-2
/
+2
2010-03-19
Add links to interactive performance comparison to offline docs.
Mike Pall
8
-1
/
+18
2010-03-19
Increase max. fusion distance.
Mike Pall
1
-1
/
+1
2010-03-15
Reorder various structs to reduce padding (thanks to /usr/bin/pahole).
Mike Pall
7
-15
/
+15
2010-03-15
Fix TSETM on x64/SSE builds when table is resized.
Mike Pall
5
-448
/
+426
2010-03-15
Add static target to msvcbuild.bat.
Mike Pall
1
-0
/
+6
2010-03-15
Update changelog.
Mike Pall
2
-1
/
+19
2010-03-15
Add array bounds check elimination (-Oabc, on by default).
Mike Pall
5
-20
/
+101
2010-03-15
Reorganize scalar evolution analysis.
Mike Pall
2
-7
/
+32
2010-03-14
Fix folding of (comparison x x).
Mike Pall
1
-1
/
+1
2010-03-13
Restore MULTRES for snapshots pointing to CALLM etc. bytecodes.
Mike Pall
3
-3
/
+49
2010-03-10
Fix potential hang in UCLO redirection handling in hooks.
Mike Pall
1
-9
/
+7
2010-03-09
Fix handling of bad argument types in recorder.
Mike Pall
1
-2
/
+3
2010-03-09
Fix recording of getmetatable() for non-tables.
Mike Pall
1
-3
/
+5
2010-03-09
Avoid tracing the nil return case of tonumber().
Mike Pall
1
-1
/
+5
2010-03-09
Add WinSDK v7.0 requirement for building on Windows/x64.
Mike Pall
1
-2
/
+2
2010-03-08
Do not fuse SLOAD across RETF.
Mike Pall
1
-1
/
+2
2010-03-07
RELEASE LuaJIT-2.0.0-beta3
v2.0.0-beta3
Mike Pall
8
-23
/
+20
2010-03-07
Fix tracebacks for failed coroutines.
Mike Pall
1
-0
/
+4
2010-03-07
Add OS/CPU/CC compatibility matrix to docs. Fix spelling.
Mike Pall
4
-10
/
+59
2010-03-07
Rebase dynamic library on OSX/x64.
Mike Pall
1
-0
/
+1
2010-03-07
Improve placement of dynamically generated code on x64.
Mike Pall
1
-1
/
+1
2010-03-07
Fix assertion in rec_check_slots.
Mike Pall
1
-1
/
+1
2010-03-07
Generate indirect calls for out-of-range distances on x64.
Mike Pall
2
-0
/
+14
2010-03-07
Fix unwind info for assembler part for OSX.
Mike Pall
4
-144
/
+244
2010-03-07
Fix disassembly of call/jmp ModRM.
Mike Pall
1
-2
/
+2
2010-03-05
Fix generated 64 bit Mach-O assembler output.
Mike Pall
4
-0
/
+32
2010-03-04
Document jit.status().
Mike Pall
1
-0
/
+8
2010-03-04
Update docs: native build default, cross-compilation, embedding.
Mike Pall
4
-34
/
+65
2010-03-04
Allocate 32 bit memory on OSX/x64 with mmap() hinting.
Mike Pall
2
-5
/
+43
2010-03-04
Build as a native 32 or 64 bit binary by default.
Mike Pall
1
-10
/
+21
2010-03-03
Improve performance of HREF/HREFK on x64.
Mike Pall
2
-4
/
+43
2010-03-03
Fix 64 bit conversion warning.
Mike Pall
1
-1
/
+1
2010-03-02
Improve register allocation on x64.
Mike Pall
1
-0
/
+5
2010-03-02
Fix comments about 64 bit FreeBSD mmap() behavior.
Mike Pall
1
-1
/
+2
2010-03-02
Add compile errors for 64 bit OS without an equivalent of MAP_32BIT.
Mike Pall
1
-4
/
+17
2010-03-02
Add support for recursion to changelog.
Mike Pall
1
-0
/
+1
2010-03-02
Fix amalgamated build.
Mike Pall
1
-1
/
+1
2010-03-01
Enable tracing of recursion.
Mike Pall
5
-74
/
+75
2010-03-01
Implement down-recursion.
Mike Pall
7
-13
/
+114
2010-03-01
Fix pc to line number translation for GDB JIT API.
Mike Pall
1
-1
/
+4
2010-03-01
Resize stack up to the true limit.
Mike Pall
1
-2
/
+11
2010-02-28
Fix error message generation for OOM error.
Mike Pall
2
-2
/
+3
2010-02-28
Conditionally compile functions that are unused with JIT disabled.
Mike Pall
8
-0
/
+18
2010-02-28
Enable JIT compiler for x64.
Mike Pall
7
-31
/
+25
2010-02-28
Add frame info for x64 GDB JIT API.
Mike Pall
2
-3
/
+12
2010-02-27
Save/restore remaining callee-save regs on trace<->interp transitions.
Mike Pall
6
-1447
/
+1511
2010-02-27
Correctly align and free allocated machine code areas.
Mike Pall
4
-12
/
+15
[next]