summaryrefslogtreecommitdiff
path: root/src/vhdl/translate/trans-chap2.adb
AgeCommit message (Expand)Author
2015-12-18Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold
2015-10-01trans-chap2.adb: fix uninitialized variable.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-31Never export declarations of a package body.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-06-02Fix translation of protected types declared in subprograms.Tristan Gingold
2015-05-13Change library format: now store file checksum instead of file time stamp.Tristan Gingold
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-14iirs: reduce size of interface objects.Tristan Gingold
2014-12-05Fix llvm crash on protected objects.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold