aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* travis-ci: investigate gnat-gpl install issueTristan Gingold2017-08-172-3/+4
* travis-ci: fix fold (again?) and macos-xTristan Gingold2017-08-172-5/+7
* travis-ci: try build on macos xTristan Gingold2017-08-174-17/+83
* travis: remove script deploy, adjust fold.Tristan Gingold2017-08-172-5/+3
* travis: use matrix with os-x, add fold commands in logTristan Gingold2017-08-172-4/+23
* Added std_logic_misc for all VHDL versions to the synopsys flavor (PowerShell...Patrick Lehmann2017-08-162-18/+16
* Reimport appveyor and travis-ci scripts from v0.34Tristan Gingold2017-08-169-271/+186
* Add testcase for #397Tristan Gingold2017-08-162-0/+36
* Avoid crash in overload resolution of selected element.Tristan Gingold2017-08-161-2/+8
* Add reproducer for #395Tristan Gingold2017-08-033-0/+25
* sem_names: fix a crash with overload on a slice.Tristan Gingold2017-08-031-0/+1
* Reworked and improved pre-compile scripts.Patrick Lehmann2017-07-2915-428/+1881
* Add testcase for #392Tristan Gingold2017-07-272-0/+17
* Translation: consider big arrays as non-static.Tristan Gingold2017-07-271-1/+12
* Set version to 0.35-devTristan Gingold2017-07-261-2/+2
* Add testcase for #389Tristan Gingold2017-07-222-0/+15
* Avoid crash on indexed enumeration literal.Tristan Gingold2017-07-221-1/+2
* Add testcase for #388Tristan Gingold2017-07-222-0/+17
* is_same_profile: handle enumeration_literal and function.Tristan Gingold2017-07-221-0/+10
* Add testcase for #387Tristan Gingold2017-07-222-0/+12
* Improve error handling on type mark.Tristan Gingold2017-07-222-1/+8
* configure: add --disable-checksTristan Gingold2017-07-212-10/+17
* Refine previous patch: don't keep obsolete units of current analyzed file.Tristan Gingold2017-07-202-34/+29
* libraries: mark unit obsolete to reduce the number of obsolete checks.Tristan Gingold2017-07-191-186/+270
* Add testcase from #382Tristan Gingold2017-07-146-0/+202
* Detect wait timeout overflow.Tristan Gingold2017-07-141-2/+7
* Add reproducer for #384Tristan Gingold2017-07-142-0/+35
* Set parent of implicit deallocate declaration.Tristan Gingold2017-07-141-0/+1
* vests: use ghdl --find-top instead of get_entities.Tristan Gingold2017-07-052-12/+33
* Add ghdl --find-top command.Tristan Gingold2017-07-057-0/+345
* vests: fix incorrect assertions.Tristan Gingold2017-07-052-54/+54
* iirs.ads: fix typos in comment.Tristan Gingold2017-07-031-2/+2
* Add std_logic_misc to synopsys v08.Tristan Gingold2017-07-023-10/+28
* remove build_reference_decl, add maybe_ref to condition and target.Tristan Gingold2017-07-025-285/+333
* iirs: fix typos.Tristan Gingold2017-07-021-3/+3
* mcode: add comment, abstract.Tristan Gingold2017-07-021-4/+13
* Add testcase for previous patch.Tristan Gingold2017-06-302-0/+58
* create_default_map_aspect: error if no formal.Tristan Gingold2017-06-301-18/+17
* sem_assoc: do not try to extract formal conversion if actual is open.Tristan Gingold2017-06-291-2/+6
* ortho/mcode: preliminary work to support win64.Tristan Gingold2017-06-283-40/+84
* Add reproducer for #373Tristan Gingold2017-06-287-0/+655
* trans-chap3: factorize code to translate array element.Tristan Gingold2017-06-281-44/+14
* Testcase for #375Tristan Gingold2017-06-272-0/+37
* canon_sensitivity: handle conditional signal assignment.Tristan Gingold2017-06-271-6/+26
* Add testcase for #373Tristan Gingold2017-06-272-0/+30
* sem_assocs: correctly check both possibilities for parenthesis formal.Tristan Gingold2017-06-272-75/+112
* Add testcase for #374Tristan Gingold2017-06-262-0/+28
* sem_parenthesis_name: handle unit declaration as prefix.Tristan Gingold2017-06-261-1/+2
* translate: renaming.Tristan Gingold2017-06-218-49/+52
* translate: factorize code.Tristan Gingold2017-06-212-6/+3