aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* llvm6: add generation of more debug info, improve compatibilityTristan Gingold2020-06-194-196/+535
|
* synth: handle std_logic_signed.conv_integer. For ghdl/ghdl-yosys-plugin#126Tristan Gingold2020-06-194-214/+225
|
* synth: handle to_x01. For ghdl/ghdl-yosys-plugin#126Tristan Gingold2020-06-191-6/+10
|
* vhdl: decode to_x01 (from ieee.std_logic_1164)Tristan Gingold2020-06-196-588/+643
|
* synth: avoid crash on invalid range. For ghdl/ghdl-yosys-plugin#126Tristan Gingold2020-06-192-9/+15
|
* vhdl: slightly improve error message for libraries.Tristan Gingold2020-06-191-0/+14
|
* llvm6: adjust code to support llvm 6 and llvm 7.Tristan Gingold2020-06-191-2/+7
|
* Makefile.in: force -gnat12, pass CFLAGS to llvm Makefile.Tristan Gingold2020-06-191-3/+4
|
* synth-oper: handle add_uns_int_slv. For ghdl/ghdl-yosys-plugin#126Tristan Gingold2020-06-181-1/+2
|
* testsuite/gna: add tests for #1257Tristan Gingold2020-06-176-0/+108
|
* vhdl: add ghdl_integer_index_check_failed. For #1257Tristan Gingold2020-06-1712-52/+157
| | | | Improve error message in case of (integer) index not in bounds.
* src/ortho: add new_convert.Tristan Gingold2020-06-1729-82/+228
|
* vhdl/translate: minor refactoring.Tristan Gingold2020-06-173-67/+64
|
* ci(msys2): define deps in PKGBUILD, cleanup run.shumarcor2020-06-174-94/+40
|
* libraries/vendors: fix scripts, pass --std= option early. For #1373Tristan Gingold2020-06-1614-21/+21
| | | | As the --std option can clear -frelaxed
* ghdlsynth: add --no-formal and help.Tristan Gingold2020-06-163-0/+52
|
* testsuite/gna: add a test for #1371Tristan Gingold2020-06-162-0/+36
|
* vhdl psl: add support for equivalence operator. Fix #1371Tristan Gingold2020-06-1612-230/+316
|
* testsuite/synth: add test for #1372Tristan Gingold2020-06-153-0/+52
|
* vhdl: create default configuration for a vunit. Fix #1372Tristan Gingold2020-06-1510-828/+922
|
* testsuite/gna: add a test for #1354Tristan Gingold2020-06-132-0/+30
|
* vhdl-evaluation: handle to_string for floating point types. Fix #1354Tristan Gingold2020-06-131-0/+3
|
* testsuite/gna: add a test for #1361Tristan Gingold2020-06-135-0/+83
|
* vhdl/translate: simplify some variable assignments. Fix #1361Tristan Gingold2020-06-132-8/+23
| | | | | When the expression is an aggregate of the form (others => X), do not use intermediate variables.
* testsuite/gna: adjust tests after change of --std=93cTristan Gingold2020-06-137-11/+11
|
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-1319-67/+84
| | | | This simplifies the definition of --std=93c
* 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
|