aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
Commit message (Expand)AuthorAgeFilesLines
* ssa - alloca all variables at the very startGinger Bill2016-09-152-16/+78
* #import "" as namespaceGinger Bill2016-09-143-38/+68
* Basic module system (only file namespacing)Ginger Bill2016-09-141-3/+38
* Fix addressing modes for selectorsGinger Bill2016-09-131-1/+7
* Remove len(), cap() and replace with selectors; fix defer in matchGinger Bill2016-09-133-109/+65
* Fix array bounds checkingGinger Bill2016-09-122-122/+116
* Slice and substring bounds checkingGinger Bill2016-09-121-36/+90
* Switchable array bounds checkingGinger Bill2016-09-122-33/+134
* Some global init cleanup; `volatile` typesGinger Bill2016-09-123-94/+127
* Default struct member reordering for minimal sizeGinger Bill2016-09-101-4/+7
* Begin reording of struct members by default.Ginger Bill2016-09-092-45/+133
* Remove duplicates in type info data.Ginger Bill2016-09-092-36/+139
* Fix match statements for the new AstNodeArray typeGinger Bill2016-09-081-2/+2
* Fix missing `type_info` with manual linear searchGinger Bill2016-09-081-7/+17
* Slice variadic expansion `..`Ginger Bill2016-09-071-6/+9
* Remove AstNode linked lists and replace with arraysGinger Bill2016-09-071-117/+103
* Basic variadic `print` procedureGinger Bill2016-09-073-6/+6
* `any` typeGinger Bill2016-09-072-8/+78
* Begin Type_InfoGinger Bill2016-09-073-83/+211
* Speed up SSA generation and clang compilationGinger Bill2016-09-053-38/+90
* Tagged unions memory layout change; begin demo 002Ginger Bill2016-09-043-39/+61
* Type match statement for tagged unionsGinger Bill2016-09-043-36/+263
* Fix type system in SSA generationGinger Bill2016-09-032-199/+160
* Start implementing Tagged UnionsGinger Bill2016-09-032-3/+36
* Typesafe variadic proceduresGinger Bill2016-09-032-6/+62
* Runtime assertGinger Bill2016-09-021-12/+60
* min, max, absGinger Bill2016-09-021-1/+31
* Match statements; Type System change (Type_Record for all sum and product types)Ginger Bill2016-09-013-53/+170
* Fix subtype polymorphismGinger Bill2016-08-311-13/+30
* `down_cast`Ginger Bill2016-08-311-4/+25
* Subtyping Polymorphic arguments; `using` procedure parametersGinger Bill2016-08-301-43/+115
* Better `using`; foreign system libraries; optional semicolonsGinger Bill2016-08-301-1/+36
* Begin "Everything's a namespace"Ginger Bill2016-08-303-27/+48
* new, new_slice, deleteGinger Bill2016-08-281-3/+84
* Pointer arithmetic builtin proceduresGinger Bill2016-08-271-14/+71
* `using` on struct/union fieldsGinger Bill2016-08-241-24/+36
* Untagged (unsafe) unions and unambiguous in|postfix notation.Ginger Bill2016-08-242-70/+84
* Integer EnumerationsgingerBill2016-08-222-4/+7
* File Library and TypeDecl syntax changegingerBill2016-08-222-20/+16
* Implicit Context and #thread_localgingerBill2016-08-193-449/+411
* Initial Demo001 code for tour of languageGinger Bill2016-08-192-28/+49
* Remove print(ln) and fix swizzlegingerBill2016-08-192-11/+5
* print_(f32|f64)Ginger Bill2016-08-181-5/+3
* Remove scalar*vector; swizzle; broadcastgingerBill2016-08-172-4/+95
* Fix Scoping of proc type declsgingerBill2016-08-172-6/+14
* Fix automatic pointer deref for structures in SSAgingerBill2016-08-172-11/+17
* field = value, for structure literalsgingerBill2016-08-161-13/+27
* Win32 Demo: OpenGL ContextgingerBill2016-08-162-2/+15
* defer statementsgingerBill2016-08-163-59/+157
* Compile with odin.exe and no run.batgingerBill2016-08-162-6/+6