aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* elab_object_init: allocate bounds for unounded aggregate if needed.Tristan Gingold2018-07-221-5/+12
* Also set -fX and --std to GHDLFLAGS for --gen-makefileTristan Gingold2018-07-211-0/+2
* 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
* grt: use 64-bit type for Nbr_Cycles.Tristan Gingold2018-06-282-6/+4
* pnodes.py: error message on undescribed node.Tristan Gingold2018-06-211-2/+6
* Delay translation of default configuration.Tristan Gingold2018-06-192-4/+19
* Avoid crash in case of incorrect use of signature.Tristan Gingold2018-06-161-4/+27
* evaluation: handle to_string for arrays.Tristan Gingold2018-06-081-0/+30
* Add support for gcc 8.1 as a backend.Tristan Gingold2018-06-021-0/+2166
* grt: add declaration to fill the gap with gcc 8.1Tristan Gingold2018-06-021-0/+10
* Add No_Secondary_Stack restriction.Tristan Gingold2018-06-011-0/+2
* ortho_llvm: remove outdated comment.Tristan Gingold2018-06-013-3/+0
* Remove redundant use-clauses for gcc 8.1 compatibilityTruls Asheim2018-05-307-15/+1
* fix 'occured' typo1138-4EB2018-05-266-7/+7
* Apply previous patch to llvm-nodebugTristan Gingold2018-05-261-8/+17
* ortho_llvm: do not generate loop_stmt/indexed_element if unreachable.Tristan Gingold2018-05-262-16/+34
* pnodes.py: add --kind-range-prefix option.Tristan Gingold2018-05-231-4/+11
* pnodes: do not allow redeclaration.Tristan Gingold2018-05-231-0/+3
* src/grt/Makefile.inc: grt/grt-files: Remove CR from line endsChristian Cornelssen2018-05-201-1/+1
* Fix warning: use clause for package has no effectVicente Bergas2018-05-0319-49/+4
* Avoid crash on empty parentheses.Tristan Gingold2018-04-301-4/+18
* Use specific error message for direction mismatch.Tristan Gingold2018-04-256-24/+74
* Improve error message for #560.Tristan Gingold2018-04-242-1/+19
* sem_scopes: correctly handle conflicting potential visibility.Tristan Gingold2018-04-241-2/+2
* Avoid a crash on incorrect range dimension.Tristan Gingold2018-04-231-2/+9