aboutsummaryrefslogtreecommitdiffstats
path: root/sem_stmts.adb
Commit message (Collapse)AuthorAgeFilesLines
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-2007/+0
|
* Add support for package interface.Tristan Gingold2014-10-291-7/+7
|
* Rework for support of generic packages.Tristan Gingold2014-10-221-1/+1
|
* Initial support for package header and package instantiation.Tristan Gingold2014-10-141-1/+1
|
* Add a python script to automatically generate disp_tree.Tristan Gingold2014-09-251-10/+20
|
* Keep names in the tree.Tristan Gingold2014-09-021-34/+54
| | | | This is a large change to improve error locations and allow pretty printing.
* Add overflow literal.Tristan Gingold2014-07-211-1/+1
|
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-171-0/+6
| | | | Use Type_Definition in type_declarator.
* Resolve expression in variable assignment when target is an aggregate.Tristan Gingold2014-06-281-1/+14
|
* Add psl cover directive (ticket19).Tristan Gingold2014-06-211-1/+2
|
* sem_stmts.adb: avoid a crash for ticket15Tristan Gingold2014-05-071-7/+18
| | | | Type of aggregate target signal assignment is unknown.
* sem_discrete_range_expression: be sure the range is discrete.Tristan Gingold2014-01-041-7/+6
| | | | | Allow attribute specifications on statements in entities. (and a couples of minor crashes).
* Fix bug21274.Tristan Gingold2013-12-311-16/+8
| | | | WIP for VHDL08.
* Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold2013-12-171-0/+27
|
* ghdl 0.29 release.gingold2010-01-121-8/+27
|
* Now handle vhdl 2008 arrays in the front end.gingold2009-08-131-4/+3
| | | | Bug fixes.
* New feature: all-sensitized processes (for vhdl 2008)gingold2008-09-061-2/+9
|
* Create package options from flags to avoid circular elaborationgingold2008-08-311-1/+1
|
* Switch to gcc 4.3gingold2008-08-301-4/+2
| | | | | Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
* synchronized to ghdl 0.26gingold2007-04-221-11/+7
|
* SEH handledgingold2006-11-181-8/+13
| | | | Bug fixes
* sem_add_driver: correctly get alias basegingold2006-10-051-1/+1
|
* direct drivers and bugs fixgingold2006-10-021-55/+14
|
* ghdl 0.21 is outgingold2005-12-181-1/+1
|
* bug fixesgingold2005-12-101-0/+1
|
* update: support of amd64 + more optimizationsgingold2005-11-011-3/+5
|
* First import from sourcesgingold2005-09-241-0/+1942