aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* synth: represent access types as pointers in memoryTristan Gingold2023-01-2913-60/+125
|
* synth: simplify New_Sname_Artificial (prefix is not used)Tristan Gingold2023-01-294-78/+72
|
* elab-vhdl_annotations: refactoringTristan Gingold2023-01-292-35/+10
|
* vhdl: add Is_Owned_Subtype_IndicationTristan Gingold2023-01-293-21/+43
|
* testsuite/synth: add a test for #2330Tristan Gingold2023-01-292-0/+20
|
* synth: avoid a crash on subtype indication. Fix #2330Tristan Gingold2023-01-291-1/+1
|
* testsuite/gna: add tests for #2328Tristan Gingold2023-01-294-0/+107
|
* synth: handle bit reduction operators. Fix #2328Tristan Gingold2023-01-291-7/+14
|
* vhdl/trans: support suspend statesTristan Gingold2023-01-2810-16/+56
|
* testsuite/gna: adjust reproducer of #610Tristan Gingold2023-01-281-1/+1
|
* vhdl-sem_decls: do not reassign type declarator on subtype aliasesTristan Gingold2023-01-281-13/+19
|
* synth: improve support of interface typeTristan Gingold2023-01-282-30/+82
|
* elab-vhdl_annotations: remove useless codeTristan Gingold2023-01-281-18/+0
|
* vhdl: minor changes to avoid recomputationTristan Gingold2023-01-282-1/+1
|
* vhdl-evaluation: factorize codeTristan Gingold2023-01-281-108/+94
|
* synth-vhdl_eval: minor reformattingTristan Gingold2023-01-281-18/+18
|
* synth: fix incorrect check in array subtype indicationsTristan Gingold2023-01-281-2/+8
|
* testsuite/synth: add tests for #2327Tristan Gingold2023-01-274-0/+132
|
* synth-vhdl_oper: add bit-vect and vect-bit operations.Tristan Gingold2023-01-271-12/+24
| | | | Fix #2327
* elab-memtype: add Read_Ptr, Write_PtrTristan Gingold2023-01-272-0/+22
|
* grt-files_operations: use grt.filesTristan Gingold2023-01-276-81/+19
|
* src/grt: extract grt-files_lib from grt-filesTristan Gingold2023-01-277-554/+672
|
* trans: add commentsTristan Gingold2023-01-271-1/+2
|
* ghdlrun: extract trans_foreignTristan Gingold2023-01-273-108/+144
|
* pyGHDL: reformattingTristan Gingold2023-01-273-7/+9
|
* testsuite/pyunit/lsp: adjust baselinesTristan Gingold2023-01-2711-11/+22
|
* vhdl-evaluation: abstractionTristan Gingold2023-01-261-18/+13
|
* pyGHDL/lsp: add but disable code actionTristan Gingold2023-01-261-0/+8
|
* pyGHDL/lsp: add commentsTristan Gingold2023-01-261-1/+6
|
* pyGHDL/lsp: add goto implementationTristan Gingold2023-01-263-7/+25
|
* pyGHDL/lsp: ignore cancelRequestTristan Gingold2023-01-261-0/+4
|
* pyGHDL/lsp: update, handle hoverTristan Gingold2023-01-265-19/+111
|
* pyGHDL: update and add prints.pyTristan Gingold2023-01-263-53/+97
|
* vhdl-prints: add Print_StringTristan Gingold2023-01-264-40/+154
| | | | Move Vstring methods from formatters to prints.
* vhdl-evaluation: refactoringTristan Gingold2023-01-261-49/+22
|
* testsuite/gna: add a test for previous commitTristan Gingold2023-01-262-0/+9
|
* vhdl-sem_decls: allow use on non-elaborated functions in generic typesTristan Gingold2023-01-261-3/+9
|
* mcode: add new functions for JITTristan Gingold2023-01-265-4/+63
|
* testsuite/gna: add a test for #2326Tristan Gingold2023-01-262-0/+30
|
* vhdl-sem_decl: handle subtype of interface type. Fix #2326Tristan Gingold2023-01-261-0/+1
|
* testsuite/issue2323: add more testsTristan Gingold2023-01-263-0/+27
|
* vhdl-sem_names: adjust for for element attributeTristan Gingold2023-01-261-0/+1
|
* testsuite/gna: add a test for #2323Tristan Gingold2023-01-254-0/+51
|
* testsuite/synth: adjust reproducer for #2062Tristan Gingold2023-01-251-1/+1
|
* vhdl: improve range checks, fix #2323Tristan Gingold2023-01-256-236/+473
|
* synth: add a check for bounds compatibilityTristan Gingold2023-01-251-4/+39
|
* errorout: add int64 argumentsTristan Gingold2023-01-252-1/+27
|
* gha: build pltaform wheelTristan Gingold2023-01-221-225/+271
|
* Makefile.in: remove unused recipeTristan Gingold2023-01-221-5/+0
|
* Add scripts/win-dll.py and adjust Makefile.inTristan Gingold2023-01-223-11/+79
|