aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap7.adb
Commit message (Expand)AuthorAgeFilesLines
...
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-051-1/+1
* vhdl: move canon to a vhdl child package.Tristan Gingold2019-05-051-2/+2
* vhdl/translate: check_composite_match: rename and handle records.Tristan Gingold2019-05-031-9/+7
* vhdl: fix crash on access subtype. Fix #797Tristan Gingold2019-04-151-1/+2
* Remove a redundant conversion.Tristan Gingold2019-02-281-1/+1
* translation of aggregate: use the target type. For #737Tristan Gingold2019-01-171-1/+1
* translation: minor refactoring.Tristan Gingold2019-01-171-12/+13
* trans-chap7: add implicit conversion for unbounded arrays.Tristan Gingold2019-01-111-1/+8
* trans-chap7: fix translation of aggregate element in named aggregates.Tristan Gingold2019-01-041-47/+89
* sem_expr: do not reorder choices, adjust for consequences.Tristan Gingold2019-01-021-7/+10
* Preliminary support of dynamically unbounded elements in aggregates.Tristan Gingold2018-12-121-19/+171
* translate: renaming of Kind_Expr/Get_Ortho_Expr.Tristan Gingold2018-12-111-8/+8
* translate: renaming, support constrained unbounded record aggregates.Tristan Gingold2018-12-071-6/+3
* translate: handle unbounded aggregate for signal target.Tristan Gingold2018-12-031-0/+66
* translate: refactoring.Tristan Gingold2018-11-201-11/+26
* translate: minor refactoring.Tristan Gingold2018-11-191-3/+1
* Fix overflow detection for **, implement ** for i64.Tristan Gingold2018-11-141-5/+18
* trans-chap7: fix overflow in vhdl 08 array aggregate.Tristan Gingold2018-11-121-4/+13
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-211-30/+26
* Add reproducer for #643Tristan Gingold2018-09-231-0/+2
* aggregates (2008): support array expressionTristan Gingold2018-09-231-4/+19
* Improve doc, fix English typo.Tristan Gingold2018-09-231-1/+1
* Add -Wothers warning.Tristan Gingold2018-09-231-11/+8
* Add Warnid_Static, detect incorrect use of others in aggregate.Tristan Gingold2018-09-221-2/+4
* Add Get/Set_Choice_Position (WIP).Tristan Gingold2018-09-201-1/+0
* trans-chap7: refactoring for aggregates.Tristan Gingold2018-09-111-161/+188
* trans-chap7: refactoring for aggregates.Tristan Gingold2018-09-101-66/+72
* trans-chap7: use get_index_type. Fix #635Tristan Gingold2018-08-161-2/+1
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-10/+0
* Fix bounds of unconstrained strings.Tristan Gingold2018-04-111-2/+2
* translate: remove other use of Nam_Buffer.Tristan Gingold2018-01-201-6/+3
* Translate; properly separates translation of types from translation of subtypes.Tristan Gingold2018-01-171-6/+7
* Rework array/record type mode to improve support of constrained records.Tristan Gingold2018-01-111-25/+21
* WIP: index arrays of unbounded elements.Tristan Gingold2018-01-111-4/+2
* WIP: arrays of unbounded type.Tristan Gingold2018-01-111-9/+17
* Abstract Translate_Enumeration_LiteralTristan Gingold2017-11-161-10/+12
* Use flist for enumerations.Tristan Gingold2017-11-071-11/+11
* Use Flist for records.Tristan Gingold2017-11-071-13/+9
* Use Flist for simple_aggregate.Tristan Gingold2017-11-071-3/+2
* Use Flist for array indexes.Tristan Gingold2017-11-061-13/+11
* Rename Allocate_Fat_Array_Base to Allocate_Unbounded_Composite_Base.Tristan Gingold2017-10-281-4/+5
* translate: renaming.Tristan Gingold2017-06-211-23/+24
* translate: separate spec and body translation for implicit subprograms.Tristan Gingold2017-05-171-186/+324
* translation: save operator argument declarations into infos.Tristan Gingold2017-05-121-95/+105
* translate: add specific infos for implicit subprograms.Tristan Gingold2017-05-121-55/+67
* Create default value for ports.Tristan Gingold2017-05-091-13/+2
* vhdl08: unbounded records - WIPTristan Gingold2017-02-171-9/+19
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-121-18/+70
* WIP: unbounded records (set record subtype staticness)Tristan Gingold2017-01-311-9/+61
* evaluation: handle vector minimum and maximum.Tristan Gingold2017-01-181-2/+2