The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
I've been excited about LLVM being low enough to model any system, and saw it as promising that Apple was …
haskell llvm clang ghc c-minus-minusI have a class exposing some methods, whose implementation is provided by an inner object. I'm using forward invocation to …
objective-c xcode llvm compiler-warnings suppress-warningsI've tried to build clang-tidy from sources but it complains about an undefined CMake command: CMake Error at clang-apply-replacements/CMakeLists.…
c++ clang llvm clang-tidyAre there any languages that target the LLVM that: Are statically typed Use type inference Are functional (i.e. lambda …
programming-languages scala functional-programming llvmThe LLVM infrastructure now supports compiling from LLVM IR to WebAssembly (at least experimentally). Swift uses the LLVM compiler infrastructure …
swift llvm webassemblyI have ConstantInt and ConstantFP values that I want to add using fadd. However, I'm having trouble casting the ConstantInt …
c++ llvm llvm-c++-apiWhat is the easiest way to get the predecessors of a BasicBlock in the LLVM framework? I have taken a …
c++ llvm graph-traversalI'm holding a Type* in my hand. How do I find out its size (the size objects of this type …
llvm