Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Library and LLVM-based Languages #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ This README.md itself mostly records **LLVM backend** (as well as mixed) resourc
- [diffkemp](https://github.com/viktormalik/diffkemp) - Static analysis of semantic differences in kernel versionsa
- [GaloisInc/yapall](https://github.com/GaloisInc/yapall) - A precise and scalable pointer analysis for LLVM, written in Ascent
- [llvm2c](https://github.com/staticafi/llvm2c) - Decompiler of LLVM bitcode to C
- [llvm-cbe](https://github.com/JuliaHubOSS/llvm-cbe) - Resurrected LLVM "C Backend"
- [dr checker](https://github.com/ucsb-seclab/dr_checker) - A Soundy Vulnerability Detection Tool for Linux Kernel Drivers
- [DG](https://github.com/mchalupa/dg) - Various program analyses, construction of dependence graphs and program slicing of LLVM bitcode
- dg can integrate SVF, see [here](https://github.com/mchalupa/dg/blob/master/doc/SVF.md) for details
Expand All @@ -178,6 +179,7 @@ This README.md itself mostly records **LLVM backend** (as well as mixed) resourc
- C/C++/ObjC/ObjC++
- [Swift](https://developer.apple.com/swift/)
- [GHC Haskell](https://www.haskell.org/ghc/)
- [GNAT](https://github.com/AdaCore/gnat-llvm)
- [Rust](https://www.rust-lang.org)
- [Julia](https://julialang.org/)
- [scala-native](https://github.com/scala-native/scala-native)
Expand All @@ -188,6 +190,7 @@ This README.md itself mostly records **LLVM backend** (as well as mixed) resourc
- [mojo](https://docs.modular.com/)
- [solang](https://github.com/hyperledger/solang)
- [Ola](https://github.com/mateeeeeee/Ola) - a toy language, for learning LLVM-backend codegen
- [TinyGo](https://github.com/tinygo-org/tinygo)
- ~~[go-llvm](https://github.com/go-llvm/llgo)~~

# Setup
Expand Down