aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap2.adb
Commit message (Expand)AuthorAgeFilesLines
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-50/+106
* trans-chap2.adb: fix uninitialized variable.Tristan Gingold2015-10-011-9/+9
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-121/+207
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-2/+0
* Never export declarations of a package body.Tristan Gingold2015-08-311-0/+7
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-28/+46
* Rework procedure calls, now use a record to pass parameters.Tristan Gingold2015-06-051-103/+51
* Fix translation of protected types declared in subprograms.Tristan Gingold2015-06-021-1/+2
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-1/+2
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-0/+3
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-1/+1
* Rework string literals: store literals position.Tristan Gingold2014-12-291-1/+1
* iirs: reduce size of interface objects.Tristan Gingold2014-12-141-1/+0
* Fix llvm crash on protected objects.Tristan Gingold2014-12-051-1/+1
* Split translation into child packages.Tristan Gingold2014-11-091-0/+1263