summaryrefslogtreecommitdiff
path: root/sem_expr.adb
AgeCommit message (Collapse)Author
2014-01-13Fix bug20312: rewrite of complex types.Tristan Gingold
Fix crashes in sem_expr when string literals are used in range exprs.
2014-01-08Rework literal typing (and initial work for condition operator).Tristan Gingold
2014-01-04sem_discrete_range_expression: be sure the range is discrete.Tristan Gingold
Allow attribute specifications on statements in entities. (and a couples of minor crashes).
2013-12-31Fix bug21274.Tristan Gingold
WIP for VHDL08.
2013-12-29Fix multidimensional array individual association.Tristan Gingold
Fix missing check in discrete range.
2013-12-24Fix mcode for i386 Darwin.Tristan Gingold
2013-12-17Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold
2010-01-12ghdl 0.29 release.gingold
2009-08-13Now handle vhdl 2008 arrays in the front end.gingold
Bug fixes.
2008-09-06New feature: all-sensitized processes (for vhdl 2008)gingold
2008-08-31Create package options from flags to avoid circular elaborationgingold
2008-08-30Switch to gcc 4.3gingold
Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
2008-06-02Avoid error propagation when aggregate choice is invalid.gingold
2008-04-09Improve macosX support.gingold
Fix crashes in error handling.
2007-04-22synchronized to ghdl 0.26gingold
2006-08-06bugs fixedgingold
2006-06-16bug fixesgingold
2006-02-14bugs fixesgingold
2005-12-18ghdl 0.21 is outgingold
2005-11-01update: support of amd64 + more optimizationsgingold
2005-10-09--vcdz option added,gingold
switched to gcc-4.0.2, can be compiled with GNAT GPL 2005 ready for ada05 (interface identifier not used anymore) bug fixes
2005-09-24First import from sourcesgingold