aboutsummaryrefslogtreecommitdiffstats
path: root/iirs.adb
Commit message (Collapse)AuthorAgeFilesLines
* Keep names in the tree.Tristan Gingold2014-09-021-229/+453
| | | | 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-49/+114
|
* Add overflow literal.Tristan Gingold2014-07-211-0/+4
|
* Add Entity_Name for architecture and configuration.Tristan Gingold2014-07-191-1/+24
|
* Replace architecture_declaration by architecture_body to follow lrm.Tristan Gingold2014-07-191-12/+12
|
* Handle character literals like simple names.Tristan Gingold2014-07-191-2/+5
|
* Fix implicit conversion in conversion association.Tristan Gingold2014-07-181-2/+1
| | | | Fix attribute on library units.
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-171-18/+40
| | | | Use Type_Definition in type_declarator.
* vhdl 2008: handle all-sensitized processes, handle visibility for alias.Tristan Gingold2014-06-291-0/+22
|
* add more support for vhdl2008: aliases, visibility and preliminary work forTristan Gingold2014-06-261-4/+55
| | | | generic packages.
* Use library unit instead of design unit.Tristan Gingold2014-06-241-8/+15
|
* Add psl cover directive (ticket19).Tristan Gingold2014-06-211-3/+15
|
* Handla index of 'image. Fix ticket20.Tristan Gingold2014-06-211-2/+50
|
* iirs: add set/get_process_originTristan Gingold2014-06-141-0/+23
|
* Rework aggregate (when type of context is not static).Tristan Gingold2014-05-291-9/+9
|
* Fix obscure crash (expanded name in a homograph of an enumeration literal).Tristan Gingold2014-01-191-0/+1
|
* Rework literal typing (and initial work for condition operator).Tristan Gingold2014-01-081-0/+23
|
* Add generic_chain and generic_map_aspect to package and subprogramsTristan Gingold2014-01-041-37/+18
| | | | (preliminary work for vhdl08)
* Fix bug21274.Tristan Gingold2013-12-311-3/+74
| | | | WIP for VHDL08.
* Revert cs156 and cs157 (the issues are caught before).Tristan Gingold2013-12-291-11/+0
|
* Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold2013-12-171-5/+299
|
* Fix potential infinite recursion in previous commitBrian Drummond2013-12-151-1/+3
|
* Patch for https://gna.org/bugs/?20597 and ↵Brian Drummond2013-12-151-0/+9
| | | | https://gna.org/support/index.php?2553. Abort compilation if previous errors, or raise bug if none, when asked to Get_Kind of a null object.
* ghdl 0.29 release.gingold2010-01-121-0/+168
|
* Now handle vhdl 2008 arrays in the front end.gingold2009-08-131-56/+121
| | | | Bug fixes.
* New feature: all-sensitized processes (for vhdl 2008)gingold2008-09-061-1/+25
|
* Switch to gcc 4.3gingold2008-08-301-1/+0
| | | | | Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
* synchronized to ghdl 0.26gingold2007-04-221-0/+1
|
* direct drivers and bugs fixgingold2006-10-021-33/+39
|
* bugs fixedgingold2006-08-061-41/+41
|
* more optimizations + bug fixesgingold2005-11-221-7/+7
|
* handle universal real div integer evaluation,gingold2005-11-071-0/+29
| | | | | | more optimizations added, multi-thread ready grt, bug fixes
* update: support of amd64 + more optimizationsgingold2005-11-011-18/+76
|
* First import from sourcesgingold2005-09-241-0/+6572