Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in llvm

LLVM assembly: assign integer constant to register

Choosing CPU architecture for LLVM/CLANG

hardware cpu llvm clang

CMake build of LLVM clang fails with "Unexpected failure executing llvm-build: Traceback (...) import llvmbuild"

python build llvm clang

How to make llvm .bc file executable?

llvm

Enable debug output for optimization passes from clang

debugging llvm clang

How to uninstall LLVM?

linux llvm

Is it possible to make Node.js use Rhino as the Javascript engine?

node.js rhino llvm v8 powerpc

What are Scala's future platform concerns people should be prepared for?

java .net scala jvm llvm

clang and __float128 bug/error

c++ llvm clang

LLVM, Parrot, JVM, PyPy + python

python jvm llvm pypy parrot

How much space for a LLVM trampoline

llvm

Attempting to write an LLVM backend. No good tutorial available [closed]

No LLC on Windows?

windows llvm llc

How to emit debug information through LLVMs C bindings?

code examples for learning LLVM backend programming

How do I compile code using Clang with the MinGW C/C++ Library? (Particular issue with float.h)

c gcc clang mingw llvm

Can you make Xcode 5.1 target dependencies build only valid architectures?

Can you use Mono/LLVM to generate faster .NET applications than with Microsoft's C# compiler?

clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)

ios objective-c xcode llvm

Why does clang still need libgcc.a to compile my code?

c++ linux gcc clang llvm