aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vhdl: avoid a crash on forced analysis of a erroneous name expressionTristan Gingold2021-05-282-22/+23
* testsuite/gna: add a test for previous commitTristan Gingold2021-05-282-0/+10
* vhdl-sem_stmts.adb: avoid duplicate error messageTristan Gingold2021-05-281-0/+3
* testsuite/gna: remove trailing CR in issue#1771Tristan Gingold2021-05-272-30/+30
* testsuite/gna: add a test for #1771Tristan Gingold2021-05-263-0/+111
* ieee2008: backport fixed_generic_pkg-body changes from opensource.ieee.orgTristan Gingold2021-05-261-2/+2
* testsuite/gna: add tests for #1772Tristan Gingold2021-05-254-0/+79
* vhdl-utils: element attribute is a type markTristan Gingold2021-05-251-1/+2
* testsuite/gna: add a test for #1771Tristan Gingold2021-05-241-0/+7
* testsuite/synth: add tests for previous commitTristan Gingold2021-05-243-0/+49
* netlists-memories: avoid a crash on uninitialized ROM.Tristan Gingold2021-05-241-1/+9
* testsuite/gna: add a test for #1771Tristan Gingold2021-05-242-0/+43
* testsuite/gna: add a test for previous commitTristan Gingold2021-05-233-0/+39
* vhdl-scanner: improve column for scanner messagesTristan Gingold2021-05-231-1/+4
* files_map: adjust computation of column for tabsTristan Gingold2021-05-232-4/+3
* vhdl-evaluation: add a commentTristan Gingold2021-05-221-0/+7
* testsuite/gna: add a test for previous commitTristan Gingold2021-05-222-0/+9
* vhdl-evaluation: avoid a crash on null range for enumeration typesTristan Gingold2021-05-211-2/+60
* testenv.sh: allow additional package files for synth_tb. For #1675Tristan Gingold2021-05-211-3/+4
* Add option to compile UVVM Wishbone VIP.Patrick Lehmann2021-05-192-1/+11
|\
| * Add option to compile UVVM Wishbone VIP.MichaƂ Kruszewski2021-05-192-1/+11
* | trans-chap6: add a commentTristan Gingold2021-05-191-0/+1
* | ortho_front: use array subtype element if indexing an array subtype.Tristan Gingold2021-05-191-1/+4
* | testsuite/gna: add a test for #1764Tristan Gingold2021-05-183-0/+145
* | ortho/gcc, ortho/llvm: do not allocate space for unbounded fields. Fix #1764Tristan Gingold2021-05-187-15/+92
* | testsuite/gna: add a test for #1768Tristan Gingold2021-05-174-0/+70
* | vhdl-sem: handle indexed and slice names. Fix #1768Tristan Gingold2021-05-171-56/+42
* | doc/using: update wave filtering, add note about GTKWave, link to section GHW...Unai Martinez-Corral2021-05-172-47/+35
* | testsuite/gna: add a test for #1765Tristan Gingold2021-05-163-0/+70
* | vhdl-utils: an object alias may not have a subtype indication. Fix #1765Tristan Gingold2021-05-161-5/+10
* | vhdl: remove unused Get/Set_Alias_DeclarationTristan Gingold2021-05-167-231/+166
* | trans-chap4: add commentsTristan Gingold2021-05-161-0/+4
* | grt-table.adb: avoid overflow for computing memory size. For #1761Tristan Gingold2021-05-151-5/+8
* | testsuite/gna: add a test for #1757Tristan Gingold2021-05-132-0/+67
* | testsuite/gna: add more tests for #641Tristan Gingold2021-05-1334-1/+677
* | testsuite/gna: add a test for #641Tristan Gingold2021-05-134-0/+87
* | trans-chap6: handle alias of unbounded record. For #641Tristan Gingold2021-05-131-1/+2
* | Makefile.in: fix wrong path for libghw targetXiretza2021-05-101-3/+3
* | ortho: fix CFLAGS/CXXFLAGS distinctionXiretza2021-05-102-2/+2
* | configure, Makefile.in: use CXXFLAGS from environmentXiretza2021-05-102-2/+5
* | ortho: use LDFLAGS and prefer them over defaultsXiretza2021-05-107-9/+8
* | Makefile.in: strip -static from LDFLAGS for libghdlXiretza2021-05-101-1/+1
* | Makefile.in: use LDFLAGSXiretza2021-05-101-6/+6
* | configure: use LDFLAGS from environmentXiretza2021-05-101-1/+1
* | Makefiles: remove unused GNAT_LARGS variableXiretza2021-05-102-6/+6
* | Makefile.in: fold OPT_FLAGS and WARN_FLAGS into CFLAGSXiretza2021-05-101-8/+10
* | grt/Makefile: use CFLAGSXiretza2021-05-101-2/+2
* | Makefile.in: use CFLAGS from configureXiretza2021-05-101-6/+7
* | Makefile.in: pass Ada warning options to GRTXiretza2021-05-101-7/+9
* | grt: fix warning about possible constant declarationXiretza2021-05-101-1/+1