Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in llvm

IR LLVM form vs assembly

c++ x86 clang llvm llvm-ir

How do I see what optimisation passes are used by LLVM's opt?

optimization llvm

Bazel build failed for `does not contain a toolchain for cpu 'darwin_arm64'`

Cmake and ninja rebuild unnecessary files

c++ build cmake llvm ninja

LLVM: Change instruction or basic blocks in a function

c++ llvm

printf doesn't work for floats in LLVM IR

llinking @_Znam and @_Znwm

c++ llvm std

Does the llvm-bolt instrumentation mode result in less accurate BOLT profiles?

Problems enabling RTTI in LLVM JIT-ed code

c++ llvm jit rtti

LLVM Interoperability (Like JVM or .Net) - Is it possible to do?

How to extract information from the llvm metadata

metadata llvm instructions

How do I correclty implement an LLVM InstVisitor?

llvm

Benefit of LLVM's SelectInst

llvm llvm-ir

Clang 18.1.5 and the support of std::println

c++ clang llvm clion clang++

llvm get called function name using llvm instruction

llvm

How to load pass plugin in new pass manager?

c++ clang llvm

How to use LLVM as backend in other language (not in C++)?

Dumping memory layout of C++ object does not work in clang

c++ macos clang llvm