aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Expand)AuthorAgeFilesLines
* Add bound checks on signal assignment.Tristan Gingold2018-11-074-57/+89
* psl: deals with grammer abiguity about and/or.Tristan Gingold2018-10-273-11/+48
* trans-chap9: add a guard.Tristan Gingold2018-10-242-2/+12
* trans-rtis: fix uninitialized variable.Tristan Gingold2018-10-241-3/+8
* trans: adjust previous patchTristan Gingold2018-10-241-1/+6
* translate chap8: layout base bounds for unbounded individual assoc.Tristan Gingold2018-10-242-0/+8
* trans: avoid translation of coverage report twice.Tristan Gingold2018-10-231-6/+85
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-2120-1201/+1219
* Fix grammar mistake. For #671Tristan Gingold2018-10-161-1/+1
* Add reproducer for #643Tristan Gingold2018-09-231-0/+2
* aggregates (2008): support array expressionTristan Gingold2018-09-233-17/+32
* Improve doc, fix English typo.Tristan Gingold2018-09-239-16/+17
* Add -Wothers warning.Tristan Gingold2018-09-233-21/+35
* Add Warnid_Static, detect incorrect use of others in aggregate.Tristan Gingold2018-09-224-4/+22
* parse: remove unexpected use of Ada2012.Tristan Gingold2018-09-211-8/+11
* Display aggregates with initial choice order.Tristan Gingold2018-09-212-63/+180
* sem_expr: refactoring for choices, add reorder_choices.Tristan Gingold2018-09-204-50/+81
* Add Maybe_Ref_Chain (WIP).Tristan Gingold2018-09-208-250/+299
* Add Get/Set_Choice_Position (WIP).Tristan Gingold2018-09-206-256/+326
* Adjust -Whide (disabled in some useless cases).Tristan Gingold2018-09-183-3/+38
* translate: for alias of signal slice: trsnslate name subtype.Tristan Gingold2018-09-183-0/+43
* translate: refactoring and renaming (chap3)Tristan Gingold2018-09-183-56/+52
* Support alias of library.Tristan Gingold2018-09-171-0/+3
* Add --warn-hide when a declaration hides a previous one.Tristan Gingold2018-09-172-6/+12
* trans-chap8: handle array elements in target aggregate.Tristan Gingold2018-09-151-6/+23
* aggregates: WIP for association with arrays.Tristan Gingold2018-09-152-5/+31
* Remove unused translate/Makefile.Tristan Gingold2018-09-151-45/+0
* Remove -gnat05, always use GNATFLAGS.Tristan Gingold2018-09-151-4/+4
* sem_expr (aggregates): analyze elements before choices.Tristan Gingold2018-09-121-57/+64
* sem_expr: refactoring for aggregates.Tristan Gingold2018-09-121-8/+4
* trans-chap7: refactoring for aggregates.Tristan Gingold2018-09-112-164/+193
* Add Element_Type_Flag for associations.Tristan Gingold2018-09-105-244/+300
* trans-chap7: refactoring for aggregates.Tristan Gingold2018-09-101-66/+72
* sem_expr: WIP for 08 aggregates.Tristan Gingold2018-09-101-6/+110
* sem_expr: minor refactoring (for aggregates).Tristan Gingold2018-09-081-42/+51
* canon_extract_sensitivity: handle dereference. Fix #637Tristan Gingold2018-08-241-6/+9
* user_attribute: handle invalid function call as prefix. Fix #636Tristan Gingold2018-08-231-0/+3
* trans-chap7: use get_index_type. Fix #635Tristan Gingold2018-08-161-2/+1
* sem_simple_range_expression: improve error handling. Fix #632Tristan Gingold2018-08-151-2/+14
* sem_assocs: fix crash. Fix #631Tristan Gingold2018-08-101-2/+1
* sem_assocs: fix crash. Fix #630Tristan Gingold2018-08-101-2/+1
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-1011-250/+352
* Release secondary stack within elab_declaration_chain. Fix #616Tristan Gingold2018-08-072-1/+7
* sem_association_subprogram: handle instantiated subprograms in marking used.Tristan Gingold2018-08-051-1/+1
* rework parse_expression to add parse_binary_expression.Tristan Gingold2018-08-045-307/+268
* disp_tree: also disp identifier id.Tristan Gingold2018-07-251-3/+12
* avoid crash in scanner if a number is followed by a number.Tristan Gingold2018-07-221-1/+2
* elab_object_init: allocate bounds for unounded aggregate if needed.Tristan Gingold2018-07-221-5/+12
* sem_type: avoid crash after error in record constraint.Tristan Gingold2018-07-201-3/+8
* sem_names: indexed attribute declaration is an error.Tristan Gingold2018-07-081-2/+4