summaryrefslogtreecommitdiff
path: root/src/vhdl/translate/trans.ads
AgeCommit message (Expand)Author
2015-12-18Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold
2015-09-04Suppress stack switching; save process state in secondary stack.Tristan Gingold
2015-09-02Translate: explicitly clean transient types.Tristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
2015-07-17Do not create a transient type for strings.Tristan Gingold
2015-06-05Rework procedure calls, now use a record to pass parameters.Tristan Gingold
2015-03-31Fix entity instantiation with extended identifier.Tristan Gingold
2015-01-21Translate: fix thinko for implicit conversion after conversion in assoc.Tristan Gingold
2015-01-07Handle vhdl08 if generate statementsTristan Gingold
2014-12-05Fix llvm crash on protected objects.Tristan Gingold
2014-11-22Gen_Call_Type_Builder: use Mnode.Tristan Gingold
2014-11-21Mnode: renaming and comments to clarify.Tristan Gingold
2014-11-17Translate: rewrite concatenation. Now O(n).Tristan Gingold
2014-11-11Create_Range_From_Length: use Mnode instead of ptr. Style changes.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold
2014-11-09Refactoring of translation, part 1/NTristan Gingold