aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add testcase for #598Tristan Gingold2018-06-082-0/+31
* evaluation: handle to_string for arrays.Tristan Gingold2018-06-081-0/+30
* add :z to the docker bind argument1138-4EB2018-06-071-1/+1
* Merge pull request #591 from gritbub/documentation-revisionsPatrick Lehmann2018-06-0622-554/+544
|\
| * Add reference to Windows PowerShell upgradegritbub2018-06-051-0/+2
| * Fix typogritbub2018-06-051-1/+1
| * Reduce after-sentence spacing to one spacegritbub2018-06-057-125/+125
| * Remove single quotes around linksgritbub2018-06-045-16/+16
| * Elaborate the contents of the bug report templategritbub2018-06-041-2/+2
| * Standardize indentation to 2 spacesgritbub2018-06-044-201/+201
| * Move short option after long optiongritbub2018-06-041-26/+26
| * Replace Minimum with Minimalgritbub2018-06-021-1/+1
| * Change pronouns from singular to plural.gritbub2018-06-023-3/+3
| * Rephrase documentation - typos, grammatical nuance, and linksgritbub2018-06-0122-382/+370
* | add gcc case to build.sh1138-4EB2018-06-051-4/+47
* | fix typo in Makefile.in: ortho-lang-8.c1138-4EB2018-06-051-1/+1
* | Add support for gcc 8.1 as a backend.Tristan Gingold2018-06-022-1/+2168
* | grt: add declaration to fill the gap with gcc 8.1Tristan Gingold2018-06-021-0/+10
* | Add No_Secondary_Stack restriction.Tristan Gingold2018-06-011-0/+2
* | Rename issue581 -> issue584Tristan Gingold2018-06-013-0/+0
* | Add reproducer for #581Tristan Gingold2018-06-013-0/+59
* | Add reproducer for #586Tristan Gingold2018-06-013-0/+26
* | ortho_llvm: remove outdated comment.Tristan Gingold2018-06-013-3/+0
|/
* update contributing1138-4EB2018-05-301-1/+1
* Remove redundant use-clauses for gcc 8.1 compatibilityTruls Asheim2018-05-307-15/+1
* Merge pull request #587 from 1138-4EB/add-wait-entPatrick Lehmann2018-05-291-0/+1
|\
| * add wait statement to bug_report reproduction example1138-4EB2018-05-291-0/+1
|/
* Merge pull request #585 from 1138-4EB/split-dockerPatrick Lehmann2018-05-2720-278/+24
|\
| * move docker-related resources to ghdl/docker1138-4EB2018-05-2720-278/+24
|/
* Merge pull request #583 from 1138-4EB/add-issue-templatesPatrick Lehmann2018-05-267-6/+125
|\
| * 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' 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
* 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
* Update Makefile.inflip1112018-05-221-6/+6
* Makefile.in: Use INSTALL_PROGRAM for anything with SOEXTChristian Cornelssen2018-05-211-3/+3
* 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
* configure: Fall back to `pwd` if `pwd -W` does not workChristian Cornelssen2018-05-191-3/+3
* Fix warning: use clause for package has no effectVicente Bergas2018-05-0319-49/+4
* Add testcase for #563Tristan Gingold2018-04-305-0/+149
* Avoid crash on empty parentheses.Tristan Gingold2018-04-301-4/+18
* Use specific error message for direction mismatch.Tristan Gingold2018-04-256-24/+74