| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for package interface. | Tristan Gingold | 2014-10-29 | 1 | -21/+22 |
* | Rework for support of generic packages. | Tristan Gingold | 2014-10-22 | 1 | -16/+17 |
* | Initial support for package header and package instantiation. | Tristan Gingold | 2014-10-14 | 1 | -42/+50 |
* | Add a python script to automatically generate disp_tree. | Tristan Gingold | 2014-09-25 | 1 | -30/+104 |
* | Keep names in the tree. | Tristan Gingold | 2014-09-02 | 1 | -576/+735 |
* | Add parenthesis_Expression, --reprint and --compare-tokens commands. | Tristan Gingold | 2014-07-23 | 1 | -20/+20 |
* | Replace architecture_declaration by architecture_body to follow lrm. | Tristan Gingold | 2014-07-19 | 1 | -4/+4 |
* | Handle character literals like simple names. | Tristan Gingold | 2014-07-19 | 1 | -1/+3 |
* | vhdl 2008: visibility, more implicit subprograms, alias... | Tristan Gingold | 2014-07-17 | 1 | -60/+68 |
* | vhdl08: add oread, hread. | Tristan Gingold | 2014-07-01 | 1 | -6/+4 |
* | Add many vhdl08 predefined operators and functions. Add std.env | Tristan Gingold | 2014-06-30 | 1 | -3/+4 |
* | Resolve expression in variable assignment when target is an aggregate. | Tristan Gingold | 2014-06-28 | 1 | -3/+10 |
* | Use library unit instead of design unit. | Tristan Gingold | 2014-06-24 | 1 | -33/+20 |
* | Handla index of 'image. Fix ticket20. | Tristan Gingold | 2014-06-21 | 1 | -3/+22 |
* | Rework implementation of -frelaxed-rules, add bug20767. | Tristan Gingold | 2014-01-08 | 1 | -11/+21 |
* | Rework literal typing (and initial work for condition operator). | Tristan Gingold | 2014-01-08 | 1 | -0/+7 |
* | Fix various minor bugs: alias of access type, subprograms in entity, active | Tristan Gingold | 2014-01-04 | 1 | -0/+3 |
* | sem_discrete_range_expression: be sure the range is discrete. | Tristan Gingold | 2014-01-04 | 1 | -1/+3 |
* | Fix bug7186: missing check in Sem_Parenthesis_Name for non-overloaded case. | Tristan Gingold | 2014-01-02 | 1 | -29/+34 |
* | Fix bug21274. | Tristan Gingold | 2013-12-31 | 1 | -1/+1 |
* | Fix two crashes (bug18810 and bug15933). | Tristan Gingold | 2013-12-29 | 1 | -1/+2 |
* | Check that parameter of signal attributes is static (ticket #1) | Tristan Gingold | 2013-12-28 | 1 | -1/+10 |
* | Fix 'range'left & co. | Tristan Gingold | 2013-12-27 | 1 | -2/+9 |
* | Fix names such as 'range'left. | Tristan Gingold | 2013-12-24 | 1 | -24/+59 |
* | Fix mcode for i386 Darwin. | Tristan Gingold | 2013-12-24 | 1 | -1/+4 |
* | Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files. | Tristan Gingold | 2013-12-17 | 1 | -39/+17 |
* | Patch for improved error message for https://gna.org/bugs/index.php?18360 | Brian Drummond | 2013-12-13 | 1 | -1/+4 |
* | Fix for https://gna.org/bugs/?18351 | Brian Drummond | 2013-12-02 | 1 | -1/+14 |
* | OSVVM patch | Brian Drummond | 2013-12-02 | 1 | -7/+43 |
* | ghdl 0.29 release. | gingold | 2010-01-12 | 1 | -0/+8 |
* | Version 0.28. | gingold | 2009-09-21 | 1 | -1/+1 |
* | Now handle vhdl 2008 arrays in the front end. | gingold | 2009-08-13 | 1 | -6/+9 |
* | New feature: all-sensitized processes (for vhdl 2008) | gingold | 2008-09-06 | 1 | -1/+35 |
* | Create package options from flags to avoid circular elaboration | gingold | 2008-08-31 | 1 | -1/+1 |
* | Switch to gcc 4.3 | gingold | 2008-08-30 | 1 | -8/+6 |
* | synchronize: add support for MacOSX, fix bogus type conversion | gingold | 2008-01-15 | 1 | -1/+2 |
* | synchronized to ghdl 0.26 | gingold | 2007-04-22 | 1 | -4/+7 |
* | SEH handled | gingold | 2006-11-18 | 1 | -1/+1 |
* | direct drivers and bugs fix | gingold | 2006-10-02 | 1 | -0/+3 |
* | bugs fixed | gingold | 2006-08-06 | 1 | -2/+6 |
* | bugs fix, 93c improved | gingold | 2006-06-22 | 1 | -2/+19 |
* | bug fixes | gingold | 2006-06-16 | 1 | -1/+1 |
* | bugs fixes | gingold | 2006-02-14 | 1 | -1/+2 |
* | location correct in an error message | gingold | 2005-12-11 | 1 | -1/+2 |
* | bug fixes | gingold | 2005-12-10 | 1 | -1/+12 |
* | more optimizations + bug fixes | gingold | 2005-11-22 | 1 | -0/+2 |
* | handle universal real div integer evaluation, | gingold | 2005-11-07 | 1 | -0/+3 |
* | update: support of amd64 + more optimizations | gingold | 2005-11-01 | 1 | -4/+8 |
* | --vcdz option added, | gingold | 2005-10-09 | 1 | -2/+2 |
* | First import from sources | gingold | 2005-09-24 | 1 | -0/+3318 |