Mike Pall
868ecad32b
FFI: Add ffi.errno().
2011-05-08 22:34:40 +02:00
Mike Pall
cfdc356ebe
RELEASE LuaJIT-2.0.0-beta7
2011-05-05 16:31:13 +02:00
Mike Pall
998061f530
Update changelog.
2011-05-05 15:53:36 +02:00
Mike Pall
b760add618
Misc. updates to docs.
2011-05-05 01:15:22 +02:00
Mike Pall
139175f8c4
Tune loop unrolling heuristics. Increase trace recorder limits.
2011-05-03 21:14:18 +02:00
Mike Pall
c77ca54564
FFI: Compile C function calls with 64 bit args/results in 32 bit mode.
2011-04-29 19:40:50 +02:00
Mike Pall
0ba34ffe50
ARM: Fix ABI and build issues for iOS. Now works on iOS 3.0+.
2011-04-28 19:41:34 +02:00
Mike Pall
0b606061db
ARM: Use own lj_bswap(). Reduce min. req. version of GCC to 4.2.
2011-04-28 12:33:31 +02:00
Mike Pall
5d096dcfde
FFI: Add ffi.istype() function.
2011-04-20 01:53:26 +02:00
Mike Pall
ca18293ebc
Add remark about target OS to cross-compilation instructions.
2011-04-18 17:20:59 +02:00
Mike Pall
b53ca064d4
ARM: Add install docs.
2011-04-17 12:48:28 +02:00
Mike Pall
3b6f37dd2c
FFI: Add ctype metamethods and ffi.metatype().
2011-04-12 19:16:39 +02:00
Mike Pall
734e96fa05
Remove links to shootout.
2011-04-05 21:23:44 +02:00
Mike Pall
83a37aeca7
FFI: Add ffi.gc() function for finalization of cdata objects.
2011-02-28 16:48:13 +01:00
Mike Pall
3e2a7a2d7f
FFI: Fix docs about C bool -> Lua boolean conversion.
...
Thanks to M. Kottman.
2011-02-18 20:35:44 +01:00
Mike Pall
97d84111fd
RELEASE LuaJIT-2.0.0-beta6
2011-02-11 16:28:37 +01:00
Mike Pall
a8114d5017
Update changelog.
2011-02-11 15:52:31 +01:00
Mike Pall
1f0006ac71
Cleanup of docs.
2011-02-11 14:51:20 +01:00
Mike Pall
a5aade2fa9
FFI: Finish FFI docs.
2011-02-11 01:21:46 +01:00
Mike Pall
a2f9f1f831
FFI: Finish docs on FFI semantics. Phew.
2011-02-10 03:12:09 +01:00
Mike Pall
a7ab6b2dc9
Fix various HTML errors in the docs.
2011-02-10 03:10:38 +01:00
Mike Pall
24c314e8fc
FFI: Add more docs on FFI semantics.
2011-02-09 01:26:02 +01:00
Mike Pall
2388a7fcc0
FFI: Document current FFI implementation status.
2011-02-08 01:20:53 +01:00
Mike Pall
7a37b93f1b
FFI: Record ffi.copy() and ffi.fill().
2011-02-07 23:49:27 +01:00
Mike Pall
72b3fff72f
FFI: Simplify initializer rules. Clarify docs.
2011-01-23 14:23:21 +01:00
Mike Pall
f529d22869
Another fix for the trace flush logic. I'll get this right someday.
...
Thanks to David Manura.
2011-01-22 20:32:23 +01:00
Mike Pall
e985aeda84
FFI: Add preliminary FFI documentation (still incomplete).
2011-01-20 22:14:17 +01:00
Mike Pall
06f99fc3df
Bump copyright date to 2011.
2011-01-09 17:12:53 +01:00
Mike Pall
8679ca5792
POSIX is an acronym.
2010-12-04 20:47:51 +01:00
Mike Pall
751ff5b392
Add jit.os string.
2010-11-16 15:05:21 +01:00
Mike Pall
b45e3246ce
Split up extension/API docs into sub-pages.
2010-11-09 18:11:35 +01:00
Mike Pall
7e5cb31e0b
Fix anchors in API docs.
2010-11-01 17:49:31 +01:00
Mike Pall
5dcf630c54
Reorganize compatibility table in install docs.
2010-10-11 16:26:48 +02:00
Mike Pall
89fdee9cab
Fix external link in docs.
2010-10-11 15:29:12 +02:00
Mike Pall
ddae887878
Update docs for PPC port. Clarify and extend install instructions.
2010-10-05 01:36:54 +02:00
Mike Pall
9cb5046c3f
PPC: Add stack frame layout for PPCSPE target.
...
PPCSPE target compiles now, but will trap for any NYI parts.
Cross-compilation instructions:
make HOST_CC="gcc -m32" CROSS=powerpc-e500v2-linux-gnuspe- TARGET=ppcspe
2010-08-27 18:32:24 +02:00
Mike Pall
d668373654
RELEASE LuaJIT-2.0.0-beta5
2010-08-24 15:10:40 +02:00
Mike Pall
d9cdefee0a
Update changelog.
2010-08-23 20:53:55 +02:00
Mike Pall
721b73fecb
Turn traces into true GC objects (GCtrace).
2010-04-25 03:32:29 +02:00
Mike Pall
23189fa40d
RELEASE LuaJIT-2.0.0-beta4
2010-03-28 19:26:33 +02:00
Mike Pall
3a8b9bad2e
Update changelog.
2010-03-28 18:31:36 +02:00
Mike Pall
8e20b030ac
Add links to interactive performance comparison to offline docs.
2010-03-19 21:01:14 +01:00
Mike Pall
1fea5cb822
Fix TSETM on x64/SSE builds when table is resized.
2010-03-15 19:00:16 +01:00
Mike Pall
e57390f734
Update changelog.
2010-03-15 17:20:08 +01:00
Mike Pall
c4727220e8
Add array bounds check elimination (-Oabc, on by default).
2010-03-15 17:02:53 +01:00
Mike Pall
d87cb5b526
Add WinSDK v7.0 requirement for building on Windows/x64.
2010-03-09 02:45:47 +01:00
Mike Pall
09e875519b
RELEASE LuaJIT-2.0.0-beta3
2010-03-07 19:30:21 +01:00
Mike Pall
9fd1c6c586
Add OS/CPU/CC compatibility matrix to docs. Fix spelling.
2010-03-07 17:12:21 +01:00
Mike Pall
f8f6d0299b
Document jit.status().
2010-03-04 20:46:07 +01:00
Mike Pall
af92a14313
Update docs: native build default, cross-compilation, embedding.
2010-03-04 19:07:38 +01:00