https://github.com/halosghost/llvm_ir
A set of experiments as I learn some of the ins and outs of LLVM IR
https://github.com/halosghost/llvm_ir
Last synced: about 1 year ago
JSON representation
A set of experiments as I learn some of the ins and outs of LLVM IR
- Host: GitHub
- URL: https://github.com/halosghost/llvm_ir
- Owner: HalosGhost
- License: isc
- Created: 2015-03-04T23:40:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T14:39:44.000Z (over 10 years ago)
- Last Synced: 2025-06-25T09:03:38.908Z (about 1 year ago)
- Language: LLVM
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
LLVM IR
=======
This repository is just a place where I shall keep some small experiments as I learn to code in pure LLVM Intermediate Representation.
As this repo is meant to be a way for me to learn the ropes, PRs adding examples will likely not be accepted; however, issues highlighting flaws with my exercises or suggesting improvements will definitely be reviewed and addressed!
To Do
-----
* [X] "Hello, World!"
* [X] FizzBuzz
* [-] Fibonacci Sequence Generator
* [ ] Something that plays around with llvm's arbitrary-width integers
* [ ] ``hr`` (à la `hr `_)
* [ ] Basic ``echo`` command
* [ ] Basic ``cat`` command
* [-] BrainFuck(++) compiler (JIT?)