aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sem_names: indexed attribute declaration is an error.Tristan Gingold2018-07-081-2/+4
| | | | Fix #621
* Merge pull request #617 from vuokko/compile-alteraPatrick Lehmann2018-07-021-1/+72
|\ | | | | Cyclone 1,2,3 support for compile-altera.sh
| * Fixes for compile-altera.sh based on feedbackHannu Vuolasaho2018-06-301-9/+22
| |
| * Cyclone 1,2,3 support for compile-altera.shHannu Vuolasaho2018-06-291-1/+59
|/ | | | | | | Quartus 13 is last version which supported older devices. Also first supported version of script. TODO: Port support to Windows, maybe add more file existence testing.
* grt: use 64-bit type for Nbr_Cycles.Tristan Gingold2018-06-282-6/+4
| | | | Fix #614
* pnodes.py: error message on undescribed node.Tristan Gingold2018-06-211-2/+6
|
* Add reproducer for #606Tristan Gingold2018-06-193-0/+42
|
* Delay translation of default configuration.Tristan Gingold2018-06-192-4/+19
| | | | Fix #606
* Add testcase for #609Tristan Gingold2018-06-162-0/+35
|
* Avoid crash in case of incorrect use of signature.Tristan Gingold2018-06-161-4/+27
| | | | Fix #609
* Merge pull request #601 from 1138-4EB/fix-make-use-tailPatrick Lehmann2018-06-091-1/+4
|\ | | | | Log STDERR of make to a file and use tail to show last 1000 lines.
| * log stderr of make to a file and use tail to show last 1000 lines1138-4EB2018-06-081-1/+4
| |
* | Merge pull request #602 from 1138-4EB/update-fedoraPatrick Lehmann2018-06-091-2/+2
|\ \ | |/ |/| Use fedora28 instead of fedora26.
| * use fedora28 instead of fedora261138-4EB2018-06-081-2/+2
|/
* Add testcase for #598Tristan Gingold2018-06-082-0/+31
|
* evaluation: handle to_string for arrays.Tristan Gingold2018-06-081-0/+30
| | | | Fix #598
* 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
|\ | | | | Rephrase documentation - typos, grammatical nuance, and links
| * Add reference to Windows PowerShell upgradegritbub2018-06-051-0/+2
| |
| * Fix typogritbub2018-06-051-1/+1
| | | | | | | | | | | | | | @gwtnb opened PR 597 while PR 591 was still open, pointing out this typo that had been missed. Incorporate this typo fix into PR 591
| * Reduce after-sentence spacing to one spacegritbub2018-06-057-125/+125
| | | | | | | | | | | | | | | | | | During PR 591 it was decided that all sentences should be ended with a period and then followed by only one space. Regex changed 132 instances of two spaces to one space (in 7 files). Also changed the second paragraph of CodingStyle to dictate the use of one space instead of two.
| * Remove single quotes around linksgritbub2018-06-045-16/+16
| |
| * Elaborate the contents of the bug report templategritbub2018-06-041-2/+2
| | | | | | | | Also add a link to 1138-4EB/issue-runner
| * Standardize indentation to 2 spacesgritbub2018-06-044-201/+201
| | | | | | | | | | Change indentation within documentation code blocks to 2 space indents instead of 3.
| * Move short option after long optiongritbub2018-06-041-26/+26
| | | | | | | | Clean up indentation.
| * Replace Minimum with Minimalgritbub2018-06-021-1/+1
| |
| * Change pronouns from singular to plural.gritbub2018-06-023-3/+3
| | | | | | | | | | | | | | Address 3 requested changes: -[Meta](https://github.com/ghdl/ghdl/pull/591/files#r192524451) -[Roadmap](https://github.com/ghdl/ghdl/pull/591/files#r192524641) -[ImplementationOfVHDL](https://github.com/ghdl/ghdl/pull/591/files#r192529073)
| * 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
| | | | | | | | Fix #568
* | grt: add declaration to fill the gap with gcc 8.1Tristan Gingold2018-06-021-0/+10
| | | | | | | | For #568
* | 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 example
| * 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/docker
| * 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)
| * 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