aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans.ads
Commit message (Expand)AuthorAgeFilesLines
* Initial support of direct recursive instantiation.Tristan Gingold2016-07-031-0/+1
* PSL: add counters, generate rti and add --psl-reportTristan Gingold2016-03-181-2/+2
* translate: separate decl and stmt elab subprograms.Tristan Gingold2016-02-231-1/+8
* PSL: move canon code to canon.adbTristan Gingold2016-02-141-3/+0
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-17/+36
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-12/+83
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-18/+0
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-28/+75
* Do not create a transient type for strings.Tristan Gingold2015-07-171-0/+10
* Rework procedure calls, now use a record to pass parameters.Tristan Gingold2015-06-051-11/+9
* Fix entity instantiation with extended identifier.Tristan Gingold2015-03-311-1/+7
* Translate: fix thinko for implicit conversion after conversion in assoc.Tristan Gingold2015-01-211-1/+1
* Handle vhdl08 if generate statementsTristan Gingold2015-01-071-2/+21
* Fix llvm crash on protected objects.Tristan Gingold2014-12-051-5/+5
* Gen_Call_Type_Builder: use Mnode.Tristan Gingold2014-11-221-24/+15
* Mnode: renaming and comments to clarify.Tristan Gingold2014-11-211-76/+93
* Translate: rewrite concatenation. Now O(n).Tristan Gingold2014-11-171-5/+0
* Create_Range_From_Length: use Mnode instead of ptr. Style changes.Tristan Gingold2014-11-111-5/+5
* Split translation into child packages.Tristan Gingold2014-11-091-238/+238
* Refactoring of translation, part 1/NTristan Gingold2014-11-091-0/+1685