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: renaming.
Tristan Gingold
2019-01-17
1
-16
/
+16
*
sem_expr/allocator: avoid a crash for access subtype.
Tristan Gingold
2019-01-07
1
-0
/
+1
*
Remove unused is_ref for choices. Adjust.
Tristan Gingold
2019-01-02
1
-104
/
+8
*
sem_expr: do not reorder choices, adjust for consequences.
Tristan Gingold
2019-01-02
1
-1
/
+1
*
sem_expr: improve error message.
Tristan Gingold
2018-12-29
1
-0
/
+4
*
sem_expr: fix crash when the choice subtype is not locally static.
Tristan Gingold
2018-12-29
1
-0
/
+2
*
parse/sem: be more tolerant of parse errors.
Tristan Gingold
2018-12-23
1
-1
/
+5
*
sem_type_conversion: rewrite.
Tristan Gingold
2018-12-22
1
-27
/
+44
*
Sem: tolerates more parse errors.
Tristan Gingold
2018-12-19
1
-6
/
+23
*
record ownership of record element constraints.
Tristan Gingold
2018-12-09
1
-1
/
+11
*
Update_Record_Constraint: fix initial state.
Tristan Gingold
2018-12-08
1
-1
/
+4
*
update_record_constraint: minor refactoring.
Tristan Gingold
2018-12-08
1
-2
/
+1
*
sem_expr: fix ast ownership for type in record aggregate.
Tristan Gingold
2018-12-08
1
-0
/
+1
*
sem_expr: add constraints to record aggregates.
Tristan Gingold
2018-12-05
1
-0
/
+48
*
sem_record_aggregate: minor change - use subtype instead of type.
Tristan Gingold
2018-12-05
1
-3
/
+1
*
sem_expr: use context subtype for aggregate type when possible.
Tristan Gingold
2018-12-04
1
-13
/
+25
*
sem_expr: allow non-static length aggregate.
Tristan Gingold
2018-11-28
1
-9
/
+19
*
sem_expr: fix regression when replace a choice by expression by a choice by r...
Tristan Gingold
2018-11-26
1
-0
/
+1
*
aggregates: WIP for arrays of unbounded elements.
Tristan Gingold
2018-11-21
1
-0
/
+3
*
sem: add force_constraints for aggregates.
Tristan Gingold
2018-11-16
1
-8
/
+27
*
Create sem_lib from libraries.
Tristan Gingold
2018-11-14
1
-1
/
+2
*
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
[next]