aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_expr.adb
Commit message (Expand)AuthorAgeFilesLines
...
* Improve code generation of strings.Tristan Gingold2015-06-271-64/+75
* Avoid a crash for out of range choice in aggregate.Tristan Gingold2015-05-271-2/+6
* Add comments.Tristan Gingold2015-05-271-0/+1
* Rework of overload resolution in implicit conversions.Tristan Gingold2015-05-261-5/+1
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-0/+8
* Translation: handle individual association in function call.Tristan Gingold2015-05-201-1/+3
* vhdl 08: allow association of an out signal with an in signal parameter.Tristan Gingold2015-05-201-33/+80
* errors: remove error_msg and warning_msg.Tristan Gingold2015-05-171-7/+5
* Give priority to function calls without implicit conversion.Tristan Gingold2015-05-161-5/+30
* Preliminary work to refine overload disambiguation.Tristan Gingold2015-05-161-47/+92
* Avoid a crash for incorrect allocator.Tristan Gingold2015-05-141-1/+1
* vhdl 2008: allow to read out ports.Tristan Gingold2015-05-141-2/+24
* Fix thinko: reject incorrect association (positionnal match followed byTristan Gingold2015-05-111-2/+1
* Fix use of condition operator in case of overload.Tristan Gingold2015-05-111-9/+38
* vhdl 08: handle boolean subtype for conditional expressions.Tristan Gingold2015-05-101-1/+1
* procedure call: avoid crash with individual associations and signals.Tristan Gingold2015-03-141-20/+25
* Create the Sem_Qualified_Expression function.Tristan Gingold2015-01-151-24/+38
* Improve error recovery.Tristan Gingold2014-12-301-1/+1
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-301-47/+29
* Rework string literals: store literals position.Tristan Gingold2014-12-291-35/+63
* Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold2014-12-261-3/+1
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-43/+34
* Allow -frelaxed-rules for v87 designsTristan Gingold2014-11-291-1/+1
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+4262