index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
sem.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl: fix crash for -Wdelayed-checks. Fix #794
Tristan Gingold
2019-04-08
1
-1
/
+2
*
vhdl: adjust missing port association check. Fix #792
Tristan Gingold
2019-04-06
1
-7
/
+1
*
vhdl: handle names starting with '_' as an identifier.
Tristan Gingold
2019-03-14
1
-3
/
+1
*
sem: avoid duplicate warnings for subprogram interfaces.
Tristan Gingold
2018-12-26
1
-1
/
+6
*
canon: partially handle instantiated packages in process (all).
Tristan Gingold
2018-12-26
1
-1
/
+1
*
parse/sem: be more tolerante to parse errors.
Tristan Gingold
2018-12-23
1
-1
/
+1
*
Analysis: tolerate more parse errors.
Tristan Gingold
2018-12-21
1
-22
/
+40
*
Improve error handling on use clauses.
Tristan Gingold
2018-12-21
1
-4
/
+5
*
Improve error recovery on use clauses.
Tristan Gingold
2018-12-16
1
-75
/
+96
*
Check for uninstantiated package in expanded names.
Tristan Gingold
2018-11-19
1
-16
/
+21
*
Skip check of pure/wait in generics.
Tristan Gingold
2018-11-18
1
-15
/
+42
*
sem: clear default PSL clock at beginning of architecture.
Tristan Gingold
2018-11-16
1
-0
/
+3
*
Create sem_lib from libraries.
Tristan Gingold
2018-11-14
1
-9
/
+8
*
Create sem_utils (mostly from sem_decls).
Tristan Gingold
2018-11-14
1
-40
/
+2
*
Fix grammar mistake. For #671
Tristan Gingold
2018-10-16
1
-1
/
+1
*
Improve doc, fix English typo.
Tristan Gingold
2018-09-23
1
-1
/
+1
*
Add test for architecture declarative region nested in entity's one.
Tristan Gingold
2018-03-21
1
-0
/
+2
*
sem: architecture is a nested declarative region only in vhdl-02
Tristan Gingold
2018-03-21
1
-2
/
+2
*
sem_subprogram_body: handle all_sensitized_state for all subprograms.
Tristan Gingold
2018-02-18
1
-7
/
+7
*
Improve error message in case of circular dependency.
Tristan Gingold
2017-12-01
1
-24
/
+28
*
Rework list implementation, use iterator.
Tristan Gingold
2017-11-11
1
-68
/
+73
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-5
/
+5
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-5
/
+6
*
Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.
Tristan Gingold
2017-09-13
1
-7
/
+7
*
trans-chap2: minor refactoring to clarify code.
Tristan Gingold
2017-05-18
1
-4
/
+5
*
Improve cascaded errors on instantiation.
Tristan Gingold
2017-05-09
1
-8
/
+6
*
Add color diagnostics, show diagnostic option.
Tristan Gingold
2017-02-06
1
-2
/
+3
*
vhdl08: allow PSL default clock declaration in block declarative parts.
Tristan Gingold
2017-01-13
1
-2
/
+2
*
assocs: rework conversion.
Tristan Gingold
2016-12-15
1
-65
/
+44
*
are_trees_equal: handle type_conversion.
Tristan Gingold
2016-12-12
1
-0
/
+15
*
are_trees_equal: handle function_call
Tristan Gingold
2016-12-06
1
-0
/
+6
*
WIP for nested instantiation of macro-expansed packages.
Tristan Gingold
2016-11-12
1
-3
/
+8
*
ownership: check tree after sem and canon.
Tristan Gingold
2016-11-05
1
-3
/
+2
*
Remove default_*_map_aspect from binding_indication.
Tristan Gingold
2016-10-20
1
-10
/
+2
*
canon: do not set formal of association by position.
Tristan Gingold
2016-10-19
1
-71
/
+70
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-4
/
+5
*
Emit error message during analysis for missing generic association.
Tristan Gingold
2016-10-01
1
-7
/
+4
*
vhdl08: more support for interface subprograms.
Tristan Gingold
2016-09-27
1
-1
/
+2
*
Avoid a crash due to cascaded errors.
Tristan Gingold
2016-09-25
1
-1
/
+3
*
vhdl08: preliminary support of interface subprogram
Tristan Gingold
2016-09-25
1
-24
/
+37
*
Add an analysis time check for bounds on port association.
Tristan Gingold
2016-09-24
1
-1
/
+3
*
Create a pseudo source file for instantiation.
Tristan Gingold
2016-09-20
1
-4
/
+6
*
vhdl08: preliminary work for package body instantiation.
Tristan Gingold
2016-09-18
1
-9
/
+47
*
Handle macro-expansion of instantiation of declaration with interface type.
Tristan Gingold
2016-09-16
1
-0
/
+43
*
vhdl08: handle interface type in generic-mapped package
Tristan Gingold
2016-09-15
1
-6
/
+21
*
vhdl08: add support for generic-mapped packages
Tristan Gingold
2016-09-15
1
-3
/
+5
*
vhdl08: add dependency on package body in package instantiation.
Tristan Gingold
2016-09-12
1
-1
/
+3
*
vhdl08: preliminary work to support nested package bodies.
Tristan Gingold
2016-09-04
1
-24
/
+57
*
vhdl08: preliminary work for nested package and type association.
Tristan Gingold
2016-09-01
1
-2
/
+14
*
Rewrite most of error and warning messages.
Tristan Gingold
2016-08-02
1
-9
/
+9
[next]