aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/nodes_meta.adb
Commit message (Collapse)AuthorAgeFilesLines
* errors: remove error_msg and warning_msg.Tristan Gingold2015-05-171-2/+2
|
* Give priority to function calls without implicit conversion.Tristan Gingold2015-05-161-89/+104
| | | | Fix ticket 64.
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-11/+31
| | | | For ticket 48.
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-239/+291
|
* vhdl2008: expanded names in for-generate statements.Tristan Gingold2015-01-121-65/+67
|
* vhdl2008: handle expanded names in if-generate statements.Tristan Gingold2015-01-121-66/+70
|
* vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold2015-01-101-76/+100
|
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-116/+222
|
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-301-229/+274
|
* Rework string literals: store literals position.Tristan Gingold2014-12-291-316/+260
|
* Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold2014-12-231-159/+161
|
* Reduce size of library_declaration.Tristan Gingold2014-12-221-3/+3
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-225/+155
|
* reduce size of enumeration_literal.Tristan Gingold2014-12-141-169/+154
|
* iirs: reduce size of interface objects.Tristan Gingold2014-12-141-191/+186
|
* iirs: reduce size of signal_declaration.Tristan Gingold2014-12-141-144/+174
|
* iirs: reduce memory size.Tristan Gingold2014-12-141-276/+192
|
* Put attribute_value_chain in parent.Tristan Gingold2014-12-141-4/+0
|
* iirs: move delay_mechanism to flag1; adjust xtools/pnodes.py for new sources.Tristan Gingold2014-12-131-3/+3
|
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+9409