Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | lists.ads: add comments. | Tristan Gingold | 2018-09-10 | 1 | -1/+2 | |
| | ||||||
* | sem_expr: minor refactoring (for aggregates). | Tristan Gingold | 2018-09-08 | 1 | -42/+51 | |
| | ||||||
* | Add testcase for #637 | Tristan Gingold | 2018-08-24 | 2 | -0/+27 | |
| | ||||||
* | canon_extract_sensitivity: handle dereference. Fix #637 | Tristan Gingold | 2018-08-24 | 1 | -6/+9 | |
| | ||||||
* | Add testcase for #636 | Tristan Gingold | 2018-08-23 | 2 | -0/+14 | |
| | ||||||
* | user_attribute: handle invalid function call as prefix. Fix #636 | Tristan Gingold | 2018-08-23 | 1 | -0/+3 | |
| | ||||||
* | Add testcase for #635 | Tristan Gingold | 2018-08-16 | 4 | -0/+1128 | |
| | ||||||
* | trans-chap7: use get_index_type. Fix #635 | Tristan Gingold | 2018-08-16 | 1 | -2/+1 | |
| | ||||||
* | Add testcase for #632 | Tristan Gingold | 2018-08-15 | 2 | -0/+259 | |
| | ||||||
* | sem_simple_range_expression: improve error handling. Fix #632 | Tristan Gingold | 2018-08-15 | 1 | -2/+14 | |
| | ||||||
* | Add comment. | Tristan Gingold | 2018-08-15 | 1 | -0/+2 | |
| | ||||||
* | Add reprocedure for #634 | Tristan Gingold | 2018-08-13 | 2 | -0/+25 | |
| | ||||||
* | grt-files: improve error messages, check access mode. Fix #634 | Tristan Gingold | 2018-08-13 | 3 | -42/+134 | |
| | ||||||
* | ghdl_simul: adjust after ghdlcomp change. | Tristan Gingold | 2018-08-10 | 1 | -5/+13 | |
| | ||||||
* | Add testcase for #561 | Tristan Gingold | 2018-08-10 | 4 | -0/+86 | |
| | ||||||
* | waves: handled unbounded records. Fix #561 | Tristan Gingold | 2018-08-10 | 1 | -0/+16 | |
| | ||||||
* | Add testcase for #631 | Tristan Gingold | 2018-08-10 | 2 | -0/+20 | |
| | ||||||
* | sem_assocs: fix crash. Fix #631 | Tristan Gingold | 2018-08-10 | 1 | -2/+1 | |
| | ||||||
* | Add testcase for #630 | Tristan Gingold | 2018-08-10 | 2 | -0/+20 | |
| | ||||||
* | sem_assocs: fix crash. Fix #630 | Tristan Gingold | 2018-08-10 | 1 | -2/+1 | |
| | ||||||
* | Add testcase for #613 | Tristan Gingold | 2018-08-10 | 4 | -0/+50 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add testcase for #615 | Tristan Gingold | 2018-08-07 | 3 | -0/+33 | |
| | ||||||
* | ghwlib: handle correctly with null-range. For #615 | Tristan Gingold | 2018-08-07 | 1 | -10/+22 | |
| | ||||||
* | Add testcase for #616 | Tristan Gingold | 2018-08-07 | 5 | -0/+140 | |
| | ||||||
* | Release secondary stack within elab_declaration_chain. Fix #616 | Tristan Gingold | 2018-08-07 | 2 | -1/+7 | |
| | ||||||
* | Add testcase for #618 | Tristan Gingold | 2018-08-05 | 3 | -0/+28 | |
| | ||||||
* | Add testcase for #620 | Tristan Gingold | 2018-08-05 | 4 | -0/+86 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add testcase for ticket109 | Tristan Gingold | 2018-08-04 | 2 | -0/+18 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add reproducer for #268 | Tristan Gingold | 2018-07-25 | 2 | -0/+27 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add testcase for #627 | Tristan Gingold | 2018-07-22 | 2 | -0/+13 | |
| | ||||||
* | avoid crash in scanner if a number is followed by a number. | Tristan Gingold | 2018-07-22 | 1 | -1/+2 | |
| | | | | Fix #627 | |||||
* | Add testcase for #626 | Tristan Gingold | 2018-07-22 | 5 | -0/+5139 | |
| | ||||||
* | 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 | |||||
* | Add testcase for #623 | Tristan Gingold | 2018-07-20 | 2 | -0/+24 | |
| | ||||||
* | sem_type: avoid crash after error in record constraint. | Tristan Gingold | 2018-07-20 | 1 | -3/+8 | |
| | | | | Fix #623 | |||||
* | Add reproducer for #621 | Tristan Gingold | 2018-07-08 | 3 | -0/+31 | |
| | ||||||
* | sem_names: indexed attribute declaration is an error. | Tristan Gingold | 2018-07-08 | 1 | -2/+4 | |
| | | | | Fix #621 | |||||
* | Merge pull request #617 from vuokko/compile-altera | Patrick Lehmann | 2018-07-02 | 1 | -1/+72 | |
|\ | | | | | Cyclone 1,2,3 support for compile-altera.sh | |||||
| * | Fixes for compile-altera.sh based on feedback | Hannu Vuolasaho | 2018-06-30 | 1 | -9/+22 | |
| | | ||||||
| * | Cyclone 1,2,3 support for compile-altera.sh | Hannu Vuolasaho | 2018-06-29 | 1 | -1/+59 | |
|/ | | | | | | | Quartus 13 is last version which supported older devices. Also first supported version of script. TODO: Port support to Windows, maybe add more file existence testing. | |||||
* | grt: use 64-bit type for Nbr_Cycles. | Tristan Gingold | 2018-06-28 | 2 | -6/+4 | |
| | | | | Fix #614 |