aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Detect wait timeout overflow.Tristan Gingold2017-07-141-2/+7
| | | | Fix #382
* Add reproducer for #384Tristan Gingold2017-07-142-0/+35
|
* Set parent of implicit deallocate declaration.Tristan Gingold2017-07-141-0/+1
| | | | Fix #384
* vests: use ghdl --find-top instead of get_entities.Tristan Gingold2017-07-052-12/+33
| | | | Move log redirection to upper testsuite.sh
* 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
| | | | For #181
* 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
| | | | Fix #376
* Testcase for #375Tristan Gingold2017-06-272-0/+37
|
* canon_sensitivity: handle conditional signal assignment.Tristan Gingold2017-06-271-6/+26
| | | | Fix #375
* Add testcase for #373Tristan Gingold2017-06-272-0/+30
|
* sem_assocs: correctly check both possibilities for parenthesis formal.Tristan Gingold2017-06-272-75/+112
| | | | Fix #373
* Add testcase for #374Tristan Gingold2017-06-262-0/+28
|
* sem_parenthesis_name: handle unit declaration as prefix.Tristan Gingold2017-06-261-1/+2
| | | | Fix #374
* translate: renaming.Tristan Gingold2017-06-218-49/+52
|
* translate: factorize code.Tristan Gingold2017-06-212-6/+3
|
* Follow-up for #370Tristan Gingold2017-06-211-20/+35
|
* Add testcase for #371Tristan Gingold2017-06-202-0/+38
|
* ortho: add comments.Tristan Gingold2017-06-203-1/+5
|
* Add reproducer for #372Tristan Gingold2017-06-202-0/+21
|
* Avoid a crash while slicing array of length 0.Tristan Gingold2017-06-201-1/+1
| | | | Fix #372
* Add reproducer for #370Tristan Gingold2017-06-192-0/+37
|
* Translate: use create_temp for create_record_type_builder.Tristan Gingold2017-06-191-5/+3
| | | | Fix #370
* WIP on mcode for win64.Tristan Gingold2017-06-197-13/+35
|
* Add reproducer for #369Tristan Gingold2017-06-182-0/+27
|
* Do_Conversion: pass a real location.Tristan Gingold2017-06-181-1/+1
| | | | Fix #369
* Add reproducer for #361Tristan Gingold2017-06-182-0/+25
|
* gen_simple_signal_assign: handle unbounded record.Tristan Gingold2017-06-181-2/+3
| | | | Fix #361
* Avoid MSYS2 path translation.Tristan Gingold2017-06-172-5/+12
| | | | Fix #365
* Add testcase for previous patch.Tristan Gingold2017-06-162-0/+41
|
* Allocate dynamic object in suspended procedures on stack2.Tristan Gingold2017-06-166-29/+82
|
* sem_decls: avoid crash on unknown subtype.Tristan Gingold2017-06-161-1/+1
|
* Add reproducer for #368Tristan Gingold2017-06-142-0/+31
|
* Check bounds for real.Tristan Gingold2017-06-141-10/+2
| | | | Fix #368
* trans-chap3.adb: constify.Tristan Gingold2017-06-141-12/+7
|
* Silent spurious warning.Tristan Gingold2017-06-141-0/+5
| | | | Fix #360
* configure: use pwd -W on windows.Tristan Gingold2017-06-132-2/+8
|
* appveyor/build.ps1: exit with the status of make.Tristan Gingold2017-06-131-1/+4
|
* bug071: tentatively set precision for mingw64.Tristan Gingold2017-06-131-2/+2
|
* Appveyor: set test exit status (tentatively)Tristan Gingold2017-06-121-4/+9
| | | | For #364
* Document requirements for MSYS.Tristan Gingold2017-06-121-0/+4
| | | | Close #362