Search code examples
Is there a way to make Clang output LLVM IR alongside executable?...

compilationclangclang++llvm-clangllvm-ir

Read More
Segmentation fault encountered at `ret void` in llvm-ir instructions...

llvmprogramming-languagesvariadic-functionsllvm-ir

Read More
no Basic Block terminator generated in llvm...

llvmllvm-ir

Read More
Problem with custom LLVM-IR for my compiler...

llvmprogramming-languagesllvm-ir

Read More
What's the difference between `ConstantInt::getTrue (LLVMContext &Context)` and `ConstantInt...

llvmllvm-irllvm-c++-api

Read More
How to compile Rust to LLVM bitcode including dependencies?...

rustcompilationllvmllvm-ir

Read More
How LLVM mem2reg pass works...

llvmllvm-ir

Read More
how do compilers refer unboxed types?...

compiler-constructionllvm-irboxing

Read More
Creating raw_ostream object in LLVM...

c++llvm-ir

Read More
LLVM - How AST can be transformed to IR...

llvmllvm-clangllvm-gccllvm-ir

Read More
How to create mlir constant vector using OpBuilder...

llvmllvm-irllvm-c++-api

Read More
How to get pointer level in LLVM 17 with opaque pointer enabled?...

clangllvmllvm-ir

Read More
How to convert LLVM IR to other Intermediate Representations?...

llvmwebassemblyllvm-irintermediate-code

Read More
LLVM API produces invalid IR for ptr type...

pointerscompilationocamlllvmllvm-ir

Read More
C runtime LLVM error: error while loading shared libraries...

cruntimellvmwindows-subsystem-for-linuxllvm-ir

Read More
How to get the value of a member of a structure in LLVM?...

c++llvmllvm-ir

Read More
How to get loopinfo in Module Pass...

llvmllvm-ir

Read More
compile binary with afl-clang-fast with custom LLVM IR passes...

clangllvmllvm-clangllvm-iramerican-fuzzy-lop

Read More
Dynamic Arrays in LLVM - Declaring a constant/global...

llvmllvm-ir

Read More
How to get the textual representation of an LLVM IR instruction?...

llvmllvm-clangllvm-ir

Read More
Segmentation fault, when running compiled LLVM IR...

llvmldllvm-irllc

Read More
How to create a new Instruction to replace the previous one in llvm pass?...

llvmllvm-ir

Read More
can't get "getelementptr" and "store" working...

llvm-ir

Read More
How does the LLVM compiler parse a c struct?...

clangllvmllvm-ir

Read More
Why LLVM IR generated by numba for vector addition is too complex...

llvmnumbajitllvm-irllvmlite

Read More
How to determine if a BasicBlock is controled by a `if`...

llvmllvm-ircontrol-flow-graph

Read More
Error in LLVM 13 documentation for little-endian vectors?...

llvm-ir

Read More
What exactly PHI instruction does and how to use it in LLVM...

llvmllvm-ir

Read More
What is the difference between my LLVM IR and Clang's...

cclangllvmllvm-ir

Read More
In llvm-hs, is linking required between known lists of Definition's, to have a valid Module, or ...

haskellllvmllvm-ir

Read More
BackNext