You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ravi/build-utils
Dibyendu Majumdar a2e0c2fc3d
issue #191 #193 backport random number generator from Lua 5.4
4 years ago
..
README.rst add more build scripts 9 years ago
buildllvm10.sh issue #169 Update to latest MIR code 4 years ago
cmake-32bit-llvm-shared.bat issue #123 added workaround for VSCode bug 7 years ago
cmake-32bit-llvm.bat issue #100 8 years ago
cmake-32bit-llvmd.bat fix JIT compilation issue with the change in ttistable() 8 years ago
cmake-32bit-nojit.bat make scripts 8 years ago
cmake-64bit-llvm-debug.bat issue #114 Prepare for implementing fast C calls; the Lua typecode is extended to 16 bits to allow more type variants to be added. The intention is that for light C functions, we can encode return type / parameter types to enable calling some C functions directly without having to go through the Lua api. 6 years ago
cmake-64bit-llvm.bat issue #157 cleanup api for getting access to array raw data and revise the inline short string table lookup so that we have an inline part and a slow part 5 years ago
cmake-64bit-llvm8.bat issue #163 4 years ago
cmake-64bit-llvm9d.bat issue #188 4 years ago
cmake-64bit-llvm9r.bat issue #171 fix build 4 years ago
cmake-64bit-nojit-assertions.bat issue #191 #193 backport random number generator from Lua 5.4 4 years ago
cmake-64bit-nojit.bat issue #135 missed file 5 years ago
cmake-64bit-omrjit-debug.bat issue #110 Initial implementation of JIT backend using OMRJIT 6 years ago
cmake-64bit-osx-xcode-llvm-debug.sh issue #131 7 years ago
cmake-64bit-osx-xcode-nojit-release.sh add build script on mac osx 8 years ago
cmake-64bit-unix-llvm-debug.sh issue #147 build and test with LLVM 6.0 6 years ago
cmake-64bit-unix-llvm-release.sh issue #169 Update to latest MIR codebase and set default opt level to 2 4 years ago
cmake-64bit-unix-nojit-debug.sh make scripts 6 years ago
cmake-64bit-unix-nojit-release.sh make scripts 6 years ago
cmake-64bit-unix-omrjit-release.sh issue #110 add build script helper for omrjit backend 6 years ago

README.rst

Build Scripts

=============

The scripts here are unsupported - these are just my personal
build scripts.


The unix LLVM debug builds enable 'ltests' and address sanitizer.