Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sem_assocs: fix crash. Fix #630 | Tristan Gingold | 2018-08-10 | 1 | -2/+1 |
| | |||||
* | Add support for --time-resolution (jit only). Fix #613 | Tristan Gingold | 2018-08-10 | 21 | -478/+456 |
| | |||||
* | orth/llvm4: handle unreachable variable declarations. | Tristan Gingold | 2018-08-07 | 1 | -4/+7 |
| | |||||
* | ghwlib: handle correctly with null-range. For #615 | Tristan Gingold | 2018-08-07 | 1 | -10/+22 |
| | |||||
* | Release secondary stack within elab_declaration_chain. Fix #616 | Tristan Gingold | 2018-08-07 | 2 | -1/+7 |
| | |||||
* | sem_association_subprogram: handle instantiated subprograms in marking used. | Tristan Gingold | 2018-08-05 | 1 | -1/+1 |
| | | | | Fix #620 | ||||
* | reorder names. | Tristan Gingold | 2018-08-04 | 2 | -435/+674 |
| | |||||
* | rework parse_expression to add parse_binary_expression. | Tristan Gingold | 2018-08-04 | 8 | -427/+377 |
| | | | | This is needed to complete PSL expression parsing. | ||||
* | llvm4: add --verify-llvm | Tristan Gingold | 2018-07-25 | 1 | -4/+9 |
| | |||||
* | vcd: add global scope. | Tristan Gingold | 2018-07-25 | 1 | -33/+32 |
| | | | | Fix #268 | ||||
* | disp_tree: also disp identifier id. | Tristan Gingold | 2018-07-25 | 1 | -3/+12 |
| | |||||
* | avoid crash in scanner if a number is followed by a number. | Tristan Gingold | 2018-07-22 | 1 | -1/+2 |
| | | | | Fix #627 | ||||
* | elab_object_init: allocate bounds for unounded aggregate if needed. | Tristan Gingold | 2018-07-22 | 1 | -5/+12 |
| | | | | Fix #626 | ||||
* | Also set -fX and --std to GHDLFLAGS for --gen-makefile | Tristan Gingold | 2018-07-21 | 1 | -0/+2 |
| | | | | Fix #624 | ||||
* | sem_type: avoid crash after error in record constraint. | Tristan Gingold | 2018-07-20 | 1 | -3/+8 |
| | | | | Fix #623 | ||||
* | sem_names: indexed attribute declaration is an error. | Tristan Gingold | 2018-07-08 | 1 | -2/+4 |
| | | | | Fix #621 | ||||
* | grt: use 64-bit type for Nbr_Cycles. | Tristan Gingold | 2018-06-28 | 2 | -6/+4 |
| | | | | Fix #614 | ||||
* | pnodes.py: error message on undescribed node. | Tristan Gingold | 2018-06-21 | 1 | -2/+6 |
| | |||||
* | Delay translation of default configuration. | Tristan Gingold | 2018-06-19 | 2 | -4/+19 |
| | | | | Fix #606 | ||||
* | Avoid crash in case of incorrect use of signature. | Tristan Gingold | 2018-06-16 | 1 | -4/+27 |
| | | | | Fix #609 | ||||
* | evaluation: handle to_string for arrays. | Tristan Gingold | 2018-06-08 | 1 | -0/+30 |
| | | | | Fix #598 | ||||
* | Add support for gcc 8.1 as a backend. | Tristan Gingold | 2018-06-02 | 1 | -0/+2166 |
| | | | | Fix #568 | ||||
* | grt: add declaration to fill the gap with gcc 8.1 | Tristan Gingold | 2018-06-02 | 1 | -0/+10 |
| | | | | For #568 | ||||
* | Add No_Secondary_Stack restriction. | Tristan Gingold | 2018-06-01 | 1 | -0/+2 |
| | |||||
* | ortho_llvm: remove outdated comment. | Tristan Gingold | 2018-06-01 | 3 | -3/+0 |
| | |||||
* | Remove redundant use-clauses for gcc 8.1 compatibility | Truls Asheim | 2018-05-30 | 7 | -15/+1 |
| | |||||
* | fix 'occured' typo | 1138-4EB | 2018-05-26 | 6 | -7/+7 |
| | |||||
* | Apply previous patch to llvm-nodebug | Tristan Gingold | 2018-05-26 | 1 | -8/+17 |
| | |||||
* | ortho_llvm: do not generate loop_stmt/indexed_element if unreachable. | Tristan Gingold | 2018-05-26 | 2 | -16/+34 |
| | | | | Fix for #578 | ||||
* | pnodes.py: add --kind-range-prefix option. | Tristan Gingold | 2018-05-23 | 1 | -4/+11 |
| | |||||
* | pnodes: do not allow redeclaration. | Tristan Gingold | 2018-05-23 | 1 | -0/+3 |
| | |||||
* | src/grt/Makefile.inc: grt/grt-files: Remove CR from line ends | Christian Cornelssen | 2018-05-20 | 1 | -1/+1 |
| | | | | | | Under Cygwin, generated *.adb files get CRLF line endings. These get propagated to grt/grt-files and later confuse the ar command for libgrt.a (because IFS does not contain CR). | ||||
* | Fix warning: use clause for package has no effect | Vicente Bergas | 2018-05-03 | 19 | -49/+4 |
| | | | | | | | With gcc 8.1 the following message appears: warning: use clause for package "*" has no effect gnatmake: "*.adb" compilation error This patch fixes it. | ||||
* | Avoid crash on empty parentheses. | Tristan Gingold | 2018-04-30 | 1 | -4/+18 |
| | | | | Fix #563 | ||||
* | Use specific error message for direction mismatch. | Tristan Gingold | 2018-04-25 | 6 | -24/+74 |
| | | | | Fix #559 | ||||
* | Improve error message for #560. | Tristan Gingold | 2018-04-24 | 2 | -1/+19 |
| | |||||
* | sem_scopes: correctly handle conflicting potential visibility. | Tristan Gingold | 2018-04-24 | 1 | -2/+2 |
| | | | | Fix #560 | ||||
* | Avoid a crash on incorrect range dimension. | Tristan Gingold | 2018-04-23 | 1 | -2/+9 |
| | |||||
* | Avoid a crash on overload name used as a type mark. | Tristan Gingold | 2018-04-12 | 1 | -1/+7 |
| | | | | Fix #553 | ||||
* | Fix bounds of unconstrained strings. | Tristan Gingold | 2018-04-11 | 1 | -2/+2 |
| | | | | Fix #552 | ||||
* | Avoid crash after error. For #381 | Tristan Gingold | 2018-03-24 | 2 | -1/+5 |
| | |||||
* | sem_hdl_expr: handle function call without parameters. | Tristan Gingold | 2018-03-22 | 1 | -1/+3 |
| | | | | Fix #544 | ||||
* | Increase the size of Nbr_Resumed_Processes; fix for #378 | Tristan Gingold | 2018-03-21 | 3 | -7/+10 |
| | |||||
* | Set a version to libghdl, put version in configure. | Tristan Gingold | 2018-03-21 | 3 | -12/+4 |
| | |||||
* | Improve handling of cascaded error. | Tristan Gingold | 2018-03-21 | 3 | -21/+28 |
| | | | | Fir #543 | ||||
* | Add test for architecture declarative region nested in entity's one. | Tristan Gingold | 2018-03-21 | 1 | -0/+2 |
| | |||||
* | sem: architecture is a nested declarative region only in vhdl-02 | Tristan Gingold | 2018-03-21 | 1 | -2/+2 |
| | |||||
* | Avoid cascaded error messages. | Tristan Gingold | 2018-03-15 | 1 | -1/+1 |
| | |||||
* | Add (missing) setup.py | Tristan Gingold | 2018-03-06 | 1 | -1/+1 |
| | |||||
* | grt-signals: Adjust comments. | Tristan Gingold | 2018-03-04 | 1 | -4/+2 |
| |