summaryrefslogtreecommitdiff
path: root/src/vhdl/translate/trans-chap4.adb
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-03Adjust previous patch (destroy types for default port values).Tristan Gingold
2015-09-02Translate: explicitly clean transient types.Tristan Gingold
2015-09-01Destroy types of default generic values.Tristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
2015-06-05Rework procedure calls, now use a record to pass parameters.Tristan Gingold
2015-05-27Handle signal attribute in declarations. Fix alias of implicit signal.Tristan Gingold
2015-01-10Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.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