aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.adb
Commit message (Expand)AuthorAgeFilesLines
* record ownership of record element constraints.Tristan Gingold2018-12-091-0/+16
* Implement Get_Base_Element_Declaration in iirs_utils.Tristan Gingold2018-12-091-16/+0
* iirs: remove set/get_element_declaration.Tristan Gingold2018-12-081-16/+0
* libraries, iirs: use Logging instead of Text_IO.Tristan Gingold2018-12-051-8/+7
* Keep source file entry in design file to avoid searching the file.Tristan Gingold2018-11-261-0/+16
* Add Get/Set_Choice_Position (WIP).Tristan Gingold2018-09-201-0/+16
* Add Element_Type_Flag for associations.Tristan Gingold2018-09-101-0/+16
* Improve handling of implicit condition.Tristan Gingold2018-02-031-2/+3
* sem_inst: fix relocation of instances in instances.Tristan Gingold2017-12-211-0/+22
* Rename of Iir_Kinds_Library_UnitTristan Gingold2017-12-011-2/+2
* Use flist for entity_name_list.Tristan Gingold2017-11-081-4/+4
* Use flist for disconnection specification and component specification.Tristan Gingold2017-11-081-8/+8
* Use flist for group declaration.Tristan Gingold2017-11-071-4/+4
* Use flist for enumerations.Tristan Gingold2017-11-071-4/+4
* Use Flist for records.Tristan Gingold2017-11-071-4/+4
* Use flist for signatures.Tristan Gingold2017-11-071-4/+4
* Use Flist for simple_aggregate.Tristan Gingold2017-11-071-4/+4
* Use Flist for array indexes.Tristan Gingold2017-11-061-16/+21
* parser: add Has_Component for component instantiation.Tristan Gingold2017-10-181-0/+16
* Add extended locations (elocations). Still WIPTristan Gingold2017-10-181-26/+0
* case statement: check element of one-dimensional type is a character type.Tristan Gingold2017-10-041-0/+16
* sem_assocs: rewrite (pass v87)Tristan Gingold2017-09-251-0/+16
* Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.Tristan Gingold2017-09-131-16/+16
* iirs: add base_element_declaration to record_element_constraint.Tristan Gingold2017-01-231-2/+2
* vhdl08: implement 'subtype attributeTristan Gingold2017-01-131-0/+2
* Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_FlagTristan Gingold2016-12-201-15/+14
* iirs: reorder Iir_Kind_Choice_*, add Get_Literal_Origin for aggregate.Tristan Gingold2016-12-181-4/+4
* cleanup: remove Package_Instantiation_Bodies_ChainTristan Gingold2016-12-051-17/+0
* sem_assocs: handle overloaded operators for interface_functionTristan Gingold2016-12-051-4/+4
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-7/+7
* vhdl08: allow unaffected in sequential signal assignments.Tristan Gingold2016-11-011-0/+1
* Add translation for selected signal assignment.Tristan Gingold2016-11-011-0/+1
* Remove default_*_map_aspect from binding_indication.Tristan Gingold2016-10-201-33/+0
* ownership: fix arrays and physical types from parse.Tristan Gingold2016-10-181-20/+4
* iirs: add an assert on Get_Kind.Tristan Gingold2016-10-181-3/+4
* nodes: remove Int and Fp formats, use multiple fields.Tristan Gingold2016-10-151-22/+51
* nodes: handle 'grp' conversion, replace Odigit1 by flags.Tristan Gingold2016-10-151-10/+54
* iirs: rename base_type to number_base_type to avoid confusion.Tristan Gingold2016-10-131-4/+4
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-14/+127
* Add signal_attribute_declaration to hold implicit atribute signals.Tristan Gingold2016-10-081-0/+49
* disp_vhdl: print 'parameter' if textually present.Tristan Gingold2016-10-051-0/+16
* Rework range_expression and incomplete type for instantiation.Tristan Gingold2016-09-301-16/+81
* Comments in iirs.adsTristan Gingold2016-09-281-2/+2
* vhdl08: more support for interface subprograms.Tristan Gingold2016-09-271-0/+16
* vhdl08: first working example of interface type.Tristan Gingold2016-09-221-0/+16
* iirs: add association_element_subprogramTristan Gingold2016-09-201-0/+1
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-0/+2
* vhdl08: preliminary work for package body instantiation.Tristan Gingold2016-09-181-16/+33
* Handle macro-expansion of instantiation of declaration with interface type.Tristan Gingold2016-09-161-0/+32
* iirs: add Iir_Kinds_Simple_Concurrent_StatementTristan Gingold2016-09-121-1/+6