index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
trans-chap3: do not create same range_var for enumeration subtype.
Tristan Gingold
2021-08-06
1
-27
/
+41
*
testsuite/gna: add reproducer for #1419
Tristan Gingold
2021-08-05
5
-3
/
+57
*
vhdl: adjust ownership of agrgegate element subtypes. Fix #1419
Tristan Gingold
2021-08-05
2
-14
/
+31
*
vhdl-sem_expr: add comments
Tristan Gingold
2021-08-04
1
-0
/
+6
*
testsuite/gna: add a test for previous commit
Tristan Gingold
2021-08-04
3
-0
/
+37
*
vhdl-sem_expr: check subtype constraint of record aggregate elements.
Tristan Gingold
2021-08-04
1
-1
/
+2
*
vhdl-disp_tree: disp integer literal value
Tristan Gingold
2021-08-04
1
-15
/
+27
*
testsuite/gna: add a test and close #1224
Tristan Gingold
2021-08-04
3
-0
/
+59
*
testsuite/gna: add test and close #1589
Tristan Gingold
2021-08-04
2
-0
/
+46
*
testsuite/gna: add testcase for #1455
Tristan Gingold
2021-08-03
10
-0
/
+95
*
testsuite/gna: add testcase for #1055
Tristan Gingold
2021-08-03
6
-0
/
+70
*
vhdl-sem_expr.adb: build element subtype for aggregate when possible.
Tristan Gingold
2021-08-03
3
-13
/
+164
*
ghdldrv.adb: use cc (instead of gcc) as linker driver. Fix #1629
Tristan Gingold
2021-08-01
1
-1
/
+1
*
libghw: add missing semicolon to physical type formatting (#1825)
Xiretza
2021-07-29
2
-2
/
+2
*
testsuite/gna: add a case for #1824
Tristan Gingold
2021-07-29
2
-0
/
+31
*
vhdl-parse: use if_generate_else_clause for elsif clauses. Fix #1824
Tristan Gingold
2021-07-29
1
-1
/
+1
*
testsuite/gna: add a test for previous commit
Tristan Gingold
2021-07-28
2
-0
/
+26
*
vhdl-sem_expr: analyze choices before expressions in array aggregate.
Tristan Gingold
2021-07-28
1
-22
/
+39
*
testsuite/gna: add a test for #1823
Tristan Gingold
2021-07-28
5
-0
/
+84
*
vhdl: move check on instantiation name from sem to parse.
Tristan Gingold
2021-07-28
2
-1
/
+4
*
testsuite/gna: remove traces in issue#1817
Tristan Gingold
2021-07-23
1
-3
/
+5
*
ghdldrv.adb: factorize code (for #1817)
Tristan Gingold
2021-07-23
1
-68
/
+57
*
ghdldrv.adb: pass option -auxbase to ghdl1. For #1817
Tristan Gingold
2021-07-23
1
-1
/
+14
*
testsuite/gna: add a test for previous commit
Tristan Gingold
2021-07-23
2
-0
/
+12
*
vhdl-sem_stmts.adb: avoid a crash when forced analysis.
Tristan Gingold
2021-07-23
1
-0
/
+4
*
testsuite/gna: add traces to investigate CI failures for #1817
Tristan Gingold
2021-07-23
1
-0
/
+3
*
files_map.py: reindent
Tristan Gingold
2021-07-22
1
-0
/
+2
*
testsuite/gna: add a C reproducer for #1817
Tristan Gingold
2021-07-22
1
-0
/
+24
*
lsp/symbols.py: handle simultaneous null statement.
Tristan Gingold
2021-07-22
1
-0
/
+1
*
lsp/document.py: fix a typo in a call to _Replace_Text
Tristan Gingold
2021-07-22
1
-1
/
+1
*
lsp/document.py: extend source buffer if necessary during reload
Tristan Gingold
2021-07-22
1
-10
/
+16
*
pyGHDL/cli/lsp.py: adjust previous patch in __rotate_log_files
Tristan Gingold
2021-07-22
1
-5
/
+7
*
files_map.py: Add get_buffer_length
Tristan Gingold
2021-07-22
1
-0
/
+9
*
testsuite/gna: add a test for #1820
Tristan Gingold
2021-07-22
4
-0
/
+161
*
vhdl-utils(free_recursive): only free the name (not the entity)
Tristan Gingold
2021-07-22
1
-1
/
+1
*
scripts: update MSYS2 recipes
umarcor
2021-07-21
2
-4
/
+15
*
testsuite/gna: add a test for #1817
Tristan Gingold
2021-07-20
3
-0
/
+208
*
oread: add support for debug line decl
Tristan Gingold
2021-07-20
1
-0
/
+7
*
files_map.py: Add get_buffer_length
Tristan Gingold
2021-07-19
1
-0
/
+11
*
testsuite/gna: add a test for previous commit
Tristan Gingold
2021-07-19
2
-0
/
+21
*
vhdl-sem_assocs: improve handling of generic types
Tristan Gingold
2021-07-19
1
-17
/
+21
*
Makefile.in: add support for gcc 11. Part of #1817
Tristan Gingold
2021-07-19
1
-7
/
+6
*
trans-chap9: set line number for gcc. Fix #1817
Tristan Gingold
2021-07-19
1
-2
/
+5
*
ci: fix coverage-publish artifact path
umarcor
2021-07-19
1
-4
/
+1
*
scripts/vendor/compile-osvvm.sh: update Files to match 2021.06
umarcor
2021-07-19
1
-1
/
+4
*
ci: generate standalone zipfiles and add CPython jobs
Patrick Lehmann
2021-07-19
5
-96
/
+327
|
\
|
*
ci: disable win-cpython-standalone mcode32 until the zipfile generation is fixed
umarcor
2021-07-19
1
-1
/
+1
|
*
ci: build pyGHDL wheel in job 'pyGHDL' and upload it as an artifact
umarcor
2021-07-19
1
-72
/
+76
|
*
ci: style
umarcor
2021-07-19
1
-81
/
+80
|
*
ci: add CPython pyGHDL test with standalone zipfile
umarcor
2021-07-18
1
-0
/
+56
[next]