Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in llvm

generating CFG for whole source code with LLVM

Haskell llvm-general JIT: calling a C function on the fly. Stephen Diehl's tutorial

haskell llvm

Force Clang to "perform math early" on constant values

c++ clang llvm constexpr

How to get a list of all global declarations of a C/C++ program using Clang?

c++ c clang llvm

How to get bitcode llvm after linking?

clang llvm llvm-ir

def-use chain in llvm

What are the advantages of using precompiled static library over directly including it's source code?

ios llvm static-linking

How to instrument a statement just before another statement using clang

clang llvm instrumentation

Measuring size of a function generated with Clang/LLVM?

c embedded clang llvm low-level

Create local string using LLVM

llvm llvm-ir

LLVM Instruction Scheduling

Incorrect warning from Xcode 8.3.2: Non-portable path to file - specified path differs in case from file name on disk

Getting the use and def of an llvm instruction

c++ llvm dead-code

LLVM assembly: call a function using varargs

Are there any PHP -> LLVM IR translators?

php llvm

Looking for examples of valid Objective-C ARC code that crashes at runtime [closed]

Xcode 4.4, build app with ARC for iOS 4.2

Code coverage in clang

c linux clang llvm code-coverage

Including llvm, Value.h not found

macos llvm

LLVM - How to get the result variable of an instruction

llvm llvm-c++-api