aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remote ortho_code-x86-flags.ads (generated file).Tristan Gingold2014-01-081-2/+0
|
* Update version in ghdl.texiTristan Gingold2014-01-081-1/+1
|
* Translate: remove duplicate code to translate variable interfaces.Tristan Gingold2014-01-081-39/+25
|
* Rework implementation of -frelaxed-rules, add bug20767.Tristan Gingold2014-01-085-18/+77
|
* Fix crash in translation while checking static bounds.Tristan Gingold2014-01-081-1/+1
|
* Insert old NEWS file.Tristan Gingold2014-01-081-14/+393
|
* Rework literal typing (and initial work for condition operator).Tristan Gingold2014-01-0814-515/+371
|
* Translation: rework instance building.Tristan Gingold2014-01-082-251/+345
| | | | Preliminary work to support llvm.
* Commit to attach 'tip' to default branchBrian Drummond2014-01-071-0/+1
|
* Dates updated in doc and ghdlmainBrian Drummond2014-01-072-3/+3
|
* NEWS changed : commit to ensure future commits are to the Default branch not ↵Brian Drummond2014-01-071-0/+7
| | | | the (stable) ghdl-0.31 branch.
* Last changes before 0.31 releaseBrian Drummond2014-01-072-2/+31
|
* Added tag 0.31rc1 for changeset 761a4c1386dcBrian Drummond2014-01-060-0/+0
|
* Add missing mkdir in translate/gcc/dist.shBrian Drummond2014-01-061-0/+1
|
* Fix typo (thanks to Brian).Tristan Gingold2014-01-061-1/+1
|
* Fix bug17759: individual associated to an element of array of array.Tristan Gingold2014-01-053-0/+54
|
* Fix bug15702: require generic association in direct entity instantiation.Tristan Gingold2014-01-053-9/+64
|
* Fix bug17203: elaborate packages of an entity before evaluating default expr.Tristan Gingold2014-01-053-9/+84
|
* Translate bit string literals in aggregate. Fix bug18659.Tristan Gingold2014-01-053-68/+135
|
* Translation: fix accessibility in component configuration.Tristan Gingold2014-01-041-30/+60
|
* Add ieee 2008 packages.Tristan Gingold2014-01-0424-0/+34686
|
* Fix various minor bugs: alias of access type, subprograms in entity, activeTristan Gingold2014-01-046-18/+43
| | | | | attribute in sensitivity list, missing dependence, and block_statement in expanded name.
* Fix record signal assignment with several waveform elements.Tristan Gingold2014-01-041-1/+1
|
* sem_discrete_range_expression: be sure the range is discrete.Tristan Gingold2014-01-0410-73/+109
| | | | | Allow attribute specifications on statements in entities. (and a couples of minor crashes).
* attribute specification: allow specification on the implicit GUARD signal.Tristan Gingold2014-01-041-21/+44
| | | | Fix wrong report for duplicate attribute specification.
* Handle use clause on enumeration literal.Tristan Gingold2014-01-041-0/+1
|
* Handle physical units in eval_incdec.Tristan Gingold2014-01-041-2/+3
|
* Avoid a crash for component declarations in processes.Tristan Gingold2014-01-041-1/+2
|
* Improve error recovery for invalid bit string.Tristan Gingold2014-01-041-3/+13
|
* Add generic_chain and generic_map_aspect to package and subprogramsTristan Gingold2014-01-042-63/+36
| | | | (preliminary work for vhdl08)
* Fix and add bug20549: compare assigned value with driver value in directTristan Gingold2014-01-044-3/+122
| | | | signal assignment.
* Add missing grt-rtis.adb files.Tristan Gingold2014-01-021-0/+38
|
* Use GNAT.OS_Lib.Is_Absolute_Path (for Windows).Tristan Gingold2014-01-023-111/+2
|
* Add bug15993.Tristan Gingold2014-01-024-0/+213
|
* Fix bug7186: missing check in Sem_Parenthesis_Name for non-overloaded case.Tristan Gingold2014-01-023-29/+67
|
* Add bug16782.Tristan Gingold2014-01-012-0/+46
|
* Fix bug14953: improve error message for direct signal assignment.Tristan Gingold2014-01-017-13/+55
|
* Rework registration of RTIs for packages, to fix bug 21052.Tristan Gingold2014-01-0114-74/+239
|
* Fix sr2737 (rol/ror with shift = +/- length).Tristan Gingold2014-01-017-2/+2095
|
* Add a note for ppc64 in gcc/README.Tristan Gingold2014-01-011-0/+14
|
* Add bug17309Tristan Gingold2014-01-014-0/+2356
|
* vests/testsuite.sh: remove temporary files at end of testbench.Tristan Gingold2014-01-011-0/+3
|
* Add bug18361.Tristan Gingold2014-01-012-0/+101
|
* Fix bug18280, and add it.Tristan Gingold2014-01-015-7/+97
|
* translation: remove protected in Is_Equal_Limit (missing check added).Tristan Gingold2014-01-011-11/+1
|
* testsuite: fix permission, build get_entities.Tristan Gingold2014-01-014-0/+1
|
* Fix bug21274.Tristan Gingold2013-12-3125-354/+1025
| | | | WIP for VHDL08.
* Add bug21274Tristan Gingold2013-12-312-0/+23
|
* add bug15966.Tristan Gingold2013-12-312-0/+106
|
* Fix bug in get_entities, add STOP <time> to testsuite scriptBrian Drummond2013-12-292-10/+12
|