LLVMSharp
LLVMSharp copied to clipboard
LLVM bindings for .NET Standard written in C# using ClangSharp
- [CodeQL](https://github.com/github/codeql) is an open source code scanning tool for discovering vulnerabilities across a codebase Pipeline Foundation is **a non-profit initiative** with the sole purpose of giving back to the...
Line three of README.md contains a link to `clangsharp.org`; however, the domain has since been removed and performs several redirects through other sites. Should this link be `https://github.com/Microsoft/ClangSharp`?
Does anyone know/remember what's remaining to get this package up to `10.0.0`?
Has there been consideration to expand the ClangSharp and LLVMSharp projects to include the LLD (linker) tool? It would be amazing to be able to link full native binaries all...
Please add the rest of the chapters in the tutorial https://ice1000.org/llvm-cs/en/
Chapters 6 and 7 take priority. Chapter 8 is instructive of DWARF and debugging in general, but is less pressing.
It's my understanding (could be wrong) that if I don't expect LLVM to be installed on the machine running my program, I should install the `libLLVM` package so it will...
Hi, I was trying to add support for "extern" functions from libc in Kaleidoscope (which come for free in C++ version of Kaleidoscope). However, for the following IR (trying to...
Hi there, I am tinkering with LLVMSharp 5 to compile numerical computations described via formulas. The first goal is running them via MCJIT on x86-64. I have code at https://github.com/delreluca/AutoExpr/commit/d6ebef7cc41f06079c5b6ebb0783d640a4c4a737...
This method is very slow, not actually sure it completes as I gave up waiting. Other replace methods such as listed http://llvm.org/docs/ProgrammersManual.html#replacing-an-instruction-with-another-value are not available which make certain compilation tasks...