Search code examples
How is GCC IR different from LLVM IR?...


gcccompilationcompiler-constructionllvm-ir

Read More
How does `mlir::cast` transform objects to derived classes?...


c++llvmllvm-ir

Read More
Why does setjmp/longjmp cause 0xC0000028 in LLVM IR?...


clinkerllvmllvm-irsetjmp

Read More
How do I find which Rust versions correspond to which specific LLVM version?...


rustllvm-ir

Read More
Is there a way to make Clang output LLVM IR alongside executable?...


compilationclangclang++llvm-clangllvm-ir

Read More
Why this Fib() implementation on LLVM-IR can't output correctly from Fib(93)?...


integerprintfllvm-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
BackNext