aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_expr.adb
Commit message (Expand)AuthorAgeFilesLines
* record ownership of record element constraints.Tristan Gingold2018-12-091-1/+11
* Update_Record_Constraint: fix initial state.Tristan Gingold2018-12-081-1/+4
* update_record_constraint: minor refactoring.Tristan Gingold2018-12-081-2/+1
* sem_expr: fix ast ownership for type in record aggregate.Tristan Gingold2018-12-081-0/+1
* sem_expr: add constraints to record aggregates.Tristan Gingold2018-12-051-0/+48
* sem_record_aggregate: minor change - use subtype instead of type.Tristan Gingold2018-12-051-3/+1
* sem_expr: use context subtype for aggregate type when possible.Tristan Gingold2018-12-041-13/+25
* sem_expr: allow non-static length aggregate.Tristan Gingold2018-11-281-9/+19
* sem_expr: fix regression when replace a choice by expression by a choice by r...Tristan Gingold2018-11-261-0/+1
* aggregates: WIP for arrays of unbounded elements.Tristan Gingold2018-11-211-0/+3
* sem: add force_constraints for aggregates.Tristan Gingold2018-11-161-8/+27
* Create sem_lib from libraries.Tristan Gingold2018-11-141-1/+2
* sem_expr: fix reference issue to subtypes.Tristan Gingold2018-11-091-1/+7
* sem_expr: handle interface subprograms in sem_subprogram_call_stage1.Tristan Gingold2018-11-081-2/+4
* Forward type of expression in qualified expression.Tristan Gingold2018-11-071-0/+13
* Improve doc, fix English typo.Tristan Gingold2018-09-231-3/+3
* Add -Wothers warning.Tristan Gingold2018-09-231-10/+24
* Add Warnid_Static, detect incorrect use of others in aggregate.Tristan Gingold2018-09-221-0/+12
* Display aggregates with initial choice order.Tristan Gingold2018-09-211-30/+107
* sem_expr: refactoring for choices, add reorder_choices.Tristan Gingold2018-09-201-31/+60
* aggregates: WIP for association with arrays.Tristan Gingold2018-09-151-4/+31
* sem_expr (aggregates): analyze elements before choices.Tristan Gingold2018-09-121-57/+64
* sem_expr: refactoring for aggregates.Tristan Gingold2018-09-121-8/+4
* Add Element_Type_Flag for associations.Tristan Gingold2018-09-101-0/+2
* sem_expr: WIP for 08 aggregates.Tristan Gingold2018-09-101-6/+110
* sem_expr: minor refactoring (for aggregates).Tristan Gingold2018-09-081-42/+51
* sem_simple_range_expression: improve error handling. Fix #632Tristan Gingold2018-08-151-2/+14
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-8/+37
* fix 'occured' typo1138-4EB2018-05-261-1/+1
* Improve handling of cascaded error.Tristan Gingold2018-03-211-0/+2
* Minor rewrite for previous patch.Tristan Gingold2018-02-251-2/+1
* Improve handling of implicit condition.Tristan Gingold2018-02-031-3/+10
* Avoid a crash in case of error.Tristan Gingold2017-11-291-1/+1
* Rework list implementation, use iterator.Tristan Gingold2017-11-111-63/+99
* Use flist for enumerations.Tristan Gingold2017-11-071-1/+1
* Use Flist for records.Tristan Gingold2017-11-071-2/+3
* Use Flist for array indexes.Tristan Gingold2017-11-061-4/+4
* vhdl2008: add support for 'unbounded' case statements.Tristan Gingold2017-10-151-11/+28
* eval_is_in_bound: make it more tolerant.Tristan Gingold2017-01-191-48/+0
* iirs: renames Iir_Kinds_Scalar_Type_DefinitionTristan Gingold2017-01-021-9/+11
* sem_expr: rework of choices - add an API to sort choices.Tristan Gingold2016-12-291-255/+252
* Build all Static_Construct aggregate statically.Tristan Gingold2016-12-231-25/+35
* evaluation: tune evaluation of composite values.Tristan Gingold2016-12-201-1/+6
* Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_FlagTristan Gingold2016-12-201-19/+53
* Evaluation: handle array aggregate and indexed names.Tristan Gingold2016-12-191-6/+1
* iirs: reorder Iir_Kind_Choice_*, add Get_Literal_Origin for aggregate.Tristan Gingold2016-12-181-6/+0
* vhdl2008: evaluate static record aggregate.Tristan Gingold2016-12-171-15/+24
* WIP for nested instantiation of macro-expansed packages.Tristan Gingold2016-11-121-3/+3
* ownership: fix arrays and physical types from parse.Tristan Gingold2016-10-181-5/+10
* sem_expr: add a missing free in sem_array_aggregate_type.Tristan Gingold2016-10-131-1/+4