aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Expand)AuthorAgeFilesLines
* WIP: define ghdl_sizes_type.Tristan Gingold2018-01-022-0/+23
* sem_inst: fix relocation of instances in instances.Tristan Gingold2017-12-212-0/+2
* 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
* Instantiate declarations of interface packages.Tristan Gingold2017-12-121-7/+13
* Check bounds for constant intialisation.Tristan Gingold2017-11-291-1/+1
* trans-chap3: unbox recod in Get_Composite_Base.Tristan Gingold2017-11-273-6/+14
* Fix missing open_temp/close_temp for selected sequential signal assignment.Tristan Gingold2017-11-171-2/+3
* Drivers: add --pre-elab (as a stub).Tristan Gingold2017-11-161-8/+27
* Abstract Translate_Enumeration_LiteralTristan Gingold2017-11-162-11/+15
* Adjust ortho_front.adb to use list iterators.Tristan Gingold2017-11-111-12/+11
* Rework list implementation, use iterator.Tristan Gingold2017-11-115-32/+42
* Remove List_Others, cleanup lists.Tristan Gingold2017-11-082-4/+2
* Use flist for disconnection specification and component specification.Tristan Gingold2017-11-082-6/+4
* Use flist for enumerations.Tristan Gingold2017-11-075-24/+23
* Use Flist for records.Tristan Gingold2017-11-076-81/+57
* Use Flist for simple_aggregate.Tristan Gingold2017-11-072-10/+5
* Use Flist for array indexes.Tristan Gingold2017-11-069-52/+103
* 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-052-42/+55
* Improve code for alignment.Tristan Gingold2017-11-041-20/+7
* trans-foreach_non_composite: constify.Tristan Gingold2017-11-041-2/+2
* trans-chap8: remove duplicate and incorrect base allocation.Tristan Gingold2017-11-021-3/+6
* 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-293-60/+174
* trans-chap3: abstraction and reformatting.Tristan Gingold2017-10-281-32/+33
* Rename Allocate_Fat_Array_Base to Allocate_Unbounded_Composite_Base.Tristan Gingold2017-10-285-27/+34
* trans-chap8: preliminary work: reformatting.Tristan Gingold2017-10-281-359/+364
* trans-chap8: minor refactoring.Tristan Gingold2017-10-261-3/+6
* translate: handle unbounded record in individual assocs.Tristan Gingold2017-10-222-4/+4
* Add extended locations (elocations). Still WIPTristan Gingold2017-10-182-2/+0
* vhdl2008: add support for 'unbounded' case statements.Tristan Gingold2017-10-151-19/+48
* Improved error reporting, Issue #26Brian Drummond2017-10-062-0/+6
* 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