aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Collapse)AuthorAgeFilesLines
...
* record ownership of record element constraints.Tristan Gingold2018-12-0910-267/+327
|
* Implement Get_Base_Element_Declaration in iirs_utils.Tristan Gingold2018-12-098-287/+241
|
* iirs: remove set/get_element_declaration.Tristan Gingold2018-12-085-272/+230
|
* Update_Record_Constraint: fix initial state.Tristan Gingold2018-12-083-17/+33
|
* update_record_constraint: minor refactoring.Tristan Gingold2018-12-083-14/+11
|
* sem_expr: fix ast ownership for type in record aggregate.Tristan Gingold2018-12-081-0/+1
|
* Add a comment.Tristan Gingold2018-12-081-0/+12
|
* parse: continue to parse after error in design unit.Tristan Gingold2018-12-081-32/+32
|
* trans-chap6: fix for previous patch.Tristan Gingold2018-12-081-2/+3
|
* translate: renaming, support constrained unbounded record aggregates.Tristan Gingold2018-12-077-17/+15
|
* Generics of instantiated package are not visible by selection from outside.Tristan Gingold2018-12-061-2/+6
| | | | For #440.
* parse: remove scan_expect.Tristan Gingold2018-12-061-15/+14
|
* parse: factorize and streamline code.Tristan Gingold2018-12-062-209/+180
|
* parse: strenghten.Tristan Gingold2018-12-061-6/+19
|
* sem_expr: add constraints to record aggregates.Tristan Gingold2018-12-053-8/+60
| | | | Fix #646
* parse: refactoring to improve error messages.Tristan Gingold2018-12-053-202/+347
|
* Disp_Tree: use Logging instead of Text_IO.Tristan Gingold2018-12-051-58/+58
|
* nodes_gc: use logging instead of Text_IO.Tristan Gingold2018-12-052-172/+8
|
* libraries, iirs: use Logging instead of Text_IO.Tristan Gingold2018-12-052-16/+14
|
* sem_scopes.adb: use Logging instead of Text_IO.Tristan Gingold2018-12-051-51/+40
|
* Errorout: use Logging instead of Text_IO.Tristan Gingold2018-12-051-23/+13
|
* Move Error_Msg_Scan to scanner.Tristan Gingold2018-12-053-41/+32
|
* Move Error_Msg_Parse from errorout to parse.Tristan Gingold2018-12-055-50/+33
|
* parse: strenghtenTristan Gingold2018-12-051-12/+43
|
* parser: do not try to parse when parenthesis are too nested.Tristan Gingold2018-12-051-1/+53
|
* scan_literal: set the token in case of exceptionalTristan Gingold2018-12-051-0/+3
|
* sem_record_aggregate: minor change - use subtype instead of type.Tristan Gingold2018-12-051-3/+1
|
* trans-chap8: handle unstable range in for-loop.Tristan Gingold2018-12-043-11/+76
| | | | For #713
* trans-chap8: refactoring for loops.Tristan Gingold2018-12-041-19/+17
|
* sem_expr: use context subtype for aggregate type when possible.Tristan Gingold2018-12-041-13/+25
|
* sem_lib: avoid missing location in error message.Tristan Gingold2018-12-031-1/+1
|
* translate: handle unbounded aggregate for signal target.Tristan Gingold2018-12-034-15/+100
| | | | Fix for #676.
* parse: strenghten.Tristan Gingold2018-12-011-15/+7
|
* psl: avoid a crash when PSL is used as vhdl expression.Tristan Gingold2018-12-011-1/+6
|
* sem_psl: do not crash on selected element.Tristan Gingold2018-12-011-1/+2
|
* sem_assocs: improve error message.Tristan Gingold2018-12-011-1/+4
|
* parse_psl: Add property_to_sequence.Tristan Gingold2018-11-302-3/+102
|
* parse: do not eat unused token in alias.Tristan Gingold2018-11-301-6/+9
|
* scanner: improve messages, eat trailing underscore of identifiers.Tristan Gingold2018-11-301-12/+15
|
* Fix xref regression on subtype declaration from last patches.Tristan Gingold2018-11-301-1/+1
|
* parse: strenghten; avoid to eat incorrect tokens.Tristan Gingold2018-11-291-27/+32
|
* parse: strenghten, skip semi-colon in declarations.Tristan Gingold2018-11-291-103/+140
|
* parse: improve error message for PSL clock declaration as statement.Tristan Gingold2018-11-291-8/+38
|
* errorout: adjust msgid/location for error limit.Tristan Gingold2018-11-281-2/+2
|
* errorout: set length of location.Tristan Gingold2018-11-284-4/+18
|
* errorout-memory: clear nbr_errors.Tristan Gingold2018-11-281-0/+1
|
* parser: strenghten.Tristan Gingold2018-11-281-2/+6
|
* sem_scopes: potentially visible name cannot conflict with a normal one.Tristan Gingold2018-11-281-4/+2
| | | | Fix #710
* sem_expr: allow non-static length aggregate.Tristan Gingold2018-11-282-10/+24
| | | | For #676
* sem_expr: fix regression when replace a choice by expression by a choice by ↵Tristan Gingold2018-11-261-0/+1
| | | | | | range. Fix #707