Top "Llvm" questions

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

Getting the original variable name for an LLVM Value

The operands for an llvm::User (e.g. instruction) are llvm::Values. After the mem2reg pass, variables are in …

compiler-construction clang llvm debug-symbols llvm-ir
Difference between LLVM, GCC 4.2 and Apple LLVM compiler 3.1

What are the major differences between LLVM GCC 4.2 and Apple LLVM compiler 3.1? I'm fairly new to compilers so any help …

ios compiler-construction llvm llvm-gcc
Adding Metadata to Instructions in LLVM IR

First up, I am a newbie to LLVM passes. I am trying to add metadata to instructions in LLVM after …

llvm llvm-c++-api llvm-ir