index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
vhdl-sem_expr.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl-sem_expr: improve support of vhdl-08 aggregates. Fix #1282
Tristan Gingold
2020-05-05
1
-24
/
+37
*
vhdl-sem_expr: fix handling of overload lists in merge_wildcard_type. Fix #1274
Tristan Gingold
2020-05-02
1
-6
/
+11
*
vhdl-sem_expr: fix crash on incorrect aggregate. Fix #1269
Tristan Gingold
2020-04-28
1
-1
/
+2
*
types: introduce Direction_Type, which replaces Iir_Direction.
Tristan Gingold
2020-04-20
1
-4
/
+4
*
vhdl-evaluation: remove some cascaded errors.
Tristan Gingold
2020-04-18
1
-2
/
+11
*
vhdl-sem_expr: report during analysis out-of-range qualified expressions.
Tristan Gingold
2020-04-18
1
-0
/
+3
*
vhdl-sem_expr: fix a wrong check in choices. For #1161
Tristan Gingold
2020-03-19
1
-0
/
+5
*
vhdl: avoid a crash on extra string.
Tristan Gingold
2020-03-06
1
-1
/
+4
*
vhdl-sem_expr: avoid a crash on incorrect qualified expr.
Tristan Gingold
2020-02-13
1
-0
/
+6
*
vhdl-sem_expr: avoid a crash on invalid attribute name.
Tristan Gingold
2020-02-04
1
-1
/
+1
*
vhdl-sem_expr: avoid a crash on invalid input.
Tristan Gingold
2020-02-04
1
-0
/
+5
*
ams-vhdl: add support for 'delayed for quantity.
Tristan Gingold
2019-12-31
1
-1
/
+2
*
ams-vhdl: handle zoh, ltf and ztf attributes.
Tristan Gingold
2019-12-31
1
-0
/
+3
*
vhdl: improve support of AMS-vhdl (array and record natures, source quantities)
Tristan Gingold
2019-12-28
1
-5
/
+10
*
vhdl: avoid crash on incorrect unit name.
Tristan Gingold
2019-08-10
1
-4
/
+14
*
vhdl: handle subtype indication (with range) in discrete_range.
Tristan Gingold
2019-08-10
1
-13
/
+19
*
vhdl: remove unused Get/Set_Choice_Order.
Tristan Gingold
2019-08-09
1
-4
/
+0
*
vhdl: allow discrete subtype indication for discrete_range.
Tristan Gingold
2019-08-06
1
-6
/
+5
*
vhdl: for time resolution, do not consider unit name from textio body.
Tristan Gingold
2019-08-06
1
-4
/
+7
*
vhdl: linearize analyze and evaluation of concat operators.
Tristan Gingold
2019-07-26
1
-238
/
+407
*
vhdl: avoid a crash on no matching operator error.
Tristan Gingold
2019-07-15
1
-1
/
+7
*
synth: handle discrete choice in case statements.
Tristan Gingold
2019-06-23
1
-5
/
+5
*
vhdl-sem_expr: set string type in case of error.
Tristan Gingold
2019-06-13
1
-9
/
+12
*
vhdl-sem_expr: avoid crash after error with parenthesis
Tristan Gingold
2019-06-13
1
-3
/
+9
*
vhdl-sem_expr: avoid crash if no choices.
Tristan Gingold
2019-06-13
1
-1
/
+3
*
vhdl: improve error messages for generate statement.
Tristan Gingold
2019-06-12
1
-1
/
+3
*
vhdl: detect unused signals and variables.
Tristan Gingold
2019-06-05
1
-9
/
+4
*
vhdl-sem_expr: do not try to report empty error message.
Tristan Gingold
2019-06-04
1
-5
/
+7
*
vhdl: get rid of Get/Set_Physical_Unit.
Tristan Gingold
2019-05-28
1
-1
/
+0
*
vhdl: properly group messages for overloading error.
Tristan Gingold
2019-05-21
1
-0
/
+20
*
errorout: add messages group instead of continuation.
Tristan Gingold
2019-05-12
1
-8
/
+12
*
vhdl: adjust aggregate staticness if not constrained. Fix #817
Tristan Gingold
2019-05-11
1
-0
/
+6
*
vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.
Tristan Gingold
2019-05-10
1
-15
/
+15
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
1
-0
/
+1
*
vhdl: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling.
Tristan Gingold
2019-05-06
1
-2
/
+2
*
vhdl: move iirs_utils to vhdl.utils
Tristan Gingold
2019-05-06
1
-2
/
+2
*
vhdl: move xrefs to vhdl child package.
Tristan Gingold
2019-05-06
1
-1
/
+1
*
vhdl: rename iirs to vhdl.nodes
Tristan Gingold
2019-05-05
1
-3
/
+3
*
vhdl: move evaluation to vhdl child.
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move std_standard package to vhdl child.
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move sem* packages to vhdl children.
Tristan Gingold
2019-05-05
1
-0
/
+5229