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

https://github.com/dtcxzyw/llvm-inst-db

Instruction database extracted from LLVM source
https://github.com/dtcxzyw/llvm-inst-db

asmjit assembler assembly compiler decompiler disassembler emulator isa llvm qemu

Last synced: 3 months ago
JSON representation

Instruction database extracted from LLVM source

Awesome Lists containing this project

README

          

# llvm-inst-db
This is an instruction database extracted from LLVM source. It allows you to reuse existing instruction information defined by LLVM td files.

I don't know what is the usefulness of this database. It might help you rapid prototype a compiler/assembler/disassembler/... (without the dependency of LLVM).

View the instruction documentation here: https://dtcxzyw.github.io/llvm-inst-db.
The database (in json format) is available at the artifact of the latest GH action: https://github.com/dtcxzyw/llvm-inst-db/actions/workflows/deploy.yml.

## License

This project is licensed under the [Apache 2.0 License](LICENSE).