Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in llvm

Optimization levels in LLVM and Clang

llvm clang llvm-gcc

Adding a function call in my IR code in llvm

c++ c clang llvm llvm-clang

Meaning of the LLVM Optimization Levels

How to generate .gcov file from llvm-cov?

LLVM - linking problem

c linker llvm

Any tutorial on libclang? [closed]

llvm libclang

What is a clobber?

Is it possible to embed LLVM Interpreter in my software and does it make sense?

interpreter llvm

Call C/C++ functions from the ExecutionEngine

llvm

Proper way to enable SSE4 on a per-function / per-block of code basis?

xcode clang llvm sse

Parsing and Modifying LLVM IR code

c++ c llvm

Pasting formed an invalid processing token '.'

c++ macros llvm llvm-clang

if(self = [super init]) - LLVM warning! How are you dealing with it?

iphone objective-c llvm xcode4

Best Compiler Destination

How to extend Clang with an additional parser?

Dynamic Symbol Resolution of Executable Using LLVM

c++ llvm llvm-c++-api

Why is GCC's AVX slower while LLVM's faster?

gcc assembly llvm julia avx

llvm based code mutation for genetic programming?

Why does LLVM appear to ignore Rust's assume intrinsic?

Is it possible to translate an assembly language to LLVM IR, optimize it and then recompile it to a different architecture?

assembly llvm recompile