aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #583 from 1138-4EB/add-issue-templatesPatrick Lehmann2018-05-267-6/+125
|\ | | | | add .github (issue templates)
| * add .github (issue templates)1138-4EB2018-05-267-6/+125
|/
* Merge pull request #582 from 1138-4EB/occured-typoPatrick Lehmann2018-05-2613-513/+513
|\ | | | | fix 'occured' typo
| * fix 'occured' typo1138-4EB2018-05-2613-513/+513
|/
* Apply previous patch to llvm-nodebugTristan Gingold2018-05-261-8/+17
|
* Add testcase for #578Tristan Gingold2018-05-263-0/+552
|
* ortho_llvm: do not generate loop_stmt/indexed_element if unreachable.Tristan Gingold2018-05-262-16/+34
| | | | Fix for #578
* pnodes.py: add --kind-range-prefix option.Tristan Gingold2018-05-231-4/+11
|
* pnodes: do not allow redeclaration.Tristan Gingold2018-05-231-0/+3
|
* activate xcode9.3 only1138-4EB2018-05-231-5/+3
|
* add xcode8.3 and xcode9.3 travis jobs1138-4EB2018-05-231-2/+7
|
* Revert previous commit (use -$(MKDIR) in Makefile.in)Tristan Gingold2018-05-231-6/+6
| | | | This reverts commit 0d4bfcdca0e2cda064e82a7e9dfad323877c4c88.
* Update Makefile.inflip1112018-05-221-6/+6
| | | make fails if mkdir command fails. `-` in front of mkdir treats it as a success. This is useful when reusing existing `bin`-dir & friends. Or when building/installing ghdl a second time
* Makefile.in: Use INSTALL_PROGRAM for anything with SOEXTChristian Cornelssen2018-05-211-3/+3
| | | | | This sets x permissions. Without those, object loaders may complain, as Cygwin does when running testsuite/gna/issue450.
* configure: Select correct SOEXT, EXEEXT, PIC_FLAGS for CygwinChristian Cornelssen2018-05-211-1/+2
|
* src/grt/Makefile.inc: grt/grt-files: Remove CR from line endsChristian Cornelssen2018-05-201-1/+1
| | | | | | Under Cygwin, generated *.adb files get CRLF line endings. These get propagated to grt/grt-files and later confuse the ar command for libgrt.a (because IFS does not contain CR).
* configure: Fall back to `pwd` if `pwd -W` does not workChristian Cornelssen2018-05-191-3/+3
| | | | | | This enables configure runs under Cygwin. Also (re)move an unused curdir=`pwd`.
* Fix warning: use clause for package has no effectVicente Bergas2018-05-0319-49/+4
| | | | | | | With gcc 8.1 the following message appears: warning: use clause for package "*" has no effect gnatmake: "*.adb" compilation error This patch fixes it.
* Add testcase for #563Tristan Gingold2018-04-305-0/+149
|
* Avoid crash on empty parentheses.Tristan Gingold2018-04-301-4/+18
| | | | Fix #563
* Use specific error message for direction mismatch.Tristan Gingold2018-04-256-24/+74
| | | | Fix #559
* Add reproducer for #559Tristan Gingold2018-04-242-0/+78
|
* Improve error message for #560.Tristan Gingold2018-04-242-1/+19
|
* Add testcase for #560Tristan Gingold2018-04-245-0/+244
|
* sem_scopes: correctly handle conflicting potential visibility.Tristan Gingold2018-04-241-2/+2
| | | | Fix #560
* Complete testcase.Tristan Gingold2018-04-232-0/+71
|
* Add reproducer for previous commit.Tristan Gingold2018-04-232-0/+46
|
* Avoid a crash on incorrect range dimension.Tristan Gingold2018-04-231-2/+9
|
* Makefile.in: do not try to replace tarball.Tristan Gingold2018-04-211-5/+6
| | | | For #554
* Add testcase for #558Tristan Gingold2018-04-212-0/+25
|
* add ref to tar.gz file in Building1138-4EB2018-04-212-2/+2
|
* move COPYING_DOC.md to subdir doc1138-4EB2018-04-212-2/+2
|
* travis-ci.sh: call make with ghdl_version.Tristan Gingold2018-04-131-1/+2
| | | | Tentative fix for #554
* Add reproducer for #553Tristan Gingold2018-04-123-0/+63
|
* Avoid a crash on overload name used as a type mark.Tristan Gingold2018-04-121-1/+7
| | | | Fix #553
* Add reproducer for #552Tristan Gingold2018-04-112-0/+37
|
* Fix bounds of unconstrained strings.Tristan Gingold2018-04-111-2/+2
| | | | Fix #552
* Add reproducer for #381.Tristan Gingold2018-03-242-0/+24
|
* Avoid crash after error. For #381Tristan Gingold2018-03-242-1/+5
|
* Add reproducer for #544.Tristan Gingold2018-03-222-0/+19
|
* sem_hdl_expr: handle function call without parameters.Tristan Gingold2018-03-221-1/+3
| | | | Fix #544
* Increase the size of Nbr_Resumed_Processes; fix for #378Tristan Gingold2018-03-213-7/+10
|
* Set a version to libghdl, put version in configure.Tristan Gingold2018-03-219-65/+80
|
* Improve handling of cascaded error.Tristan Gingold2018-03-213-21/+28
| | | | Fir #543
* Add test for architecture declarative region nested in entity's one.Tristan Gingold2018-03-213-0/+21
|
* sem: architecture is a nested declarative region only in vhdl-02Tristan Gingold2018-03-211-2/+2
|
* Add testcase for #542Tristan Gingold2018-03-173-0/+84
|
* Avoid cascaded error messages.Tristan Gingold2018-03-151-1/+1
|
* Removed VUnit pre-compile scripts from GHDL.Patrick Lehmann2018-03-135-332/+69
| | | | Fixes #353, #534, #528.
* configure: add --enable-pythonTristan Gingold2018-03-074-73/+61
|