aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap2.adb
Commit message (Expand)AuthorAgeFilesLines
* iirs: renames Iir_Kinds_Scalar_Type_DefinitionTristan Gingold2017-01-021-3/+2
* translate: refactoring for ortho_info_type.Tristan Gingold2016-12-301-1/+2
* Add testcase for #202Tristan Gingold2016-12-111-27/+5
* Rework subprograms translation for package instance.Tristan Gingold2016-12-111-11/+7
* cleanup: remove Package_Instantiation_Bodies_ChainTristan Gingold2016-12-051-13/+0
* vhdl08: support top-level macro-expanded package instantiation declarations.Tristan Gingold2016-12-051-50/+138
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-1/+5
* canon: do not set formal of association by position.Tristan Gingold2016-10-191-4/+5
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-151-2/+1
* iirs: rename base_type to number_base_type to avoid confusion.Tristan Gingold2016-10-131-1/+1
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-7/+5
* iirs: add Forward_Ref linksTristan Gingold2016-09-301-1/+2
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-1/+10
* Handle macro-expansion of instantiation of declaration with interface type.Tristan Gingold2016-09-161-4/+24
* vhdl08: add support for generic-mapped packagesTristan Gingold2016-09-151-23/+36
* vhdl08: add support for nested package instantiation.Tristan Gingold2016-09-141-14/+24
* vhdl08: strengthten nested packages.Tristan Gingold2016-09-121-12/+40
* vhdl08: preliminary work to support nested package bodies.Tristan Gingold2016-09-041-3/+6
* vhdl08: handle very simple nested packages.Tristan Gingold2016-09-031-23/+41
* vhdl08: parse and analyze interface types.Tristan Gingold2016-09-011-1/+2
* Initial support of direct recursive instantiation.Tristan Gingold2016-07-031-5/+5
* Handle uninstantiated packages without body.Tristan Gingold2016-06-281-13/+37
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-50/+106
* trans-chap2.adb: fix uninitialized variable.Tristan Gingold2015-10-011-9/+9
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-121/+207
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-2/+0
* Never export declarations of a package body.Tristan Gingold2015-08-311-0/+7
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-28/+46
* Rework procedure calls, now use a record to pass parameters.Tristan Gingold2015-06-051-103/+51
* Fix translation of protected types declared in subprograms.Tristan Gingold2015-06-021-1/+2
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-1/+2
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-0/+3
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-1/+1
* Rework string literals: store literals position.Tristan Gingold2014-12-291-1/+1
* iirs: reduce size of interface objects.Tristan Gingold2014-12-141-1/+0
* Fix llvm crash on protected objects.Tristan Gingold2014-12-051-1/+1
* Split translation into child packages.Tristan Gingold2014-11-091-0/+1263