index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
sem_names.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve error message for a procedure call within an expression.
Tristan Gingold
2016-11-12
1
-1
/
+2
*
get_object_type_staticness: handle component_declaration.
Tristan Gingold
2016-10-17
1
-0
/
+1
*
sem_predefined_type_attribute: free attribute_name for base_attribute.
Tristan Gingold
2016-10-13
1
-7
/
+7
*
sem_parenthesis_name: avoid node leaks on prefix.
Tristan Gingold
2016-10-12
1
-5
/
+24
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-31
/
+67
*
sem_names: add comments
Tristan Gingold
2016-10-02
1
-2
/
+13
*
nodes_gc: check bad refs
Tristan Gingold
2016-10-02
1
-0
/
+1
*
Consider object for array attribute.
Tristan Gingold
2016-10-01
1
-1
/
+45
*
Minor refactoruing.
Tristan Gingold
2016-10-01
1
-12
/
+12
*
Add Eval_Attribute_Parameter_Or_1
Tristan Gingold
2016-09-30
1
-7
/
+13
*
Fix crash of issue #155
Tristan Gingold
2016-09-28
1
-2
/
+2
*
vhdl08: preliminary support of interface subprogram
Tristan Gingold
2016-09-25
1
-9
/
+13
*
Handle expanded name for interface package.
Tristan Gingold
2016-09-12
1
-2
/
+5
*
vhdl08: parse and analyze interface types.
Tristan Gingold
2016-09-01
1
-2
/
+5
*
Display a nice message if std_logic_textio is not found.
Tristan Gingold
2016-08-27
1
-0
/
+4
*
Avoid crash on invalid selection of a procedure.
Tristan Gingold
2016-08-26
1
-1
/
+2
*
Rewrite error messages.
Tristan Gingold
2016-08-02
1
-133
/
+108
*
Rewrite scan error messages: use formatting.
Tristan Gingold
2016-08-02
1
-5
/
+5
*
Rework warnings to have a uniq tag per warning.
Tristan Gingold
2016-08-01
1
-1
/
+2
*
Improve error message if synopsys package it not found.
Tristan Gingold
2016-07-18
1
-3
/
+23
*
Fix indentation and English mistakes.
Tristan Gingold
2016-07-05
1
-8
/
+8
*
Avoid a crash on error.
Tristan Gingold
2016-03-26
1
-11
/
+15
*
Adjust previous patch (detect incorrect use of PSL endpoint in expressions)
Tristan Gingold
2016-03-23
1
-3
/
+3
*
PSL: add clocked SERE, make endpoints visible from VHDL.
Tristan Gingold
2016-03-22
1
-2
/
+4
*
Add support for conditional assignments.
Tristan Gingold
2016-01-16
1
-0
/
+8
*
Set type staticness for a constant declaration and attribute specification.
Tristan Gingold
2016-01-11
1
-14
/
+2
*
Fix staticness for range attribute.
Tristan Gingold
2016-01-07
1
-1
/
+1
*
Overload resolution: reject invalid indexed names.
Tristan Gingold
2016-01-07
1
-3
/
+33
*
Improve error message.
Tristan Gingold
2015-08-29
1
-1
/
+1
*
Replace fat accesses by bounds accesses
Tristan Gingold
2015-08-29
1
-65
/
+5
*
Handle signal attribute in declarations. Fix alias of implicit signal.
Tristan Gingold
2015-05-27
1
-1
/
+1
*
Add comments.
Tristan Gingold
2015-05-27
1
-0
/
+1
*
Rework of overload resolution in implicit conversions.
Tristan Gingold
2015-05-26
1
-2
/
+13
*
Preliminary work to support external names (parse, semantic)
Tristan Gingold
2015-05-23
1
-0
/
+19
*
Restore relaxed semantic for array attribute staticness.
Tristan Gingold
2015-05-22
1
-1
/
+14
*
Fix staticness of array attributes.
Tristan Gingold
2015-05-20
1
-7
/
+1
*
Do not consider overriden implicit declaration is reference by selection.
Tristan Gingold
2015-05-19
1
-2
/
+4
*
Array attribute: handle non-static function call prefix.
Tristan Gingold
2015-05-19
1
-32
/
+54
*
Fix overload resolution case from ticket 67.
Tristan Gingold
2015-05-17
1
-51
/
+76
*
Give priority to function calls without implicit conversion.
Tristan Gingold
2015-05-16
1
-33
/
+60
*
Preliminary work to refine overload disambiguation.
Tristan Gingold
2015-05-16
1
-4
/
+6
*
Always report pure rules violation, but as a warning in 93c or -frelaxed-rules
Tristan Gingold
2015-05-12
1
-9
/
+7
*
do not consider function call as a prefix of expanded name.
Tristan Gingold
2015-05-12
1
-1
/
+7
*
Fix crash after call to function without enough parameters.
Tristan Gingold
2015-05-12
1
-3
/
+3
*
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-12
1
-0
/
+1
*
Report incorrect use of 'Base.
Tristan Gingold
2015-05-09
1
-2
/
+4
*
sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.
Tristan Gingold
2015-01-20
1
-10
/
+22
*
vhdl2008: expanded names in for-generate statements.
Tristan Gingold
2015-01-12
1
-9
/
+10
*
vhdl2008: handle expanded names in if-generate statements.
Tristan Gingold
2015-01-12
1
-10
/
+15
*
Initial rework for vhdl 2008 generate statements.
Tristan Gingold
2015-01-03
1
-4
/
+27
[next]