Search code examples
LLVM compiling with GCC i32 is truncated to i8...


compiler-errorscompilationllvmllvm-irllvm-gcc

Read More
EXC_BAD_ACCESS in LLVM SimplifyCFGOpt::run...


llvmllvm-irllvm-c++-api

Read More
How can i Lifting x86_64 assembly code to LLVM-IR?...


virtual-machinellvmllvm-irdeobfuscationlifting

Read More
Find pointer to the Instruction that assigns to value in LLVM...


llvmllvm-ir

Read More
Passing structs by-value in LLVM IR...


llvmllvm-irpass-by-valuecalling-convention

Read More
Why does LLVM 10.0's GEP fail to compute address of a non-primitive field?...


llvmllvm-ir

Read More
MLIR for multiplying 2 matrices...


llvmllvm-ir

Read More
LLVM IR opcode documentation...


documentationllvmbytecodellvm-ir

Read More
ML-IR to LLVM IR generates wrong IR...


llvmllvm-ir

Read More
Creating raw_ostream object in LLVM...


c++llvm-ir

Read More
Segmentation fault while using AAResultsWrapperPass in llvm3.8.1...


c++llvmllvm-irllvm-c++-api

Read More
Why is my LLVM IR program crashing when i print a variable only 1 time but not 2?...


llvmllvm-irllvmlite

Read More
In LLVM IR pass, how to extract an absolute path of the current Module?...


llvm-ir

Read More
Error in LLVM IR or runtime library produces SEGV...


c++runtimellvmllvm-iraddress-sanitizer

Read More
static analysis of linux kernel on source code or LLVM IR?...


linux-kernelstatic-analysisllvm-ircall-graph

Read More
How to make the LLVM Opt tool to report which analysis passes successfully used by each optimization...


optimizationllvmllvm-clangllvm-irbitcode

Read More
LLVM opt removes all my code (but runs correctly when unoptimized)...


compiler-constructionllvmcompiler-optimizationllvm-ir

Read More
Checking the top bits of an i64 Value in LLVM IR...


llvmllvm-ir

Read More
How do I do jumps to a label in an enclosing function in LLVM IR?...


llvm-ir

Read More
LLVM IR for addition and subtraction...


llvmllvm-irllvm-c++-api

Read More
Unable to get the names of the functions called by call instructions in LLVM pass...


clangllvmclang++llvm-clangllvm-ir

Read More
eraseFromParent() vs removeFromParent() in llvm...


llvmllvm-ir

Read More
How to linking a external function from a .h file (header file) for LLVM getOrInsertFunction in a LL...


c++clangllvmllvm-irinstrumentation

Read More
Linking LLVM getOrInsertFunction to a external c++ function in a LLVM pass...


c++llvmllvm-irinstrumentation

Read More
LLVM opt unable to print instructions from a specific function, But it does for the rest of the func...


c++clangllvm-ir

Read More
LLVM linker: weird error message when importing a function...


llvmllvm-irllvm-c++-api

Read More
LLVM Insert function call defined from another file...


llvmllvm-ir

Read More
Out of curiosity, I found that in v8 implementation JS Bytecode is executed by Interpreter-Assembler...


javascriptllvmv8bytecodellvm-ir

Read More
LLVM IR C++ API create anonymous global variable...


c++llvmllvm-irllvm-c++-api

Read More
How to emit LLVM-IR from Cargo...


rustllvm-irrust-cargo

Read More
BackNext