Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baygeldin/llvm-example

Example of extending Clang and SPARC backend with custom instructions in LLVM.
https://github.com/baygeldin/llvm-example

Last synced: 21 days ago
JSON representation

Example of extending Clang and SPARC backend with custom instructions in LLVM.

Awesome Lists containing this project

README

        

# llvm-example
Example of extending Clang and SPARC backend with custom instructions in LLVM.
```sh
$ ./set_env.sh
$ ./apply_patch.sh
$ ./build.sh
$ ./test.sh
```