summaryrefslogtreecommitdiff
path: root/src/vhdl/sem_expr.adb
AgeCommit message (Collapse)Author
2016-01-24simul: fix various issues.Tristan Gingold
2016-01-19Clean up some code and comments about constant declarations.Tristan Gingold
2016-01-16Add support for conditional assignments.Tristan Gingold
2016-01-11vhdl08: maybe insert implicit condition operator in concurrent statement.Tristan Gingold
2015-12-29Fix crash on issue9.Tristan Gingold
2015-11-30No error message for universal bounds in v93c or relaxed-rules.Tristan Gingold
2015-11-07Fix crash on invalid individual association.Tristan Gingold
2015-09-02Translate: explicitly clean transient types.Tristan Gingold
2015-06-27Improve code generation of strings.Tristan Gingold
2015-05-27Avoid a crash for out of range choice in aggregate.Tristan Gingold
Fix ticket 83.
2015-05-27Add comments.Tristan Gingold
2015-05-26Rework of overload resolution in implicit conversions.Tristan Gingold
Fix tiket 81.
2015-05-23Preliminary work to support external names (parse, semantic)Tristan Gingold
2015-05-20Translation: handle individual association in function call.Tristan Gingold
Factorize code. Fix ticket 74.
2015-05-20vhdl 08: allow association of an out signal with an in signal parameter.Tristan Gingold
Fix ticket 71.
2015-05-17errors: remove error_msg and warning_msg.Tristan Gingold
2015-05-16Give priority to function calls without implicit conversion.Tristan Gingold
Fix ticket 64.
2015-05-16Preliminary work to refine overload disambiguation.Tristan Gingold
2015-05-14Avoid a crash for incorrect allocator.Tristan Gingold
Fix ticket 63
2015-05-14vhdl 2008: allow to read out ports.Tristan Gingold
2015-05-11Fix thinko: reject incorrect association (positionnal match followed byTristan Gingold
named match with the same formal). Fix ticket 49.
2015-05-11Fix use of condition operator in case of overload.Tristan Gingold
Fix ticket 50.
2015-05-10vhdl 08: handle boolean subtype for conditional expressions.Tristan Gingold
Fix ticket 46
2015-03-14procedure call: avoid crash with individual associations and signals.Tristan Gingold
2015-01-15Create the Sem_Qualified_Expression function.Tristan Gingold
2014-12-30Improve error recovery.Tristan Gingold
2014-12-30vhdl 2008: handle sized bit strings.Tristan Gingold
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-26Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-11-29Allow -frelaxed-rules for v87 designsTristan Gingold
2014-11-04Create src/vhdl subdirectory.Tristan Gingold