Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in llvm

How to create Loop object on the LLVM?

Julia: Julia 1.9.0 :ERROR: LoadError: Unable to open libLLVM! when llvm is installed in Windows environment

julia llvm windows-11

How to build LLVM doxygen in HTML ? I tried but failed

clang llvm doxygen

What is the difference between an assembly file, object file, and binary file?

compilation clang llvm

lldb: how to get calling function(s)?

objective-c llvm lldb

Emit the llvm-ir bytecode from my llvm pass

How to get loopinfo in Module Pass

llvm llvm-ir

Why does the correct implementation of std::addressof require compiler support?

c++ c++11 gcc visual-c++ 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