aboutsummaryrefslogtreecommitdiff
path: root/src/ir_print.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Compiler internal change: TypeRecord_Enum -> Type_EnumGinger Bill2017-07-101-3/+5
* Add `-show-timings`; Clean up polymorphic procedure code a bitGinger Bill2017-07-071-1/+1
* Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functionsGinger Bill2017-07-061-30/+26
* Disable polymorphic overloading in the global scopeGinger Bill2017-07-021-1/+2
* Remove `Type`Ginger Bill2017-06-291-6/+0
* Add `Type` -- Runtime type for comparing types (similar to TypeInfo but simpler)Ginger Bill2017-06-291-0/+6
* Make `AstNodeIdent` a struct wrapping its `Token`Ginger Bill2017-06-291-1/+1
* Fix IR printing for para-poly proceduresGinger Bill2017-06-261-30/+17
* Undef value `---` (for setting a value to be uninitialized/undefined)Ginger Bill2017-06-261-0/+4
* Rudimentary para-poly proceduresGinger Bill2017-06-251-4/+10
* Generic procedures generate types on useGinger Bill2017-06-251-7/+27
* Update old demosGinger Bill2017-06-211-4/+1
* Implicit Parameter Passing based `context` system (replacing Thread Local Sto...Ginger Bill2017-06-201-8/+30
* Compiler compiles for x86 (doesn't work properly)Ginger Bill2017-06-191-0/+2
* C-style `c_vararg`s (Not heavily tested)Ginger Bill2017-06-131-43/+95
* Use templated `Map` for extra type safetyGinger Bill2017-06-081-7/+7
* Remove unnecessary `typedef` usageGinger Bill2017-06-081-2/+2
* Use templated `Array` with bounds checkingGinger Bill2017-06-081-18/+18
* Update `String` to use overloadingGinger Bill2017-06-081-4/+4
* Build as C++Ginger Bill2017-06-081-0/+1768