Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in llvm

LLVM optimizer can't handle simple case?

c++ optimization llvm

LLVM Pass to insert an external function call to LLVM bitcode

c llvm instrumentation llvm-ir

llvm/tools: lli REPL compared to LuaJIT

interpreter jit llvm luajit

Is there a binutils for llvm?

How to enable shared library build while using CMake for LLVM?

c++ makefile cmake llvm

Adding a function in LLVM (haskell bindings) when the number of parameters is not known at compile time

Create LLVM bytecode from C++ classes

c++ llvm bytecode clang

Using LLVM as virtual machine - multiplatform and multiarchitecture coding

Is it possible to link bitcode with llvm-ar archieve into a single bitcode file?

c linker clang llvm

Building Clang on Windows: DiagnosticCommonKinds.inc header doesn't exist

windows clang llvm

Use LLVM in a cmake build

cmake llvm

Loading Haskell plugins on-the-fly

haskell llvm

Get C/C++ source code data from LLVM IR

c++ c llvm

Identifying user define function through llvm pass

What is my version of LLVM & clang (OSX)?

c++ macos clang llvm c++14

apple llvm 9.0 can not use flag c++17

xcode llvm c++17 clang++

LLVM tail call optimization

llvm tail-recursion llvm-ir

Instruction expected to be numbered

llvm

How do I get the mangled name of a NamedDecl in Clang?

c++ clang llvm name-mangling

How would you re-use C opcode implementations when writing a JIT with LLVM?