aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/nodes_meta.adb
Commit message (Expand)AuthorAgeFilesLines
* record ownership of record element constraints.Tristan Gingold2018-12-091-228/+249
* Implement Get_Base_Element_Declaration in iirs_utils.Tristan Gingold2018-12-091-249/+227
* iirs: remove set/get_element_declaration.Tristan Gingold2018-12-081-242/+227
* Keep source file entry in design file to avoid searching the file.Tristan Gingold2018-11-261-267/+282
* Check for uninstantiated package in expanded names.Tristan Gingold2018-11-191-188/+190
* Forward type of expression in qualified expression.Tristan Gingold2018-11-071-1/+1
* aggregates (2008): support array expressionTristan Gingold2018-09-231-3/+3
* Add Maybe_Ref_Chain (WIP).Tristan Gingold2018-09-201-247/+257
* Add Get/Set_Choice_Position (WIP).Tristan Gingold2018-09-201-244/+272
* Add Element_Type_Flag for associations.Tristan Gingold2018-09-101-244/+272
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-183/+185
* Improve handling of implicit condition.Tristan Gingold2018-02-031-165/+177
* sem_names: improve support of external names.Tristan Gingold2018-01-211-48/+54
* sem_inst: fix relocation of instances in instances.Tristan Gingold2017-12-211-186/+228
* Rename of Iir_Kinds_Library_UnitTristan Gingold2017-12-011-69/+69
* Use flist for entity_name_list.Tristan Gingold2017-11-081-5/+5
* Use flist for disconnection specification and component specification.Tristan Gingold2017-11-081-10/+10
* Use flist for group declaration.Tristan Gingold2017-11-071-5/+5
* Use flist for enumerations.Tristan Gingold2017-11-071-5/+5
* Use Flist for records.Tristan Gingold2017-11-071-5/+5
* Use flist for signatures.Tristan Gingold2017-11-071-5/+5
* Use Flist for simple_aggregate.Tristan Gingold2017-11-071-5/+5
* Use Flist for array indexes.Tristan Gingold2017-11-061-20/+40
* parser: add Has_Component for component instantiation.Tristan Gingold2017-10-181-78/+93
* Add extended locations (elocations). Still WIPTristan Gingold2017-10-181-300/+265
* Selected_Element: add Identifier field.Tristan Gingold2017-10-091-97/+99
* case statement: check element of one-dimensional type is a character type.Tristan Gingold2017-10-041-205/+220
* nodes_meta: Generate Attr_, add subprograms for interfaces.Tristan Gingold2017-10-021-8/+21
* 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