aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap3.adb
Commit message (Collapse)AuthorAgeFilesLines
...
* WIP: unbounded arrays. Handle #459Tristan Gingold2018-01-301-37/+86
|
* translation: WIP for unbounded arrays.Tristan Gingold2018-01-181-26/+29
|
* Translate: minor cleanup.Tristan Gingold2018-01-171-22/+6
|
* Translate; properly separates translation of types from translation of subtypes.Tristan Gingold2018-01-171-72/+140
|
* WIP: array translation for unbounded arrays.Tristan Gingold2018-01-141-5/+35
|
* Rework array/record type mode to improve support of constrained records.Tristan Gingold2018-01-111-38/+48
|
* WIP: index arrays of unbounded elements.Tristan Gingold2018-01-111-11/+70
|
* WIP: arrays of unbounded type.Tristan Gingold2018-01-111-15/+87
|
* trans-chap3: remove useless element translation.Tristan Gingold2018-01-041-5/+1
|
* WIP: add el size and bounds to unbounded arrays.Tristan Gingold2018-01-021-0/+12
|
* Fix test failure on unbounded record element due to wrong alignment.Tristan Gingold2017-12-201-2/+10
|
* Fix unbounded record subtype.Tristan Gingold2017-12-181-29/+40
| | | | Can now build uvvm 2.4.1
* trans-chap3: unbox recod in Get_Composite_Base.Tristan Gingold2017-11-271-3/+4
| | | | Fix #467
* Use flist for enumerations.Tristan Gingold2017-11-071-4/+3
|
* Use Flist for records.Tristan Gingold2017-11-071-47/+33
|
* Use Flist for array indexes.Tristan Gingold2017-11-061-31/+22
|
* Are_Bounds_Locally_Static: add comment, do what it is described.Tristan Gingold2017-11-051-0/+1
|
* Handle complex subtype in unbounded records.Tristan Gingold2017-11-051-39/+41
|
* Improve code for alignment.Tristan Gingold2017-11-041-20/+7
|
* Adjust previous realign patch: also adjust size variable computation.Tristan Gingold2017-11-011-6/+9
|
* translate: realign base in sigbuilder for unbounded records.Tristan Gingold2017-11-011-8/+15
|
* translate: handle dynamic individual association (records only).Tristan Gingold2017-10-291-10/+6
|
* trans-chap3: abstraction and reformatting.Tristan Gingold2017-10-281-32/+33
|
* Rename Allocate_Fat_Array_Base to Allocate_Unbounded_Composite_Base.Tristan Gingold2017-10-281-5/+5
|
* Translation: consider big arrays as non-static.Tristan Gingold2017-07-271-1/+12
| | | | Fix #392
* trans-chap3: factorize code to translate array element.Tristan Gingold2017-06-281-44/+14
| | | | Fix #376
* translate: renaming.Tristan Gingold2017-06-211-9/+9
|
* translate: factorize code.Tristan Gingold2017-06-211-4/+2
|
* Follow-up for #370Tristan Gingold2017-06-211-20/+35
|
* Translate: use create_temp for create_record_type_builder.Tristan Gingold2017-06-191-5/+3
| | | | Fix #370
* Check bounds for real.Tristan Gingold2017-06-141-10/+2
| | | | Fix #368
* trans-chap3.adb: constify.Tristan Gingold2017-06-141-12/+7
|
* translate: avoid to duplicate range_var.Tristan Gingold2017-05-211-16/+53
| | | | Fix #349
* wip: rework subprogram translation.Tristan Gingold2017-05-181-11/+26
|
* Translation: separate subprogram translation spec and body.Tristan Gingold2017-05-181-47/+55
|
* vhdl08: unbounded records (WIP - individual association)Tristan Gingold2017-03-091-8/+13
|
* unbounded records: add rti support (WIP)Tristan Gingold2017-02-211-0/+2
|
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-211-17/+47
|
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-121-48/+128
|
* WIP: unbounded records (set record subtype staticness)Tristan Gingold2017-01-311-23/+27
|
* WIP: translate size of unbounded records.Tristan Gingold2017-01-231-6/+56
|
* wip for unbounded records.Tristan Gingold2017-01-161-13/+86
|
* WIP for unconstrained records.Tristan Gingold2017-01-131-10/+28
|
* translate: WIP - refactoring for unbounded records.Tristan Gingold2017-01-021-103/+168
|
* iirs_utils: reimplement Are_Bounds_Locally_Static.Tristan Gingold2017-01-021-44/+22
|
* translate: remove unused align_var variable.Tristan Gingold2017-01-021-8/+1
|
* translate: WIP for unbounded records.Tristan Gingold2017-01-021-5/+38
|
* iirs: renames Iir_Kinds_Scalar_Type_DefinitionTristan Gingold2017-01-021-6/+6
|
* translate: refactoring for unbounded types.Tristan Gingold2017-01-021-38/+56
|
* translate: rename get_array_base to get_composite_baseTristan Gingold2017-01-021-8/+10
|