aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap8.adb
Commit message (Expand)AuthorAgeFilesLines
...
* sem_expr: allow non-static length aggregate.Tristan Gingold2018-11-281-1/+5
* issue610 - follow up: also handle signal assignment.Tristan Gingold2018-11-211-20/+46
* translate: minor refactoring.Tristan Gingold2018-11-211-6/+5
* translate: refactoring.Tristan Gingold2018-11-201-21/+25
* Handle assignment of aggregate to an unbounded variable.Tristan Gingold2018-11-201-6/+31
* Avoid stack allocation for large arrays.Tristan Gingold2018-11-191-20/+41
* vhdl/translate: improve support of unbounded arrays.Tristan Gingold2018-11-091-4/+4
* Add bound checks on signal assignment.Tristan Gingold2018-11-071-41/+76
* trans: adjust previous patchTristan Gingold2018-10-241-1/+6
* translate chap8: layout base bounds for unbounded individual assoc.Tristan Gingold2018-10-241-0/+5
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-211-2/+3
* trans-chap8: handle array elements in target aggregate.Tristan Gingold2018-09-151-6/+23
* aggregates: WIP for association with arrays.Tristan Gingold2018-09-151-1/+0
* Translate; properly separates translation of types from translation of subtypes.Tristan Gingold2018-01-171-3/+3
* Rework array/record type mode to improve support of constrained records.Tristan Gingold2018-01-111-9/+9
* Fix missing open_temp/close_temp for selected sequential signal assignment.Tristan Gingold2017-11-171-2/+3
* Use flist for enumerations.Tristan Gingold2017-11-071-2/+2
* Use Flist for records.Tristan Gingold2017-11-071-5/+4
* Use Flist for array indexes.Tristan Gingold2017-11-061-1/+1
* trans-chap8: remove duplicate and incorrect base allocation.Tristan Gingold2017-11-021-3/+6
* translate: handle dynamic individual association (records only).Tristan Gingold2017-10-291-50/+161
* Rename Allocate_Fat_Array_Base to Allocate_Unbounded_Composite_Base.Tristan Gingold2017-10-281-1/+1
* trans-chap8: preliminary work: reformatting.Tristan Gingold2017-10-281-359/+364
* trans-chap8: minor refactoring.Tristan Gingold2017-10-261-3/+6
* vhdl2008: add support for 'unbounded' case statements.Tristan Gingold2017-10-151-19/+48
* Improved error reporting, Issue #26Brian Drummond2017-10-061-0/+2
* Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.Tristan Gingold2017-09-131-2/+2
* translate: renaming.Tristan Gingold2017-06-211-3/+4
* Do_Conversion: pass a real location.Tristan Gingold2017-06-181-1/+1
* Allocate dynamic object in suspended procedures on stack2.Tristan Gingold2017-06-161-2/+2
* translation: renames Ortho_Func to Subprg_Node for consistency.Tristan Gingold2017-05-121-2/+2
* translate: add specific infos for implicit subprograms.Tristan Gingold2017-05-121-11/+11
* sem_inst: remove assert that prevented nested instantiation.Tristan Gingold2017-05-121-0/+1
* Create default value for ports.Tristan Gingold2017-05-091-25/+3
* vhdl08: unbounded records - WIPTristan Gingold2017-02-171-1/+1
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-121-2/+2
* WIP: unbounded records (set record subtype staticness)Tristan Gingold2017-01-311-1/+1
* iirs: renames Iir_Kinds_Scalar_Type_DefinitionTristan Gingold2017-01-021-1/+1
* translate: rename get_array_base to get_composite_baseTristan Gingold2017-01-021-5/+5
* translate: refactoring for ortho_info_type.Tristan Gingold2016-12-301-16/+16
* translate: add unbounded records type_mode (WIP)Tristan Gingold2016-12-261-12/+15
* trans-chap8: adjust to handle non statically built static aggregate.Tristan Gingold2016-12-221-5/+5
* trans-chap8: fix incorrect declare block nesting.Tristan Gingold2016-12-171-0/+2
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-3/+4
* vhdl08: allow unaffected in sequential signal assignments.Tristan Gingold2016-11-011-0/+7
* Add translation for selected signal assignment.Tristan Gingold2016-11-011-50/+180
* translation of case: rewrite as generic code (preliminary work).Tristan Gingold2016-11-011-96/+78
* canon: do not set formal of association by position.Tristan Gingold2016-10-191-86/+87
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-3/+3
* vhdl08: add support of case-generate statementTristan Gingold2016-07-071-2/+1