aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs_utils.adb
Commit message (Expand)AuthorAgeFilesLines
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-9/+16
* Use flist for disconnection specification and component specification.Tristan Gingold2017-11-081-0/+14
* Use flist for enumerations.Tristan Gingold2017-11-071-19/+7
* Use Flist for records.Tristan Gingold2017-11-071-4/+17
* Use Flist for array indexes.Tristan Gingold2017-11-061-8/+34
* Are_Bounds_Locally_Static: add comment, do what it is described.Tristan Gingold2017-11-051-35/+34
* Add a comment.Tristan Gingold2017-10-291-0/+1
* is_same_profile: handle enumeration_literal and function.Tristan Gingold2017-07-221-0/+10
* remove build_reference_decl, add maybe_ref to condition and target.Tristan Gingold2017-07-021-10/+3
* vhdl2008: allow out port in sensitivity lists.Tristan Gingold2017-03-271-0/+12
* Allow 'subtype and 'base for 'simple_name prefix.Tristan Gingold2017-01-231-0/+2
* WIP: translate size of unbounded records.Tristan Gingold2017-01-231-2/+2
* vhdl2008: handle 'Subtype as a type name and in disp_vhdlTristan Gingold2017-01-151-0/+2
* iirs_utils: reimplement Are_Bounds_Locally_Static.Tristan Gingold2017-01-021-1/+51
* Build all Static_Construct aggregate statically.Tristan Gingold2016-12-231-0/+15
* evaluation: tune evaluation of composite values.Tristan Gingold2016-12-201-0/+9
* Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_FlagTristan Gingold2016-12-201-0/+19
* Get_Object_Prefix: Strengthen.Tristan Gingold2016-12-151-5/+86
* assocs: rework conversion.Tristan Gingold2016-12-151-0/+2
* Allow operator symbol as formal name.Tristan Gingold2016-12-081-2/+4
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-0/+19
* canon: do not set formal of association by position.Tristan Gingold2016-10-191-19/+66
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-151-7/+14
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-7/+11
* Is_Second_Subprogram_Specification: minor improvement.Tristan Gingold2016-10-051-3/+1
* Consider object for array attribute.Tristan Gingold2016-10-011-4/+4
* Revive node_gc, avoid copy of enumeration in enumeration range.Tristan Gingold2016-10-011-6/+2
* vhdl08: preliminary support of interface subprogramTristan Gingold2016-09-251-0/+12
* sem_inst: handl forward reference in subprogramsTristan Gingold2016-09-241-1/+5
* vhdl08: preliminary work for package body instantiation.Tristan Gingold2016-09-181-0/+22
* Handle expanded name for interface package.Tristan Gingold2016-09-121-1/+1
* vhdl08: handle very simple nested packages.Tristan Gingold2016-09-031-0/+5
* Handle default parameters for file_open.Tristan Gingold2016-06-021-0/+12
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-311-0/+21
* simul: fix various issues.Tristan Gingold2016-01-241-0/+5
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-18/+19
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-6/+116
* Defensive code.Tristan Gingold2015-07-111-0/+5
* Fix crash in assert translation for overflow literal.Tristan Gingold2015-05-201-0/+5
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-1/+2
* vhdl08: block configuration for if-generate statements.Tristan Gingold2015-01-101-0/+3
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-5/+22
* Rework string literals: store literals position.Tristan Gingold2014-12-291-13/+4
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-4/+10
* reduce size of enumeration_literal.Tristan Gingold2014-12-141-1/+0
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+1131