Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in llvm-ir

The GEP Instruction: i32 vs i64

llvm llvm-ir

Sharing a C++ pointer with LLVM JIT'd code

c++ llvm llvm-ir llvm-c++-api

foreign import prim call to LLVM

haskell llvm ghc ffi llvm-ir

Encoding tagged unions (sum types) in LLVM

llvm llvm-ir

Partial application in LLVM

How do I generate LLVM bitcode for use by emscripten?

how to deal with changes in LLVM metadata.h

c++ metadata llvm llvm-ir

Console output using LLVM

llvm llvm-ir

LLVM IR Function with an array parameter

llvm llvm-c++-api llvm-ir

Understanding llvm SelectionDAG

llvm-ir

Counting the number of LLVM instructions executed dynamically using LLI

clang llvm llvm-clang llvm-ir

How to execute llvm code

llvm llvm-ir

Abstract Interpretation in LLVM

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

c++ llvm llvm-ir

The easiest compiler for a Mindustry Game CPU architecture

Return Void from function LLVM

How to track down LLVM verifyFunction error "Expected no forward declarations!"?

How to get the arguments of a function call in LLVM?

llvm llvm-clang llvm-ir

Crystal-lang: why is the LLVM "hello.bc" not the same if generated by Crystal or by clang?

llvm-ir crystal-lang

How to emulate thread_local in llvm-ir?