aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/gcc/ortho-lang-7.c
Commit message (Expand)AuthorAgeFilesLines
* ortho: for slices, get element size from the result typeTristan Gingold2021-09-141-1/+10
* ortho/gcc: adjust and propagate to all gcc versions the change for #1845Tristan Gingold2021-08-251-0/+16
* ortho/gcc, ortho/llvm: do not allocate space for unbounded fields. Fix #1764Tristan Gingold2021-05-181-0/+11
* update license headersumarcor2021-01-141-11/+10
* ortho: add unbounded records, rework array subtypes.Tristan Gingold2020-07-251-4/+49
* ortho/gcc: build vector types in type_for_mode. Fix #1384Tristan Gingold2020-06-301-0/+8
* ortho/gcc: apply previous patch to all gcc versions.Tristan Gingold2020-06-271-16/+38
* src/ortho: add new_convert.Tristan Gingold2020-06-171-1/+7
* ortho/gcc: convert boolean and enums to int on interfaces.Tristan Gingold2020-05-281-0/+2
* ortho: add a length parameter to start_array_aggr.Tristan Gingold2020-05-281-17/+19
* gcc-7: fix crash due to alias_set.Tristan Gingold2017-11-021-0/+12
* Add gcc 7.x as a backend.Tristan Gingold2017-05-211-0/+2153