Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Actually compile to an object file | tomsmeding | 2017-01-26 |
* | Also fix stores... See HEAD^ | tomsmeding | 2017-01-26 |
* | Fix a VERY elusive segfault. | tomsmeding | 2017-01-26 |
* | Handle returns (this segfaults llvm-general...) | tomsmeding | 2017-01-26 |
* | Global variables, and fix working with alloca | tomsmeding | 2017-01-26 |
* | cleanupTrampolines | tomsmeding | 2017-01-26 |
* | type-o | tomsmeding | 2017-01-26 |
* | Compile simple expressions | tomsmeding | 2017-01-25 |
* | Compile to LLVM IR | tomsmeding | 2017-01-24 |
* | Codegen single literal int | tomsmeding | 2017-01-24 |
* | Can codegen a simple variable declaration | tomsmeding | 2017-01-24 |
* | Generate code for global variables | tomsmeding | 2017-01-24 |
* | Fix type parsing and not supporting capital letters | tomsmeding | 2017-01-23 |
* | Name generator monad test code | tomsmeding | 2017-01-23 |
* | Add block.nl | tomsmeding | 2017-01-23 |
* | Code now typechecks | tomsmeding | 2017-01-23 |
* | Initial -- dump of stuff | tomsmeding | 2017-01-20 |