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_expr.adb
Age
Commit message (
Expand
)
Author
2016-01-24
simul: fix various issues.
Tristan Gingold
2016-01-19
Clean up some code and comments about constant declarations.
Tristan Gingold
2016-01-16
Add support for conditional assignments.
Tristan Gingold
2016-01-11
vhdl08: maybe insert implicit condition operator in concurrent statement.
Tristan Gingold
2015-12-29
Fix crash on issue9.
Tristan Gingold
2015-11-30
No error message for universal bounds in v93c or relaxed-rules.
Tristan Gingold
2015-11-07
Fix crash on invalid individual association.
Tristan Gingold
2015-09-02
Translate: explicitly clean transient types.
Tristan Gingold
2015-06-27
Improve code generation of strings.
Tristan Gingold
2015-05-27
Avoid a crash for out of range choice in aggregate.
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-20
Translation: handle individual association in function call.
Tristan Gingold
2015-05-20
vhdl 08: allow association of an out signal with an in signal parameter.
Tristan Gingold
2015-05-17
errors: remove error_msg and warning_msg.
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-14
Avoid a crash for incorrect allocator.
Tristan Gingold
2015-05-14
vhdl 2008: allow to read out ports.
Tristan Gingold
2015-05-11
Fix thinko: reject incorrect association (positionnal match followed by
Tristan Gingold
2015-05-11
Fix use of condition operator in case of overload.
Tristan Gingold
2015-05-10
vhdl 08: handle boolean subtype for conditional expressions.
Tristan Gingold
2015-03-14
procedure call: avoid crash with individual associations and signals.
Tristan Gingold
2015-01-15
Create the Sem_Qualified_Expression function.
Tristan Gingold
2014-12-30
Improve error recovery.
Tristan Gingold
2014-12-30
vhdl 2008: handle sized bit strings.
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-11-29
Allow -frelaxed-rules for v87 designs
Tristan Gingold
2014-11-04
Create src/vhdl subdirectory.
Tristan Gingold