aboutsummaryrefslogtreecommitdiff
path: root/src/ir_opt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete ir.cpp and related filesgingerBill2021-04-251-495/+0
* Fix data layout issue on Windows; Remove unused loads in SSAgingerBill2019-02-101-0/+1
* `array_make`gingerBill2018-02-251-2/+2
* Use Array<irValue *> in ir.cppgingerBill2018-02-251-1/+1
* Add basic debug information needed for stepping over codegingerBill2018-01-181-1/+1
* Extra type safety; Fix typosGinger Bill2017-07-311-2/+2
* Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functionsGinger Bill2017-07-061-12/+12
* Compiler compiles for x86 (doesn't work properly)Ginger Bill2017-06-191-0/+3
* Remove unnecessary `typedef` usageGinger Bill2017-06-081-6/+6
* Use templated `Array` with bounds checkingGinger Bill2017-06-081-37/+37
* Build as C++Ginger Bill2017-06-081-0/+491