summaryrefslogtreecommitdiff
path: root/src/vhdl/translate/trans-chap8.adb
AgeCommit message (Expand)Author
2016-01-16Add support for conditional assignments.Tristan Gingold
2016-01-06if/else: add debug line for elsif part.Tristan Gingold
2015-12-18Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold
2015-09-26Fix regression from states.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-29Allow allocators in default value of subprogramsTristan 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-20Fix crash in assert translation for overflow literal.Tristan Gingold
2015-05-20Translation: handle individual association in function call.Tristan Gingold
2015-05-19Fix crash in translation of procedure individual association.Tristan Gingold
2015-01-21Translate: fix thinko for implicit conversion after conversion in assoc.Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-11-27translate: fix dichotomy upper bound.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold