Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in llvm

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

Is it possible to add arguments for user defined passes in llvm

c++ llvm llvm-c++-api llvm-ir

Passing a gcc flag through makefile

gcc makefile llvm

Static source code analysis with LLVM

c++ c static-analysis llvm

How I'm supposed to use the sanitizer in clang?

c++ clang llvm sanitizer

Is it possible to use LLVM-assembly directly?

assembly llvm llvm-ir

How can I get function name from CallInst in LLVM?

c++ c llvm clang

How to detect -stdlib=libc++ in the preprocessor?

can I count on my compiler to optimize strlen on const char *?

"too many errors emitted stopping now" - How to increase or remove the limit?

xcode compiler-errors llvm