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
*
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
*
Rewrite error messages.
Tristan Gingold
2016-08-02
1
-96
/
+88
*
Rewrite scan error messages: use formatting.
Tristan Gingold
2016-08-02
1
-15
/
+16
*
Rework warnings to have a uniq tag per warning.
Tristan Gingold
2016-08-01
1
-4
/
+7
*
sem: handle case-generate in block configuration.
Tristan Gingold
2016-07-17
1
-2
/
+55
*
Fix indentation and English mistakes.
Tristan Gingold
2016-07-05
1
-1
/
+1
*
A package instantiation does not depend on the body if it is not required.
Tristan Gingold
2016-07-03
1
-4
/
+6
*
Fix check of conformance for physical units.
Tristan Gingold
2016-01-25
1
-1
/
+4
*
Keep alias in use clauses. Fix issue 15.
Tristan Gingold
2016-01-07
1
-1
/
+1
*
Allow allocators in default value of subprograms
Tristan Gingold
2015-08-29
1
-0
/
+6
*
Defensive code.
Tristan Gingold
2015-07-11
1
-1
/
+7
*
Add suspend_flag.
Tristan Gingold
2015-06-07
1
-19
/
+32
*
Catch duplicated subprogram body.
Tristan Gingold
2015-06-02
1
-5
/
+15
*
errors: remove error_msg and warning_msg.
Tristan Gingold
2015-05-17
1
-1
/
+1
*
Preliminary work to refine overload disambiguation.
Tristan Gingold
2015-05-16
1
-4
/
+4
*
vhdl 08: implement 4.2 rules: no access/file type in return subtype.
Tristan Gingold
2015-05-13
1
-1
/
+39
*
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-12
1
-3
/
+136
*
Correctly handle overload of subprogram in presence of subprogram alias.
Tristan Gingold
2015-05-10
1
-1
/
+6
*
Avoid crash if name of subprogram also denotes a non-subprogram declaration.
Tristan Gingold
2015-05-09
1
-0
/
+1
*
Keep and handle simple name for Block_Specification.
Tristan Gingold
2015-01-16
1
-4
/
+2
[next]