Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in llvm

Minimal example using LLVM's C API yields error: function and module have different contexts

c llvm

LLVM Kaleidoscope tutorial JIT compilation problem

c++ linux llvm

Inline NOPs not optimized out in LLVM

gcc assembly arm llvm

llvm dumping control flow graph to file inside a pass

Return Void from function LLVM

What pointer-related things don't work in Delphi XE8's mobile compilers?

Disable Clang Tool diagnostics

c++ c++11 clang llvm llvm-clang

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

How to use clang::TreeTransform?

LLVM: Creating a CallInst with a null pointer operand

c++ llvm

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

llvm llvm-clang llvm-ir

ClangFormat Extension is not installed correctly on Visual Studio 2015

Linking LLVM causes gcov to fail

c++ gcc cmake llvm gcov

OpenMP linking errors in Visual Studio 2019 LLVM

Is it possible to use NSArray, NSDictionary, and NSNumber "literals" in Xcode 4.3? (LLVM 4.0)

objective-c xcode llvm

Why don't LLVM passes optimize floating point instructions? [duplicate]

_AddressOfReturnAddress() equivalent in Clang/LLVM?

LLVM alloca causes stack overflow on while statement

CUDA: compilation of LLVM IR using NVPTX

cuda llvm ptx

Compile unsafe Haskell

performance haskell llvm ghc