index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
sem_assocs.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix duplicate owner in conversion, fix early reference in attribute spec.
Tristan Gingold
2017-11-05
1
-0
/
+5
*
Rework slightly sem_assocs to fix regression of visibility.
Tristan Gingold
2017-10-30
1
-177
/
+194
*
translate: handle unbounded record in individual assocs.
Tristan Gingold
2017-10-22
1
-1
/
+2
*
sem_assocs: handle nested individual associations.
Tristan Gingold
2017-10-22
1
-67
/
+79
*
sem_assocs: add comments and assertions.
Tristan Gingold
2017-10-22
1
-11
/
+21
*
sem_assocs: fix location on by_individual artificial association.
Tristan Gingold
2017-10-17
1
-1
/
+3
*
Improve error message for bad interface (and fix a crash).
Tristan Gingold
2017-10-12
1
-1
/
+3
*
sem_assocs: fix crash.
Tristan Gingold
2017-09-28
1
-0
/
+9
*
sem_assocs: finish formal analyze before the actual one.
Tristan Gingold
2017-09-25
1
-31
/
+51
*
sem_assocs: remove unused subprograms.
Tristan Gingold
2017-09-25
1
-134
/
+0
*
sem_assocs: always cleanup formals if not finishing.
Tristan Gingold
2017-09-25
1
-31
/
+24
*
sem_assoc: fix cleanup, emit errors when not soft.
Tristan Gingold
2017-09-25
1
-20
/
+84
*
sem_assocs: rewrite (pass v87)
Tristan Gingold
2017-09-25
1
-400
/
+253
*
sem_assoc: create a specific loop for assoc by name.
Tristan Gingold
2017-09-25
1
-33
/
+53
*
Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.
Tristan Gingold
2017-09-13
1
-13
/
+13
*
sem_assocs: cosmetic changes.
Tristan Gingold
2017-09-12
1
-22
/
+21
*
Handle protected function as association conversion function.
Tristan Gingold
2017-08-25
1
-0
/
+2
*
sem_assoc: do not try to extract formal conversion if actual is open.
Tristan Gingold
2017-06-29
1
-2
/
+6
*
sem_assocs: correctly check both possibilities for parenthesis formal.
Tristan Gingold
2017-06-27
1
-46
/
+80
*
Detect missing association for subprogram interface
Tristan Gingold
2017-03-14
1
-1
/
+3
*
vhdl08: unbounded records (WIP - individual association)
Tristan Gingold
2017-03-09
1
-3
/
+61
*
eval_is_in_bound: make it more tolerant.
Tristan Gingold
2017-01-19
1
-2
/
+2
*
iirs: renames Iir_Kinds_Scalar_Type_Definition
Tristan Gingold
2017-01-02
1
-1
/
+2
*
vhdl08: add port association rules.
Tristan Gingold
2016-12-23
1
-28
/
+60
*
assocs: rework conversion.
Tristan Gingold
2016-12-15
1
-14
/
+37
*
Allow operator symbol as formal name.
Tristan Gingold
2016-12-08
1
-4
/
+5
*
sem_assocs.Extract_Non_Object_Association: fix when multiple assocs.
Tristan Gingold
2016-12-08
1
-3
/
+8
*
Add xrefs for interface_subprograms.
Tristan Gingold
2016-12-06
1
-0
/
+1
*
sem_assocs: handle overloaded operators for interface_function
Tristan Gingold
2016-12-05
1
-12
/
+55
*
support operator_symbol in subprogram association.
Tristan Gingold
2016-11-12
1
-6
/
+12
*
canon: do not set formal of association by position.
Tristan Gingold
2016-10-19
1
-15
/
+6
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-15
/
+67
*
association for subprograms: set use_flag.
Tristan Gingold
2016-09-30
1
-1
/
+10
*
Refine error message for issue #148.
Tristan Gingold
2016-09-27
1
-19
/
+22
*
Implement vhdl08 rules for #148
Tristan Gingold
2016-09-27
1
-0
/
+24
*
vhdl08: more support for interface subprograms.
Tristan Gingold
2016-09-27
1
-7
/
+194
*
Add an analysis time check for bounds on port association.
Tristan Gingold
2016-09-24
1
-2
/
+92
*
vhdl08: first working example of interface type.
Tristan Gingold
2016-09-22
1
-1
/
+80
*
vhdl08: preliminary work for package body instantiation.
Tristan Gingold
2016-09-18
1
-9
/
+12
*
vhdl08: avoid a crash on package instantiation failure
Tristan Gingold
2016-09-12
1
-1
/
+3
*
vhdl08: preliminary work for nested package and type association.
Tristan Gingold
2016-09-01
1
-15
/
+61
*
Rewrite error messages.
Tristan Gingold
2016-08-02
1
-80
/
+77
*
Fix indentation and English mistakes.
Tristan Gingold
2016-07-05
1
-8
/
+8
*
assocations: check rules for unconstrained formal (LRM08 5.3.2.2 e 3)
Tristan Gingold
2016-02-17
1
-3
/
+38
*
Set type staticness for a constant declaration and attribute specification.
Tristan Gingold
2016-01-11
1
-9
/
+12
*
Pass signal values to interfaces. 'sigptr' optimization.
Tristan Gingold
2015-12-18
1
-1
/
+2
*
Fix crash on invalid individual association.
Tristan Gingold
2015-11-07
1
-21
/
+46
*
vhdl 08: allow association of an out signal with an in signal parameter.
Tristan Gingold
2015-05-20
1
-12
/
+8
*
Preliminary work to refine overload disambiguation.
Tristan Gingold
2015-05-16
1
-37
/
+40
*
Fix thinko: reject incorrect association (positionnal match followed by
Tristan Gingold
2015-05-11
1
-13
/
+9
[next]