aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Expand)AuthorAgeFilesLines
...
* Translation: set line number very early in subprograms.Tristan Gingold2017-05-222-4/+5
* translate: avoid to duplicate range_var.Tristan Gingold2017-05-212-17/+59
* Adjust previous patch: handle info instantiation for interface package.Tristan Gingold2017-05-192-31/+69
* trans-chap2: minor refactoring to clarify code.Tristan Gingold2017-05-181-11/+4
* Handle instantiation of protected types.Tristan Gingold2017-05-181-0/+38
* Add comment.Tristan Gingold2017-05-181-0/+20
* wip: rework subprogram translation.Tristan Gingold2017-05-186-101/+123
* Translation: separate subprogram translation spec and body.Tristan Gingold2017-05-188-81/+126
* Add comments.Tristan Gingold2017-05-181-0/+2
* translate: separate spec and body translation for implicit subprograms.Tristan Gingold2017-05-176-194/+343
* translation: save operator argument declarations into infos.Tristan Gingold2017-05-122-96/+106
* translation: renames Ortho_Func to Subprg_Node for consistency.Tristan Gingold2017-05-125-10/+10
* translate: add specific infos for implicit subprograms.Tristan Gingold2017-05-125-72/+112
* sem_inst: remove assert that prevented nested instantiation.Tristan Gingold2017-05-121-0/+1
* vhdl2008: allow nested packages in uninstantiated packageTristan Gingold2017-05-111-1/+27
* Create default value for ports.Tristan Gingold2017-05-0917-458/+580
* Minor optimization: avoid calls to Get_Association_Formal.Tristan Gingold2017-05-083-13/+14
* Handle generic package without a body.Tristan Gingold2017-03-111-12/+70
* vhdl08: unbounded records (WIP - individual association)Tristan Gingold2017-03-092-9/+14
* translate: factorize code for function callTristan Gingold2017-02-231-19/+2
* vhdl08: more on unbounded records (WIP)Tristan Gingold2017-02-233-6/+7
* unbounded records: add rti support (WIP)Tristan Gingold2017-02-213-55/+80
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-211-17/+47
* vhdl08: unbounded records - WIPTristan Gingold2017-02-174-20/+28
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-127-82/+211
* WIP: unbounded records (set record subtype staticness)Tristan Gingold2017-01-317-47/+128
* WIP: translate size of unbounded records.Tristan Gingold2017-01-232-7/+61
* evaluation: handle vector minimum and maximum.Tristan Gingold2017-01-181-2/+2
* wip for unbounded records.Tristan Gingold2017-01-161-13/+86
* vhdl08: implement 'subtype attributeTristan Gingold2017-01-131-2/+6
* Add 'Image and 'Value for i64.Tristan Gingold2017-01-133-14/+20
* vhdl08: allow PSL default clock declaration in block declarative parts.Tristan Gingold2017-01-132-0/+15
* WIP for unconstrained records.Tristan Gingold2017-01-133-15/+36
* removing PSL coverage hit default reportThomas Hiscock2017-01-051-2/+4
* translate: WIP - refactoring for unbounded records.Tristan Gingold2017-01-026-114/+178
* iirs_utils: reimplement Are_Bounds_Locally_Static.Tristan Gingold2017-01-022-46/+24
* translate: remove unused align_var variable.Tristan Gingold2017-01-022-19/+1
* translate: WIP for unbounded records.Tristan Gingold2017-01-025-29/+110
* iirs: renames Iir_Kinds_Scalar_Type_DefinitionTristan Gingold2017-01-025-13/+14
* translate: refactoring for unbounded types.Tristan Gingold2017-01-021-38/+56
* translate: rename get_array_base to get_composite_baseTristan Gingold2017-01-0210-74/+76
* translate: remove unused fields.Tristan Gingold2016-12-301-9/+3
* translate: refactoring for ortho_info_type.Tristan Gingold2016-12-3014-294/+319
* trans: reformatting, add predicate for unbounded types.Tristan Gingold2016-12-293-14/+31
* trans-chap3: constify.Tristan Gingold2016-12-261-5/+3
* translate: add unbounded records type_mode (WIP)Tristan Gingold2016-12-266-56/+80
* trans-chap7: workaround compiler bug.Tristan Gingold2016-12-241-0/+6
* Build all Static_Construct aggregate statically.Tristan Gingold2016-12-231-79/+89
* trans-chap8: adjust to handle non statically built static aggregate.Tristan Gingold2016-12-221-5/+5
* Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_FlagTristan Gingold2016-12-201-36/+12