summaryrefslogtreecommitdiff
path: root/src/vhdl/nodes_meta.adb
AgeCommit message (Expand)Author
2016-01-19Clean up some code and comments about constant declarations.Tristan Gingold
2016-01-16Add support for conditional assignments.Tristan Gingold
2016-01-11Set type staticness for a constant declaration and attribute specification.Tristan Gingold
2015-11-07Fix crash on invalid individual association.Tristan Gingold
2015-09-02Translate: explicitly clean transient types.Tristan Gingold
2015-08-31iirs: block_statement is a ref.Tristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
2015-06-07Add suspend_flag.Tristan Gingold
2015-05-26Rework of overload resolution in implicit conversions.Tristan Gingold
2015-05-23Preliminary work to support external names (parse, semantic)Tristan Gingold
2015-05-17errors: remove error_msg and warning_msg.Tristan Gingold
2015-05-16Give priority to function calls without implicit conversion.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
2015-01-12vhdl2008: expanded names in for-generate statements.Tristan Gingold
2015-01-12vhdl2008: handle expanded names in if-generate statements.Tristan Gingold
2015-01-10vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold
2015-01-03Initial rework for vhdl 2008 generate statements.Tristan Gingold
2014-12-30vhdl 2008: handle sized bit strings.Tristan Gingold
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-23Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold
2014-12-22Reduce size of library_declaration.Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-12-14reduce size of enumeration_literal.Tristan Gingold
2014-12-14iirs: reduce size of interface objects.Tristan Gingold
2014-12-14iirs: reduce size of signal_declaration.Tristan Gingold
2014-12-14iirs: reduce memory size.Tristan Gingold
2014-12-14Put attribute_value_chain in parent.Tristan Gingold
2014-12-13iirs: move delay_mechanism to flag1; adjust xtools/pnodes.py for new sources.Tristan Gingold
2014-11-04Create src/vhdl subdirectory.Tristan Gingold