Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/baygeldin/llvm-example
- Owner: baygeldin
- License: mit
- Created: 2016-10-29T20:15:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T01:20:54.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T05:03:16.512Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```