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 (
Expand
)
Author
Age
Files
Lines
*
sem_expr: fix reference issue to subtypes.
Tristan Gingold
2018-11-09
1
-1
/
+7
*
sem_expr: handle interface subprograms in sem_subprogram_call_stage1.
Tristan Gingold
2018-11-08
1
-2
/
+4
*
Forward type of expression in qualified expression.
Tristan Gingold
2018-11-07
1
-0
/
+13
*
Improve doc, fix English typo.
Tristan Gingold
2018-09-23
1
-3
/
+3
*
Add -Wothers warning.
Tristan Gingold
2018-09-23
1
-10
/
+24
*
Add Warnid_Static, detect incorrect use of others in aggregate.
Tristan Gingold
2018-09-22
1
-0
/
+12
*
Display aggregates with initial choice order.
Tristan Gingold
2018-09-21
1
-30
/
+107
*
sem_expr: refactoring for choices, add reorder_choices.
Tristan Gingold
2018-09-20
1
-31
/
+60
*
aggregates: WIP for association with arrays.
Tristan Gingold
2018-09-15
1
-4
/
+31
*
sem_expr (aggregates): analyze elements before choices.
Tristan Gingold
2018-09-12
1
-57
/
+64
*
sem_expr: refactoring for aggregates.
Tristan Gingold
2018-09-12
1
-8
/
+4
*
Add Element_Type_Flag for associations.
Tristan Gingold
2018-09-10
1
-0
/
+2
*
sem_expr: WIP for 08 aggregates.
Tristan Gingold
2018-09-10
1
-6
/
+110
*
sem_expr: minor refactoring (for aggregates).
Tristan Gingold
2018-09-08
1
-42
/
+51
*
sem_simple_range_expression: improve error handling. Fix #632
Tristan Gingold
2018-08-15
1
-2
/
+14
*
Add support for --time-resolution (jit only). Fix #613
Tristan Gingold
2018-08-10
1
-8
/
+37
*
fix 'occured' typo
1138-4EB
2018-05-26
1
-1
/
+1
*
Improve handling of cascaded error.
Tristan Gingold
2018-03-21
1
-0
/
+2
*
Minor rewrite for previous patch.
Tristan Gingold
2018-02-25
1
-2
/
+1
*
Improve handling of implicit condition.
Tristan Gingold
2018-02-03
1
-3
/
+10
*
Avoid a crash in case of error.
Tristan Gingold
2017-11-29
1
-1
/
+1
*
Rework list implementation, use iterator.
Tristan Gingold
2017-11-11
1
-63
/
+99
*
Use flist for enumerations.
Tristan Gingold
2017-11-07
1
-1
/
+1
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-2
/
+3
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-4
/
+4
*
vhdl2008: add support for 'unbounded' case statements.
Tristan Gingold
2017-10-15
1
-11
/
+28
*
eval_is_in_bound: make it more tolerant.
Tristan Gingold
2017-01-19
1
-48
/
+0
*
iirs: renames Iir_Kinds_Scalar_Type_Definition
Tristan Gingold
2017-01-02
1
-9
/
+11
*
sem_expr: rework of choices - add an API to sort choices.
Tristan Gingold
2016-12-29
1
-255
/
+252
*
Build all Static_Construct aggregate statically.
Tristan Gingold
2016-12-23
1
-25
/
+35
*
evaluation: tune evaluation of composite values.
Tristan Gingold
2016-12-20
1
-1
/
+6
*
Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_Flag
Tristan Gingold
2016-12-20
1
-19
/
+53
*
Evaluation: handle array aggregate and indexed names.
Tristan Gingold
2016-12-19
1
-6
/
+1
*
iirs: reorder Iir_Kind_Choice_*, add Get_Literal_Origin for aggregate.
Tristan Gingold
2016-12-18
1
-6
/
+0
*
vhdl2008: evaluate static record aggregate.
Tristan Gingold
2016-12-17
1
-15
/
+24
*
WIP for nested instantiation of macro-expansed packages.
Tristan Gingold
2016-11-12
1
-3
/
+3
*
ownership: fix arrays and physical types from parse.
Tristan Gingold
2016-10-18
1
-5
/
+10
*
sem_expr: add a missing free in sem_array_aggregate_type.
Tristan Gingold
2016-10-13
1
-1
/
+4
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-98
/
+15
*
iirs: subtype indication is never a ref.
Tristan Gingold
2016-10-05
1
-3
/
+0
*
Rework range_expression and incomplete type for instantiation.
Tristan Gingold
2016-09-30
1
-2
/
+7
*
Set type of range expression from the type mark (if present).
Tristan Gingold
2016-09-28
1
-5
/
+8
*
vhdl08: preliminary support of interface subprogram
Tristan Gingold
2016-09-25
1
-2
/
+2
*
vhdl08: create interface subprogram declaration.
Tristan Gingold
2016-09-19
1
-14
/
+29
*
Avoid crash on invalid selection of a procedure.
Tristan Gingold
2016-08-26
1
-2
/
+8
*
Rewrite error messages.
Tristan Gingold
2016-08-02
1
-111
/
+99
*
Rewrite scan error messages: use formatting.
Tristan Gingold
2016-08-02
1
-5
/
+5
*
Rework warnings to have a uniq tag per warning.
Tristan Gingold
2016-08-01
1
-2
/
+4
*
sem_expr: minor rework.
Tristan Gingold
2016-07-30
1
-3
/
+2
*
Improve handling of direction in aggregate.
Tristan Gingold
2016-07-30
1
-5
/
+15
[next]