The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
Update 2017-05-17. I no longer work for the company where this question originated, and do not have access to …
android delphi android-ndk arm llvmI'm running OS X, 10.8.5; I've installed llvm 3.4 via homebrew (clang version 3.4 (tags/RELEASE_34/final) ), and I'm building with -fsanitize=address. …
macos clang llvm address-sanitizerI am looking for LLVM (or clang) equivalent of gcc's -D flag which enables macro definition at commandline. Any pointers …
llvm clang llvm-gccI've been looking for some easy to understand guide into libclang. I've seen some threads either here or other forums …
llvm libclangI'm a newbie in clang. I have read a paper about source to source transformation from cuda to opencl using …
compiler-construction llvm clangI have generated a bc file with the online compiler on llvm.org, and I would like to know if …
llvm jit llvm-ir