index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
sem_expr.adb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix crash of issue42.
Tristan Gingold
2016-02-17
1
-1
/
+2
|
*
PSL: handle and/or in boolean assertion.
Tristan Gingold
2016-02-09
1
-9
/
+0
|
*
simul: fix various issues.
Tristan Gingold
2016-01-24
1
-0
/
+1
|
*
Clean up some code and comments about constant declarations.
Tristan Gingold
2016-01-19
1
-6
/
+0
|
*
Add support for conditional assignments.
Tristan Gingold
2016-01-16
1
-19
/
+345
|
*
vhdl08: maybe insert implicit condition operator in concurrent statement.
Tristan Gingold
2016-01-11
1
-8
/
+24
|
*
Fix crash on issue9.
Tristan Gingold
2015-12-29
1
-2
/
+2
|
*
No error message for universal bounds in v93c or relaxed-rules.
Tristan Gingold
2015-11-30
1
-2
/
+4
|
*
Fix crash on invalid individual association.
Tristan Gingold
2015-11-07
1
-217
/
+248
|
*
Translate: explicitly clean transient types.
Tristan Gingold
2015-09-02
1
-0
/
+6
|
*
Improve code generation of strings.
Tristan Gingold
2015-06-27
1
-64
/
+75
|
*
Avoid a crash for out of range choice in aggregate.
Tristan Gingold
2015-05-27
1
-2
/
+6
|
|
|
|
Fix ticket 83.
*
Add comments.
Tristan Gingold
2015-05-27
1
-0
/
+1
|
*
Rework of overload resolution in implicit conversions.
Tristan Gingold
2015-05-26
1
-5
/
+1
|
|
|
|
Fix tiket 81.
*
Preliminary work to support external names (parse, semantic)
Tristan Gingold
2015-05-23
1
-0
/
+8
|
*
Translation: handle individual association in function call.
Tristan Gingold
2015-05-20
1
-1
/
+3
|
|
|
|
|
|
Factorize code. Fix ticket 74.
*
vhdl 08: allow association of an out signal with an in signal parameter.
Tristan Gingold
2015-05-20
1
-33
/
+80
|
|
|
|
Fix ticket 71.
*
errors: remove error_msg and warning_msg.
Tristan Gingold
2015-05-17
1
-7
/
+5
|
*
Give priority to function calls without implicit conversion.
Tristan Gingold
2015-05-16
1
-5
/
+30
|
|
|
|
Fix ticket 64.
*
Preliminary work to refine overload disambiguation.
Tristan Gingold
2015-05-16
1
-47
/
+92
|
*
Avoid a crash for incorrect allocator.
Tristan Gingold
2015-05-14
1
-1
/
+1
|
|
|
|
Fix ticket 63
*
vhdl 2008: allow to read out ports.
Tristan Gingold
2015-05-14
1
-2
/
+24
|
*
Fix thinko: reject incorrect association (positionnal match followed by
Tristan Gingold
2015-05-11
1
-2
/
+1
|
|
|
|
|
named match with the same formal). Fix ticket 49.
*
Fix use of condition operator in case of overload.
Tristan Gingold
2015-05-11
1
-9
/
+38
|
|
|
|
Fix ticket 50.
*
vhdl 08: handle boolean subtype for conditional expressions.
Tristan Gingold
2015-05-10
1
-1
/
+1
|
|
|
|
Fix ticket 46
*
procedure call: avoid crash with individual associations and signals.
Tristan Gingold
2015-03-14
1
-20
/
+25
|
*
Create the Sem_Qualified_Expression function.
Tristan Gingold
2015-01-15
1
-24
/
+38
|
*
Improve error recovery.
Tristan Gingold
2014-12-30
1
-1
/
+1
|
*
vhdl 2008: handle sized bit strings.
Tristan Gingold
2014-12-30
1
-47
/
+29
|
*
Rework string literals: store literals position.
Tristan Gingold
2014-12-29
1
-35
/
+63
|
*
Rewrite sem_scopes tables for speed-up (and clarification).
Tristan Gingold
2014-12-26
1
-3
/
+1
|
*
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-12-15
1
-43
/
+34
|
*
Allow -frelaxed-rules for v87 designs
Tristan Gingold
2014-11-29
1
-1
/
+1
|
*
Create src/vhdl subdirectory.
Tristan Gingold
2014-11-04
1
-0
/
+4262