aboutsummaryrefslogtreecommitdiff
path: root/src/ir.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Parallelize per file rather than per packagegingerBill2018-05-281-5/+5
* Clean up name mangling by using unique package names per projectgingerBill2018-05-271-11/+56
* Reorganize `runtime` packagegingerBill2018-05-271-6/+22
* Move ODIN_* platform constants to `core:os`gingerBill2018-05-271-12/+2
* IR now builds with the new package systemgingerBill2018-05-271-4/+23
* Remove code relating to default struct valuesgingerBill2018-05-201-94/+0
* Allow for NO_DEFAULT_STRUCT_VALUESgingerBill2018-05-131-1/+1
* Fix issues with exact integer bounds and remove dead codegingerBill2018-05-131-12/+13
* Add `typeid` to `Type_Info` structgingerBill2018-05-131-15/+15
* Fix default initialized values for globals (#217)gingerBill2018-05-121-41/+59
* Use `__type_info_of` internallygingerBill2018-05-121-2/+4
* `type_info_of` allows `typeid`; `typeid_of` allows `^Type_Info`; Otherwise on...gingerBill2018-05-121-4/+21
* Make `any` use `typeid` rather than `^Type_Info`gingerBill2018-05-121-33/+41
* `typeid`gingerBill2018-05-121-0/+11
* Minimal Type Info Dependency handlinggingerBill2018-05-121-6/+36
* Improve minimal dependency systemgingerBill2018-05-121-38/+33
* Move cycle checking to much earlier on in the semantic stagegingerBill2018-03-231-42/+32
* Remove allocator parameter to `types.cpp` functionsgingerBill2018-03-231-134/+133
* `__args__: []cstring`gingerBill2018-03-041-6/+4
* Add `unselector_expr`gingerBill2018-03-041-5/+2
* Fix `using` determination ordergingerBill2018-03-031-4/+4
* Make irGen.output_base use full path rather than relativegingerBill2018-03-031-1/+3
* Fix comparison against `nil` for `cstring`gingerBill2018-02-281-2/+8
* `cstring`gingerBill2018-02-281-1/+28
* More code tidying with `Array`gingerBill2018-02-251-16/+14
* `array_make`gingerBill2018-02-251-95/+45
* Use Array<irValue *> in ir.cppgingerBill2018-02-251-84/+87
* Fix ir_emit_slice_bounds_checkgingerBill2018-02-251-1/+1
* Minor code reorganizationgingerBill2018-02-251-0/+1
* Fix slice bounds checkinggingerBill2018-02-251-25/+30
* `-out` and generate executable in the current working directorygingerBill2018-02-251-7/+18
* fixed issues with uninitialized contextsBrendan Punsky2018-02-241-0/+6
* auto_castgingerBill2018-02-181-0/+8
* Fix compile time issue regarding switch rangesgingerBill2018-02-171-22/+12
* #complete switch; Removal of dyncallgingerBill2018-02-171-8/+7
* Fix `make`gingerBill2018-02-111-2/+5
* Fix zero value initialization in IRgingerBill2018-02-111-13/+11
* Change local variable alignment to 16 bytes for the time beinggingerBill2018-02-051-1/+3
* Minor `context` fixgingerBill2018-02-051-13/+22
* Add extra check to ir_emit_zero_initgingerBill2018-02-051-1/+3
* Add extra zero init for IRgingerBill2018-01-311-4/+4
* Reduce type info data size in IRgingerBill2018-01-281-15/+4
* Improve min-dep for Type InfogingerBill2018-01-281-3/+2
* Add ir_emit_store_union_variant to reduce alloca usegingerBill2018-01-281-12/+18
* Add ODIN_DEBUGgingerBill2018-01-281-1/+1
* Fix minimum dependency generation for foreign entitiesgingerBill2018-01-281-20/+38
* Fix nested `defer` blocksgingerBill2018-01-211-1/+1
* Fix boolean castinggingerBill2018-01-211-9/+2
* Cache type size/align; Improve speed of ir_print.cppgingerBill2018-01-201-1/+4
* Fix empty union IR buggingerBill2018-01-191-2/+5