index
:
ghdl/.git
master
VHDL 2008/93/87 simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
sem.adb
Age
Commit message (
Expand
)
Author
2016-01-25
Fix check of conformance for physical units.
Tristan Gingold
2016-01-07
Keep alias in use clauses. Fix issue 15.
Tristan Gingold
2015-08-29
Allow allocators in default value of subprograms
Tristan Gingold
2015-07-11
Defensive code.
Tristan Gingold
2015-06-07
Add suspend_flag.
Tristan Gingold
2015-06-02
Catch duplicated subprogram body.
Tristan Gingold
2015-05-17
errors: remove error_msg and warning_msg.
Tristan Gingold
2015-05-16
Preliminary work to refine overload disambiguation.
Tristan Gingold
2015-05-13
vhdl 08: implement 4.2 rules: no access/file type in return subtype.
Tristan Gingold
2015-05-12
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-10
Correctly handle overload of subprogram in presence of subprogram alias.
Tristan Gingold
2015-05-09
Avoid crash if name of subprogram also denotes a non-subprogram declaration.
Tristan Gingold
2015-01-16
Keep and handle simple name for Block_Specification.
Tristan Gingold
2015-01-14
xrefs: adjust for vhdl08.
Tristan Gingold
2015-01-12
sem: fix Can_Collapse_Signals regression.
Tristan Gingold
2015-01-10
vhdl08: forbid simple block_specification for labeled if-generate statement.
Tristan Gingold
2015-01-10
vhdl08: block configuration for if-generate statements.
Tristan Gingold
2015-01-03
Initial rework for vhdl 2008 generate statements.
Tristan Gingold
2014-12-29
Rework string literals: store literals position.
Tristan Gingold
2014-12-26
Rewrite sem_scopes tables for speed-up (and clarification).
Tristan Gingold
2014-12-15
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-12-14
iirs: reduce size of interface objects.
Tristan Gingold
2014-11-04
Create src/vhdl subdirectory.
Tristan Gingold