aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-1319-67/+84
* testsuite/gna: add test from #1370Tristan Gingold2020-06-132-0/+48
* testsuite/gna: adjust #1364Tristan Gingold2020-06-131-0/+1
* vhdl-parse: always keep parentheses in case expression. For #1364Tristan Gingold2020-06-132-3/+22
* doc: mention issue #1368 for MacOS builds.Tristan Gingold2020-06-131-2/+4
* testsuite/gna: complete test for #1364Tristan Gingold2020-06-123-1/+51
* vhdl-sem_expr: use -frelaxed for parentheses aggregates. For #1364Tristan Gingold2020-06-121-14/+39
* testsuite/synth: add a test for #1367Tristan Gingold2020-06-122-0/+128
* synth: handle slices for PSL prev and stable. Fix #1367Tristan Gingold2020-06-121-2/+2
* testsuite/synth: add test for #1366Tristan Gingold2020-06-123-0/+123
* vhdl: analyze and synth concurrent statements in vunit. Fix #1366Tristan Gingold2020-06-126-16/+46
* configure: factorize code.Tristan Gingold2020-06-121-2/+1
* vhdl: parse statements in verification units.Tristan Gingold2020-06-112-103/+98
* llvm6 - add support for llvm 3.5Tristan Gingold2020-06-111-2/+35
* llvm6: adjust assertions and unreachable.Tristan Gingold2020-06-112-11/+11
* grt-fst: padd time resolution. Fix #1365Tristan Gingold2020-06-111-2/+3
* testsuite/gna: add a test for #1362Tristan Gingold2020-06-094-0/+28
* vhdl: allows --work between files for -c. Fix #1362Tristan Gingold2020-06-097-36/+65
* testsuite/gna: add a test from #1364Tristan Gingold2020-06-092-0/+47
* testsuite/gna: add a test for #1360Tristan Gingold2020-06-092-0/+87
* vhdl: handle aggregates in choices. Fix #1360Tristan Gingold2020-06-092-0/+10
* ortho/llvm4-nodebug: fix a comment.Tristan Gingold2020-06-091-1/+1
* src/ortho/oread/tests: adjust some tests (keyword in upper case).Tristan Gingold2020-06-094-43/+43
* LLVM backend with debug info (in C/C++)Tristan Gingold2020-06-099-0/+4047
* Adjust use of PSL prev() in fell(), rose() & stable() testcasestmeissner2020-06-073-3/+9
* Add PSL built-in prev() function to allowed expressionstmeissner2020-06-071-0/+1
* doc: update list of contributorseine2020-06-071-1/+2
* testsuite/synth: add a test of PSL built-in function fell() for #662tmeissner2020-06-073-1/+63
* Synthesis of PSL built-in fell() function.tmeissner2020-06-075-5/+94
* std_names: remove extra blank.Tristan Gingold2020-06-061-1/+1
* testsuite/synth: add a test of PSL built-in function rose() for #662tmeissner2020-06-063-1/+63
* Synthesis of PSL built-in rose() function.tmeissner2020-06-065-2/+92
* testsuite/synth: add a test of PSL built-in function stable() for #662tmeissner2020-06-065-11/+105
* Synthesis of PSL stable() function.tmeissner2020-06-065-12/+107
* ci(msys2): update eine/setup-msys2 to v1umarcor2020-06-061-1/+1
* ci(msys2): set default shell on GHA windows-latest jobsumarcor2020-06-061-2/+4
* ci: trigger repository_dispatch in ghdl/dockereine2020-06-041-0/+6
* testsuite/gna: add a test for stack2 release.Tristan Gingold2020-06-042-0/+60
* trans-chap8: handle accesses like scalar in return statement.Tristan Gingold2020-06-041-10/+4
* trans-chap8: handle stack2 in condition of control statement.Tristan Gingold2020-06-041-14/+43
* grt: add check for empty stack2.Tristan Gingold2020-06-043-4/+27
* grt-lib: minor reformatting.Tristan Gingold2020-06-041-5/+3
* grt: do not export disp_process_name.Tristan Gingold2020-06-043-6/+4
* Makefile.in: always add src/synth to the include path.Tristan Gingold2020-06-041-1/+1
* doc: update comment about shared and frelaxed (#1350)eine2020-06-041-1/+2
* ci/msys2: styleeine2020-06-041-7/+15
* testsuite/synth: add a test for #1348Tristan Gingold2020-06-023-0/+143
* netlists-memories: simplify addresses when using a 'to' range. Fix #1348Tristan Gingold2020-06-021-0/+264
* netlists-gates.ads: add comments.Tristan Gingold2020-06-021-6/+8
* netlists-memories: clean up: remove handling of dff/idff in chains.Tristan Gingold2020-06-021-57/+28