aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Expand)AuthorAgeFilesLines
* Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.Tristan Gingold2017-09-134-15/+15
* Handle protected function as association conversion function.Tristan Gingold2017-08-252-5/+44
* Translation: consider big arrays as non-static.Tristan Gingold2017-07-271-1/+12
* Refine previous patch: don't keep obsolete units of current analyzed file.Tristan Gingold2017-07-201-33/+28
* trans-chap3: factorize code to translate array element.Tristan Gingold2017-06-281-44/+14
* translate: renaming.Tristan Gingold2017-06-218-49/+52
* translate: factorize code.Tristan Gingold2017-06-212-6/+3
* Follow-up for #370Tristan Gingold2017-06-211-20/+35
* Translate: use create_temp for create_record_type_builder.Tristan Gingold2017-06-191-5/+3
* Do_Conversion: pass a real location.Tristan Gingold2017-06-181-1/+1
* gen_simple_signal_assign: handle unbounded record.Tristan Gingold2017-06-181-2/+3
* Allocate dynamic object in suspended procedures on stack2.Tristan Gingold2017-06-166-29/+82
* Check bounds for real.Tristan Gingold2017-06-141-10/+2
* trans-chap3.adb: constify.Tristan Gingold2017-06-141-12/+7
* Silent spurious warning.Tristan Gingold2017-06-141-0/+5
* Fix crash of implicit conversion in instantiation.Tristan Gingold2017-06-123-2/+22
* 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