Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ortho: for slices, get element size from the result type | Tristan Gingold | 2021-09-14 | 1 | -1/+10 |
| | | | | | | and not from the object type. Fix #1862 | ||||
* | ortho/gcc: adjust and propagate to all gcc versions the change for #1845 | Tristan Gingold | 2021-08-25 | 1 | -1/+1 |
| | |||||
* | ghdldrv: handle auxbase option in ortho/gcc. Fix #1845 | Tristan Gingold | 2021-08-24 | 1 | -0/+16 |
| | | | | | Remove additional option in ghdldrv.adb, automatically set aux_base_name in ortho-lang-9.c | ||||
* | ortho/gcc, ortho/llvm: do not allocate space for unbounded fields. Fix #1764 | Tristan Gingold | 2021-05-18 | 1 | -0/+11 |
| | |||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+10 |
| | |||||
* | ortho: add unbounded records, rework array subtypes. | Tristan Gingold | 2020-07-25 | 1 | -4/+49 |
| | |||||
* | ortho/gcc: build vector types in type_for_mode. Fix #1384 | Tristan Gingold | 2020-06-30 | 1 | -0/+8 |
| | |||||
* | ortho/gcc/ortho-lang-9.c: fix crash with -O | Tristan Gingold | 2020-06-27 | 1 | -16/+38 |
| | | | | | Was incomplete array type for array_range_ref. For #1377 | ||||
* | src/ortho: add new_convert. | Tristan Gingold | 2020-06-17 | 1 | -1/+7 |
| | |||||
* | ortho: add a length parameter to start_array_aggr. | Tristan Gingold | 2020-05-28 | 1 | -17/+19 |
| | |||||
* | Add support for gcc-9.x | Tristan Gingold | 2019-05-06 | 1 | -0/+2168 |