aboutsummaryrefslogtreecommitdiffstats
path: root/sem_decls.adb
Commit message (Collapse)AuthorAgeFilesLines
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-3018/+0
|
* Add support for package interface.Tristan Gingold2014-10-291-230/+268
|
* Rework for support of generic packages.Tristan Gingold2014-10-221-12/+6
|
* Add a python script to automatically generate disp_tree.Tristan Gingold2014-09-251-21/+34
|
* Keep names in the tree.Tristan Gingold2014-09-021-211/+236
| | | | This is a large change to improve error locations and allow pretty printing.
* Add overflow literal.Tristan Gingold2014-07-211-2/+2
|
* Replace architecture_declaration by architecture_body to follow lrm.Tristan Gingold2014-07-191-2/+2
|
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-171-12/+73
| | | | Use Type_Definition in type_declarator.
* vhdl08: add oread, hread.Tristan Gingold2014-07-011-20/+19
|
* Add many vhdl08 predefined operators and functions. Add std.envTristan Gingold2014-06-301-37/+208
|
* vhdl 2008: handle all-sensitized processes, handle visibility for alias.Tristan Gingold2014-06-291-1/+8
|
* add more support for vhdl2008: aliases, visibility and preliminary work forTristan Gingold2014-06-261-86/+138
| | | | generic packages.
* sem_decls: handle alias of component.Tristan Gingold2014-05-291-1/+2
|
* Rework implementation of -frelaxed-rules, add bug20767.Tristan Gingold2014-01-081-7/+1
|
* Rework literal typing (and initial work for condition operator).Tristan Gingold2014-01-081-5/+8
|
* sem_discrete_range_expression: be sure the range is discrete.Tristan Gingold2014-01-041-4/+14
| | | | | Allow attribute specifications on statements in entities. (and a couples of minor crashes).
* Fix bug21274.Tristan Gingold2013-12-311-180/+269
| | | | WIP for VHDL08.
* Fix two crashes (bug18810 and bug15933).Tristan Gingold2013-12-291-2/+3
|
* Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold2013-12-171-0/+155
|
* Version 0.28.gingold2009-09-211-1/+1
|
* Now handle vhdl 2008 arrays in the front end.gingold2009-08-131-102/+74
| | | | Bug fixes.
* New feature: all-sensitized processes (for vhdl 2008)gingold2008-09-061-1/+1
|
* Create package options from flags to avoid circular elaborationgingold2008-08-311-1/+1
|
* Switch to gcc 4.3gingold2008-08-301-1/+1
| | | | | Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
* Fix concatenation when one of the operand is an array elementgingold2008-06-021-2/+1
|
* direct drivers and bugs fixgingold2006-10-021-1/+1
|
* bugs fixedgingold2006-08-061-0/+1
|
* bug fixesgingold2006-06-161-32/+1
|
* update: support of amd64 + more optimizationsgingold2005-11-011-9/+60
|
* updated (some optim, bug fixes)gingold2005-10-231-5/+5
|
* --vcdz option added,gingold2005-10-091-89/+89
| | | | | | | switched to gcc-4.0.2, can be compiled with GNAT GPL 2005 ready for ada05 (interface identifier not used anymore) bug fixes
* First import from sourcesgingold2005-09-241-0/+2413