aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/std_package.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-051-1363/+0
|
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-6/+6
|
* std_package: add units to physical literals of time units.Tristan Gingold2019-05-021-7/+19
| | | | Fix #808
* std_package: make std_location public.Tristan Gingold2018-12-181-4/+3
|
* files_map: renaming for consistency.Tristan Gingold2018-12-141-1/+1
|
* Create sem_lib from libraries.Tristan Gingold2018-11-141-1/+0
|
* Create sem_utils (mostly from sem_decls).Tristan Gingold2018-11-141-6/+6
|
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-30/+100
|
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-1/+0
| | | | | | | With gcc 8.1 the following message appears: warning: use clause for package "*" has no effect gnatmake: "*.adb" compilation error This patch fixes it.
* Use flist for enumerations.Tristan Gingold2017-11-071-33/+43
|
* Use Flist for array indexes.Tristan Gingold2017-11-061-6/+6
|
* case statement: check element of one-dimensional type is a character type.Tristan Gingold2017-10-041-0/+2
|
* Make interfaces of implicitly defined subprograms visible.Tristan Gingold2017-09-251-0/+3
|
* ownership: fix arrays and physical types from parse.Tristan Gingold2016-10-181-5/+4
|
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-19/+65
| | | | Check it with nodes_gc.
* Revive node_gc, avoid copy of enumeration in enumeration range.Tristan Gingold2016-10-011-0/+4
|
* Rework range_expression and incomplete type for instantiation.Tristan Gingold2016-09-301-0/+2
|
* Add support for conditional assignments.Tristan Gingold2016-01-161-25/+45
|
* Use 64 bits for universal integer type.Tristan Gingold2015-01-221-5/+5
|
* grt: improve --disp-signals-table output.Tristan Gingold2015-01-121-5/+9
|
* Rework string literals: store literals position.Tristan Gingold2014-12-291-3/+2
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-7/+6
|
* reduce size of enumeration_literal.Tristan Gingold2014-12-141-1/+0
|
* iirs: reduce size of interface objects.Tristan Gingold2014-12-141-3/+0
|
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+1200