aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* synth-static_oper: handle bit xor (scalar and array). Fix #1534Tristan Gingold2020-12-131-2/+23
* testsuite/synth: add test for #1534Tristan Gingold2020-12-132-0/+22
* synth-static_oper: handle to_stdulogic. For #1534Tristan Gingold2020-12-133-11/+33
* testsuite/synth: add a test for previous commitTristan Gingold2020-12-123-0/+85
* synth-expr: improve handling of null element in a recordTristan Gingold2020-12-121-1/+5
* synth-static_oper: handle xor reduceTristan Gingold2020-12-121-0/+2
* testsuite/synth: add a test for previous commitTristan Gingold2020-12-125-0/+112
* synth: improve handling of null-range nets.Tristan Gingold2020-12-123-6/+35
* synth-insts: comment assert for gcc/gnat-11. Fix #1533Tristan Gingold2020-12-111-1/+4
* testsuite/gna: add a test for #1528Tristan Gingold2020-12-088-0/+226
* vhdl: handle locally static attributes on entity/architecture/configurationsTristan Gingold2020-12-0810-1467/+1832
* synth-stmts: avoid a crash on empty memories.Tristan Gingold2020-12-081-1/+4
* readme: update URLseine2020-12-071-6/+6
* testsuite/synth: add a testcase for #1531Tristan Gingold2020-12-065-0/+94
* synth: handle static resize from std_numeric. Fix #1531Tristan Gingold2020-12-062-2/+5
* synth-oper: simplify synth_dyadic_vec_log. For #1520Tristan Gingold2020-12-041-10/+4
* synth-oper: Support Iir_Predefined_Enum_Greater{,_Equal}Xiretza2020-12-045-0/+108
* testsuite/synth: add a test for #1520Tristan Gingold2020-12-033-0/+149
* synth: handle dyadic logical vec/log operations. Fix #1520Tristan Gingold2020-12-031-2/+52
* vhdl: recognize logica vec/log and log/vec operators. For #1520Tristan Gingold2020-12-032-0/+96
* synth-expr.adb: avoid crash on unhandled ieee operator. For #1520Tristan Gingold2020-12-031-7/+16
* ci: add emojisumarcor2020-11-302-15/+37
* ci: matrix cleanupeine2020-11-291-21/+19
* update .gitignore to include some missed generated files on linuxErik Zscheile2020-11-271-9/+14
* Fix #1524: 'ghdl build produces an executable with RWX sections'Erik Zscheile2020-11-271-0/+4
* win32: add fprintf to grt_save_backtrace (#1516)eine2020-11-211-0/+8
* testsuite/gna: add a testcase for #1517Tristan Gingold2020-11-212-0/+18
* Slightly improve error messages for unknown optionTristan Gingold2020-11-212-2/+2
* Ignore plusargs options (that starts with a '+'). For #1517Tristan Gingold2020-11-212-1/+6
* Skip some test if gcc is not installedLukas Vik2020-11-2113-21/+35
* vhdl-sem_stmts: fix typo (#1518)Douwe den Blanken2020-11-201-1/+1
* ci/appveyor/build: llvm-config --link-staticeine2020-11-201-2/+1
* ci/appveyor: update image to 'Visual Studio 2019'eine2020-11-201-1/+1
* Add test for vpi_get_vlog_info()Marlon James2020-11-193-0/+111
* Add argc and argv to vpi_get_vlog_info()Marlon James2020-11-191-2/+4
* ci: fix ghdl/doceine2020-11-181-1/+2
* ci/travis: ubuntu20 includes LLVM 10eine2020-11-171-1/+1
* ci/travis: update to ubuntu20 and fedora33eine2020-11-171-4/+4
* testsuite/synth: add a test for #1509Tristan Gingold2020-11-163-0/+43
* synth-objtypes: fix width computation. Fix #1509Tristan Gingold2020-11-161-1/+1
* vhdl-parse: improve error recovery on extra right parenthesisTristan Gingold2020-11-041-7/+21
* testsuite/gna: add a test for previous commitTristan Gingold2020-11-042-0/+23
* vhdl-parse: improve error recovery on tick.Tristan Gingold2020-11-041-0/+5
* ghdlsynth.adb: clear error counters to allow multiple synthesis.Tristan Gingold2020-11-041-0/+3
* testsuite/synth: add testcase for #1503Tristan Gingold2020-11-012-0/+29
* synth-stmts.adb: fix crash on unconditional exit. Fix #1503Tristan Gingold2020-11-011-26/+76
* testsuite/gna: add testcase for #1500Tristan Gingold2020-10-292-0/+35
* vhdl-parse: do not skip token in case of error. Fix #1500Tristan Gingold2020-10-291-1/+1
* msys2/llvm: use clang instead of gccumarcor2020-10-241-0/+2
* src/grt/Makefile.inc: support clang -dumpmachine on Windowsumarcor2020-10-241-1/+1