Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philipturnbull/llvm-mca
Generate marker comments for LLVM's Machine Code Analyzer
https://github.com/philipturnbull/llvm-mca
llvm rust
Last synced: about 1 month ago
JSON representation
Generate marker comments for LLVM's Machine Code Analyzer
- Host: GitHub
- URL: https://github.com/philipturnbull/llvm-mca
- Owner: philipturnbull
- License: apache-2.0
- Created: 2024-11-07T22:37:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T21:02:46.000Z (about 2 months ago)
- Last Synced: 2024-12-07T22:17:08.416Z (about 2 months ago)
- Topics: llvm, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `llvm-mca`
Rust crates to generate marker comments for [LLVM's Machine Code Analyzer](https://llvm.org/docs/CommandGuide/llvm-mca.html).
* [`llvm-mca`](llvm-mca/README.md): Macros to generate markers for specific code blocks.
* [`llvm-mca-macros`](llvm-mca-macros/README.md): Procedural macros to generate markers for whole functions.