aboutsummaryrefslogtreecommitdiff
path: root/src/ir_print.c
Commit message (Expand)AuthorAgeFilesLines
* v0.1.1v0.1.1Ginger Bill2017-02-241-4/+4
* Fix minor bugs in IR for slicesGinger Bill2017-02-231-3/+1
* A decent union type with common fields and variantsGinger Bill2017-02-211-1/+1
* Change ternary expression precedenceGinger Bill2017-02-181-9/+45
* Use a global to store the build context informationGinger Bill2017-02-121-15/+19
* Record type field `names`Ginger Bill2017-02-121-1/+4
* Remove Maybe type; Enum `names`Ginger Bill2017-02-101-21/+0
* Begin writing dynamic map procs and fix `using` bug in IRGinger Bill2017-02-051-9/+2
* Add `types.odin`; Begin work on `map`Ginger Bill2017-02-051-0/+12
* Custom struct alignmentGinger Bill2017-02-051-2/+23
* Change vector memory layout and operations; `for in` vector.Ginger Bill2017-01-301-67/+84
* Dynamic arraysGinger Bill2017-01-291-0/+7
* Fix pointer differences (issue #11); remove #dll_importGinger Bill2017-01-261-3/+3
* Change casting syntax: `cast(T)x` `transmute(T)x` et al.Ginger Bill2017-01-251-10/+0
* Fix issue #8 - https://github.com/gingerBill/Odin/issues/8Ginger Bill2017-01-201-1/+1
* Fix issue #10Ginger Bill2017-01-201-33/+34
* Best viable overloading procedure algorithm; `no_alias`; call expr style castsGinger Bill2017-01-171-0/+6
* Fix SUBSYSTEM for link.exev0.0.5aGinger Bill2017-01-051-0/+1
* Rename llir -> irGinger Bill2017-01-041-0/+1515