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_names.adb
Age
Commit message (
Expand
)
Author
2016-01-16
Add support for conditional assignments.
Tristan Gingold
2016-01-11
Set type staticness for a constant declaration and attribute specification.
Tristan Gingold
2016-01-07
Fix staticness for range attribute.
Tristan Gingold
2016-01-07
Overload resolution: reject invalid indexed names.
Tristan Gingold
2015-08-29
Improve error message.
Tristan Gingold
2015-08-29
Replace fat accesses by bounds accesses
Tristan Gingold
2015-05-27
Handle signal attribute in declarations. Fix alias of implicit signal.
Tristan Gingold
2015-05-27
Add comments.
Tristan Gingold
2015-05-26
Rework of overload resolution in implicit conversions.
Tristan Gingold
2015-05-23
Preliminary work to support external names (parse, semantic)
Tristan Gingold
2015-05-22
Restore relaxed semantic for array attribute staticness.
Tristan Gingold
2015-05-20
Fix staticness of array attributes.
Tristan Gingold
2015-05-19
Do not consider overriden implicit declaration is reference by selection.
Tristan Gingold
2015-05-19
Array attribute: handle non-static function call prefix.
Tristan Gingold
2015-05-17
Fix overload resolution case from ticket 67.
Tristan Gingold
2015-05-16
Give priority to function calls without implicit conversion.
Tristan Gingold
2015-05-16
Preliminary work to refine overload disambiguation.
Tristan Gingold
2015-05-12
Always report pure rules violation, but as a warning in 93c or -frelaxed-rules
Tristan Gingold
2015-05-12
do not consider function call as a prefix of expanded name.
Tristan Gingold
2015-05-12
Fix crash after call to function without enough parameters.
Tristan Gingold
2015-05-12
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-09
Report incorrect use of 'Base.
Tristan Gingold
2015-01-20
sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.
Tristan Gingold
2015-01-12
vhdl2008: expanded names in for-generate statements.
Tristan Gingold
2015-01-12
vhdl2008: handle expanded names in if-generate statements.
Tristan Gingold
2015-01-03
Initial rework for vhdl 2008 generate statements.
Tristan Gingold
2014-12-31
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-29
Rework string literals: store literals position.
Tristan Gingold
2014-12-15
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-12-14
Put attribute_value_chain in parent.
Tristan Gingold
2014-11-29
Allow -frelaxed-rules for v87 designs
Tristan Gingold
2014-11-04
Create src/vhdl subdirectory.
Tristan Gingold