aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve doc, fix English typo.Tristan Gingold2018-09-2312-19/+20
* Add -Wothers warning.Tristan Gingold2018-09-234-22/+36
* 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-209-250/+305
* 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
* Improve info message for --stop-delta.Tristan Gingold2018-09-163-7/+18
* grt: adjust grt-wave_opt error API.Tristan Gingold2018-09-164-46/+32
* grt: rework error API (WIP) - rework report, add warning.Tristan Gingold2018-09-166-124/+95
* grt: rework error API (WIP).Tristan Gingold2018-09-1618-186/+177
* 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-158-18/+18
* 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
* lists.ads: add comments.Tristan Gingold2018-09-101-1/+2
* 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
* Add comment.Tristan Gingold2018-08-151-0/+2
* grt-files: improve error messages, check access mode. Fix #634Tristan Gingold2018-08-133-42/+134
* ghdl_simul: adjust after ghdlcomp change.Tristan Gingold2018-08-101-5/+13
* waves: handled unbounded records. Fix #561Tristan Gingold2018-08-101-0/+16
* 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-1021-478/+456
* orth/llvm4: handle unreachable variable declarations.Tristan Gingold2018-08-071-4/+7
* ghwlib: handle correctly with null-range. For #615Tristan Gingold2018-08-071-10/+22
* 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
* reorder names.Tristan Gingold2018-08-042-435/+674
* rework parse_expression to add parse_binary_expression.Tristan Gingold2018-08-048-427/+377
* llvm4: add --verify-llvmTristan Gingold2018-07-251-4/+9
* vcd: add global scope.Tristan Gingold2018-07-251-33/+32
* 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