aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/nodes_meta.adb
Commit message (Expand)AuthorAgeFilesLines
* sem_assocs: rewrite (pass v87)Tristan Gingold2017-09-251-249/+279
* Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.Tristan Gingold2017-09-131-22/+22
* remove build_reference_decl, add maybe_ref to condition and target.Tristan Gingold2017-07-021-257/+291
* vhdl08: unbounded records (WIP)Tristan Gingold2017-02-121-176/+178
* iirs: add base_element_declaration to record_element_constraint.Tristan Gingold2017-01-231-227/+234
* vhdl08: implement 'subtype attributeTristan Gingold2017-01-131-39/+67
* Fixes for nodes_gcTristan Gingold2016-12-241-251/+253
* Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_FlagTristan Gingold2016-12-201-11/+11
* iirs: reorder Iir_Kind_Choice_*, add Get_Literal_Origin for aggregate.Tristan Gingold2016-12-181-127/+129
* cleanup: remove Package_Instantiation_Bodies_ChainTristan Gingold2016-12-051-204/+188
* sem_assocs: handle overloaded operators for interface_functionTristan Gingold2016-12-051-244/+251
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-259/+269
* 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