https://github.com/willkirkmanm/llvm-viewer
An LLVM IR viewer, featuring syntax highlighting, symbol navigation, and error handling for LLVM Intermediate Representation files. Ideal for compiler developers, reverse engineers, and anyone exploring IR-level code.
https://github.com/willkirkmanm/llvm-viewer
compiler-explorer immediate-reprersentation llvm llvm-ir llvmlite lowlevel parsonlabs
Last synced: about 1 month ago
JSON representation
An LLVM IR viewer, featuring syntax highlighting, symbol navigation, and error handling for LLVM Intermediate Representation files. Ideal for compiler developers, reverse engineers, and anyone exploring IR-level code.
- Host: GitHub
- URL: https://github.com/willkirkmanm/llvm-viewer
- Owner: WillKirkmanM
- Created: 2025-06-09T19:40:26.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-09T19:46:42.000Z (12 months ago)
- Last Synced: 2025-06-19T01:02:12.715Z (12 months ago)
- Topics: compiler-explorer, immediate-reprersentation, llvm, llvm-ir, llvmlite, lowlevel, parsonlabs
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LLVM Viewer
An LLVM IR viewer, featuring syntax highlighting, symbol navigation, and error handling for LLVM Intermediate Representation files. Ideal for compiler developers, reverse engineers, anyone exploring IR-level code.