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

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

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?)