aboutsummaryrefslogtreecommitdiffstats
path: root/sem_names.adb
Commit message (Collapse)AuthorAgeFilesLines
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-3788/+0
|
* Add support for package interface.Tristan Gingold2014-10-291-21/+22
|
* Rework for support of generic packages.Tristan Gingold2014-10-221-16/+17
|
* Initial support for package header and package instantiation.Tristan Gingold2014-10-141-42/+50
|
* Add a python script to automatically generate disp_tree.Tristan Gingold2014-09-251-30/+104
|
* Keep names in the tree.Tristan Gingold2014-09-021-576/+735
| | | | This is a large change to improve error locations and allow pretty printing.
* Add parenthesis_Expression, --reprint and --compare-tokens commands.Tristan Gingold2014-07-231-20/+20
|
* Replace architecture_declaration by architecture_body to follow lrm.Tristan Gingold2014-07-191-4/+4
|
* Handle character literals like simple names.Tristan Gingold2014-07-191-1/+3
|
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-171-60/+68
| | | | Use Type_Definition in type_declarator.
* vhdl08: add oread, hread.Tristan Gingold2014-07-011-6/+4
|
* Add many vhdl08 predefined operators and functions. Add std.envTristan Gingold2014-06-301-3/+4
|
* Resolve expression in variable assignment when target is an aggregate.Tristan Gingold2014-06-281-3/+10
|
* Use library unit instead of design unit.Tristan Gingold2014-06-241-33/+20
|
* Handla index of 'image. Fix ticket20.Tristan Gingold2014-06-211-3/+22
|
* Rework implementation of -frelaxed-rules, add bug20767.Tristan Gingold2014-01-081-11/+21
|
* Rework literal typing (and initial work for condition operator).Tristan Gingold2014-01-081-0/+7
|
* Fix various minor bugs: alias of access type, subprograms in entity, activeTristan Gingold2014-01-041-0/+3
| | | | | attribute in sensitivity list, missing dependence, and block_statement in expanded name.
* sem_discrete_range_expression: be sure the range is discrete.Tristan Gingold2014-01-041-1/+3
| | | | | Allow attribute specifications on statements in entities. (and a couples of minor crashes).
* Fix bug7186: missing check in Sem_Parenthesis_Name for non-overloaded case.Tristan Gingold2014-01-021-29/+34
|
* Fix bug21274.Tristan Gingold2013-12-311-1/+1
| | | | WIP for VHDL08.
* Fix two crashes (bug18810 and bug15933).Tristan Gingold2013-12-291-1/+2
|
* Check that parameter of signal attributes is static (ticket #1)Tristan Gingold2013-12-281-1/+10
|
* Fix 'range'left & co.Tristan Gingold2013-12-271-2/+9
|
* Fix names such as 'range'left.Tristan Gingold2013-12-241-24/+59
|
* Fix mcode for i386 Darwin.Tristan Gingold2013-12-241-1/+4
|
* Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold2013-12-171-39/+17
|
* Patch for improved error message for https://gna.org/bugs/index.php?18360Brian Drummond2013-12-131-1/+4
|
* Fix for https://gna.org/bugs/?18351Brian Drummond2013-12-021-1/+14
|
* OSVVM patchBrian Drummond2013-12-021-7/+43
|
* ghdl 0.29 release.gingold2010-01-121-0/+8
|
* Version 0.28.gingold2009-09-211-1/+1
|
* Now handle vhdl 2008 arrays in the front end.gingold2009-08-131-6/+9
| | | | Bug fixes.
* New feature: all-sensitized processes (for vhdl 2008)gingold2008-09-061-1/+35
|
* Create package options from flags to avoid circular elaborationgingold2008-08-311-1/+1
|
* Switch to gcc 4.3gingold2008-08-301-8/+6
| | | | | Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
* synchronize: add support for MacOSX, fix bogus type conversiongingold2008-01-151-1/+2
|
* synchronized to ghdl 0.26gingold2007-04-221-4/+7
|
* SEH handledgingold2006-11-181-1/+1
| | | | Bug fixes
* direct drivers and bugs fixgingold2006-10-021-0/+3
|
* bugs fixedgingold2006-08-061-2/+6
|
* bugs fix, 93c improvedgingold2006-06-221-2/+19
|
* bug fixesgingold2006-06-161-1/+1
|
* bugs fixesgingold2006-02-141-1/+2
|
* location correct in an error messagegingold2005-12-111-1/+2
|
* bug fixesgingold2005-12-101-1/+12
|
* more optimizations + bug fixesgingold2005-11-221-0/+2
|
* handle universal real div integer evaluation,gingold2005-11-071-0/+3
| | | | | | more optimizations added, multi-thread ready grt, bug fixes
* update: support of amd64 + more optimizationsgingold2005-11-011-4/+8
|
* --vcdz option added,gingold2005-10-091-2/+2
| | | | | | | switched to gcc-4.0.2, can be compiled with GNAT GPL 2005 ready for ada05 (interface identifier not used anymore) bug fixes