summaryrefslogtreecommitdiff
path: root/src/vhdl/translate/trans.adb
AgeCommit message (Expand)Author
2016-01-27translation: use Tables instead of GNAT.Table.Tristan Gingold
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-06-02Fix translation of protected types declared in subprograms.Tristan Gingold
2015-03-31Fix entity instantiation with extended identifier.Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan 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-16Translate_Range: use mnodes.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold
2014-11-09Refactoring of translation, part 1/NTristan Gingold