| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix data layout issue on Windows; Remove unused loads in SSA | gingerBill | 2019-02-10 | 1 | -0/+1 |
| * | `array_make` | gingerBill | 2018-02-25 | 1 | -2/+2 |
| * | Use Array<irValue *> in ir.cpp | gingerBill | 2018-02-25 | 1 | -1/+1 |
| * | Add basic debug information needed for stepping over code | gingerBill | 2018-01-18 | 1 | -1/+1 |
| * | Extra type safety; Fix typos | Ginger Bill | 2017-07-31 | 1 | -2/+2 |
| * | Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions | Ginger Bill | 2017-07-06 | 1 | -12/+12 |
| * | Compiler compiles for x86 (doesn't work properly) | Ginger Bill | 2017-06-19 | 1 | -0/+3 |
| * | Remove unnecessary `typedef` usage | Ginger Bill | 2017-06-08 | 1 | -6/+6 |
| * | Use templated `Array` with bounds checking | Ginger Bill | 2017-06-08 | 1 | -37/+37 |
| * | Build as C++ | Ginger Bill | 2017-06-08 | 1 | -0/+491 |