mikepaul-LuaJIT/src/host
2012-09-24 16:55:10 +02:00
..
.gitignore Reorganize build process. 2012-06-09 15:12:44 +02:00
buildvm_asm.c CONSOLE: Handle P64, GPR64, TOC* and PPE (PS3) in PPC interpreter. 2012-06-13 02:32:24 +02:00
buildvm_fold.c Reorganize build process. 2012-06-09 15:12:44 +02:00
buildvm_lib.c Allow conditional inclusion of builtin library functions. 2012-09-24 16:55:10 +02:00
buildvm_peobj.c Reorganize build process. 2012-06-09 15:12:44 +02:00
buildvm.c Add table of IR type sizes. 2012-08-27 20:27:01 +02:00
buildvm.h Reorganize build process. 2012-06-09 15:12:44 +02:00
genminilua.lua Add Lua BitOp to minilua. 2012-07-08 16:24:53 +02:00
minilua.c Add Lua BitOp to minilua. 2012-07-08 16:24:53 +02:00
README Add minified Lua interpreter (minilua). Used by the build process. 2012-06-09 15:03:40 +02:00

The files in this directory are only used during the build process of LuaJIT.
For cross-compilation, they must be executed on the host, not on the target.

These files should NOT be installed!