aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/nodes_meta.adb
Commit message (Expand)AuthorAgeFilesLines
* vhdl08: allow unaffected in sequential signal assignments.Tristan Gingold2016-11-011-0/+4
* Add translation for selected signal assignment.Tristan Gingold2016-11-011-72/+102
* Remove default_*_map_aspect from binding_indication.Tristan Gingold2016-10-201-261/+229
* ownership: fix arrays and physical types from parse.Tristan Gingold2016-10-181-217/+214
* nodes: handle 'grp' conversion, replace Odigit1 by flags.Tristan Gingold2016-10-151-6/+6
* iirs: rename base_type to number_base_type to avoid confusion.Tristan Gingold2016-10-131-25/+25
* iirs: condition_expression is a chain.Tristan Gingold2016-10-131-1/+1
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-558/+723
* Add signal_attribute_declaration to hold implicit atribute signals.Tristan Gingold2016-10-081-152/+219
* disp_vhdl: print 'parameter' if textually present.Tristan Gingold2016-10-051-162/+188
* iirs: subtype indication is never a ref.Tristan Gingold2016-10-051-219/+201
* Fix attribute specification with non-static expressionTristan Gingold2016-10-041-219/+217
* Rework range_expression and incomplete type for instantiation.Tristan Gingold2016-09-301-241/+315
* Comments in iirs.adsTristan Gingold2016-09-281-1/+1
* vhdl08: more support for interface subprograms.Tristan Gingold2016-09-271-212/+227
* vhdl08: preliminary support of interface subprogramTristan Gingold2016-09-251-146/+150
* vhdl08: first working example of interface type.Tristan Gingold2016-09-221-9/+17
* iirs: add association_element_subprogramTristan Gingold2016-09-201-243/+261
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-157/+229
* vhdl08: preliminary work for package body instantiation.Tristan Gingold2016-09-181-77/+86
* Handle macro-expansion of instantiation of declaration with interface type.Tristan Gingold2016-09-161-183/+213
* Handle expanded name for interface package.Tristan Gingold2016-09-121-144/+146
* iirs: add Iir_Kinds_Simple_Concurrent_StatementTristan Gingold2016-09-121-34/+34
* vhdl08: preliminary work for nested package and type association.Tristan Gingold2016-09-011-245/+279
* vhdl08: parse and analyze interface types.Tristan Gingold2016-09-011-210/+263
* Avoid a crash with postponed assertions in vhdl08Tristan Gingold2016-08-271-80/+84
* vhdl08: add support of case-generate statementTristan Gingold2016-07-071-19/+42
* Parse case generate statement.Tristan Gingold2016-07-051-75/+103
* Initial support of direct recursive instantiation.Tristan Gingold2016-07-031-252/+282
* Remove Get/Set_Type_ReferenceTristan Gingold2016-06-011-180/+158
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-311-158/+180
* Adjust previous patch (detect incorrect use of PSL endpoint in expressions)Tristan Gingold2016-03-231-164/+166
* PSL: add clocked SERE, make endpoints visible from VHDL.Tristan Gingold2016-03-221-167/+173
* Create psl_endpoint_declaration.Tristan Gingold2016-03-201-164/+193
* psl: cover directive works on a sequence, not on a property.Tristan Gingold2016-02-141-8/+16
* PSL: move canon code to canon.adbTristan Gingold2016-02-141-80/+146
* Clean up some code and comments about constant declarations.Tristan Gingold2016-01-191-2/+2
* Add support for conditional assignments.Tristan Gingold2016-01-161-258/+367
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-111-208/+210
* Fix crash on invalid individual association.Tristan Gingold2015-11-071-232/+234
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-90/+105
* iirs: block_statement is a ref.Tristan Gingold2015-08-311-2/+2
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-90/+92
* Add suspend_flag.Tristan Gingold2015-06-071-154/+190
* Rework of overload resolution in implicit conversions.Tristan Gingold2015-05-261-113/+96
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-43/+199
* 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
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-11/+31
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-239/+291