| Commit message (Expand) | Author | Age | Files | Lines |
* | trans-chap3: improve comment | Tristan Gingold | 2021-09-14 | 1 | -4/+4 |
* | ortho: for slices, get element size from the result type | Tristan Gingold | 2021-09-14 | 1 | -0/+4 |
* | trans-chap3: add a stride parameter to index_array. For #1831 | Tristan Gingold | 2021-09-07 | 1 | -16/+17 |
* | vhdl/translate: adjust slice names for unbounded arrays. Fir #1836 | Tristan Gingold | 2021-09-03 | 1 | -1/+14 |
* | vhdl-evaluation: check integer evaluations fit in base type. Fix #1834 | Tristan Gingold | 2021-08-26 | 1 | -4/+9 |
* | trans-chap3: handle (ignore) use clauses in protected types. Fix #1833 | Tristan Gingold | 2021-08-14 | 1 | -1/+2 |
* | trans-chap3: do not create same range_var for enumeration subtype. | Tristan Gingold | 2021-08-06 | 1 | -27/+41 |
* | vhdl: adjust ownership of agrgegate element subtypes. Fix #1419 | Tristan Gingold | 2021-08-05 | 1 | -12/+28 |
* | trans-chap3: add comments | Tristan Gingold | 2021-06-07 | 1 | -2/+10 |
* | vhdl-evaluation.adb: use is_overflow_literal. | Tristan Gingold | 2021-02-11 | 1 | -0/+3 |
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
* | trans-chap3: also compute the size of record constraints for unbounded subtypes | Tristan Gingold | 2020-12-31 | 1 | -2/+23 |
* | trans-chap3: compute size of subelements for unconstrained parent subtypes | Tristan Gingold | 2020-12-29 | 1 | -8/+39 |
* | translate: minor changes. | Tristan Gingold | 2020-08-04 | 1 | -1/+1 |
* | translate: add a function to get allocation kind of layout var. | Tristan Gingold | 2020-07-29 | 1 | -0/+10 |
* | translate: fix foreach_non_composite for arrays with unbounded elements. | Tristan Gingold | 2020-07-27 | 1 | -4/+5 |
* | translate: handle slice of arrays with unbounded elements. | Tristan Gingold | 2020-07-27 | 1 | -7/+19 |
* | trans-chap3: renaming to clarify parameters. | Tristan Gingold | 2020-07-27 | 1 | -7/+7 |
* | trans-chap3: copy array subtype bounds from parent if derived | Tristan Gingold | 2020-07-25 | 1 | -12/+32 |
* | vhdl/translate: add comments. | Tristan Gingold | 2020-07-25 | 1 | -7/+11 |
* | trans-chap3: handle constant subtype indication. | Tristan Gingold | 2020-07-25 | 1 | -22/+27 |
* | trans: propagate parent_type changes. | Tristan Gingold | 2020-07-25 | 1 | -35/+24 |
* | trans-chap3: do not rewrite layout bounds when constant. | Tristan Gingold | 2020-07-25 | 1 | -0/+5 |
* | translate: improve support of unbounded records and arrays. | Tristan Gingold | 2020-07-25 | 1 | -423/+429 |
* | ortho: add unbounded records, rework array subtypes. | Tristan Gingold | 2020-07-25 | 1 | -2/+3 |
* | trans-chap3: fix handling of unbounded element subtype | Tristan Gingold | 2020-07-01 | 1 | -6/+12 |
* | trans-chap3: propagate object kind to bounds mnode. Fix #1376 | Tristan Gingold | 2020-06-27 | 1 | -1/+1 |
* | vhdl/translate: add support for subtype attribute. For #641 | Tristan Gingold | 2020-06-25 | 1 | -14/+15 |
* | vhdl/translate: rework object type elaboration. For #641 | Tristan Gingold | 2020-06-24 | 1 | -15/+57 |
* | vhdl: add ghdl_integer_index_check_failed. For #1257 | Tristan Gingold | 2020-06-17 | 1 | -1/+1 |
* | ortho: add a length parameter to start_array_aggr. | Tristan Gingold | 2020-05-28 | 1 | -2/+8 |
* | trans-chap3: factorize code. | Tristan Gingold | 2020-05-15 | 1 | -11/+1 |
* | vhdl-utils: factorize Get_File_Signature. | Tristan Gingold | 2020-05-15 | 1 | -68/+0 |
* | vhdl: translate_record_subtype: inherit from parent type | Tristan Gingold | 2020-05-12 | 1 | -18/+24 |
* | evaluation: weaken error for out of bound static value. | Tristan Gingold | 2020-04-22 | 1 | -4/+4 |
* | vhdl: allow attribute specifications in protected types. For #1252 | Tristan Gingold | 2020-04-20 | 1 | -1/+3 |
* | types: introduce Direction_Type, which replaces Iir_Direction. | Tristan Gingold | 2020-04-20 | 1 | -10/+8 |
* | vhdl: add scalar_size. Size of scalar types is computed during analysis. | Tristan Gingold | 2020-04-06 | 1 | -33/+10 |
* | translate: add Convert_Array_Base. For #1038 | Tristan Gingold | 2020-01-27 | 1 | -6/+22 |
* | vhdl/translate: minor refactoring. | Tristan Gingold | 2020-01-06 | 1 | -39/+41 |
* | vhdl: fix multiple reference in trans-chap3. | Tristan Gingold | 2020-01-06 | 1 | -2/+6 |
* | vhdl/translate: handle more partially constrained array subtypes. For #1038 | Tristan Gingold | 2020-01-06 | 1 | -0/+3 |
* | trans-chap3: improve style. | Tristan Gingold | 2019-05-23 | 1 | -3/+2 |
* | vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64. | Tristan Gingold | 2019-05-10 | 1 | -12/+12 |
* | vhdl: extract vhdl.errors from errorout. | Tristan Gingold | 2019-05-08 | 1 | -1/+1 |
* | vhdl: move iirs_utils to vhdl.utils | Tristan Gingold | 2019-05-06 | 1 | -1/+1 |
* | vhdl: move evaluation to vhdl child. | Tristan Gingold | 2019-05-05 | 1 | -1/+1 |
* | vhdl: do not crash on 64 bit null range. | Tristan Gingold | 2019-05-03 | 1 | -1/+3 |
* | vhdl/translate: check_composite_match: rename and handle records. | Tristan Gingold | 2019-05-03 | 1 | -45/+181 |
* | trans-chap3: save base type for constrained arrays. | Tristan Gingold | 2019-01-12 | 1 | -0/+2 |