| Commit message (Expand) | Author | Age | Files | Lines |
* | translate: adjust bounds handling in procedure calls. | Tristan Gingold | 2023-04-30 | 3 | -22/+45 |
* | translate: fix use on subtype attribute in signal declaration | Tristan Gingold | 2023-04-28 | 2 | -20/+22 |
* | trans-chap7: optimize is_a_derived_type for #2417 | Tristan Gingold | 2023-04-20 | 1 | -5/+20 |
* | trans-chap2: handle more package instantiations | Tristan Gingold | 2023-04-13 | 1 | -26/+48 |
* | translate: improve support of nested uninstantiated packages | Tristan Gingold | 2023-04-13 | 3 | -35/+105 |
* | translate: refactoring for subprg_translate_kind | Tristan Gingold | 2023-04-13 | 4 | -9/+21 |
* | translate: fix elaboration of nested uninstantiated package. | Tristan Gingold | 2023-04-13 | 1 | -7/+31 |
* | translate: more refactoring for packages | Tristan Gingold | 2023-04-13 | 1 | -73/+87 |
* | translate: refactor subprograms translation for packages | Tristan Gingold | 2023-04-13 | 3 | -34/+78 |
* | translate: refactorize translate_package_internal | Tristan Gingold | 2023-04-12 | 1 | -100/+121 |
* | translate: refactor prefixes for packages | Tristan Gingold | 2023-04-12 | 1 | -37/+34 |
* | translate: refactoring for package units | Tristan Gingold | 2023-04-12 | 3 | -58/+108 |
* | translate: add elab_package_declaration | Tristan Gingold | 2023-04-12 | 3 | -3/+13 |
* | translate: add Elab_Package_Unit_Without_Body | Tristan Gingold | 2023-04-12 | 3 | -1/+7 |
* | trans-chap2: add comments | Tristan Gingold | 2023-04-08 | 1 | -0/+5 |
* | translation: minor cleanup (remove unreachable code) | Tristan Gingold | 2023-04-08 | 1 | -6/+0 |
* | trans-chap2: defer body elaboration if non-immediate body | Tristan Gingold | 2023-04-08 | 1 | -6/+9 |
* | translation: improve type conversion (recurse) | Tristan Gingold | 2023-04-07 | 3 | -82/+120 |
* | translate: factorize and improve implicit subtype conversion code | Tristan Gingold | 2023-04-07 | 2 | -132/+124 |
* | trans-chap7: fix incorrect element layout for concatenation | Tristan Gingold | 2023-04-07 | 1 | -6/+18 |
* | translate: rework subtype conversion. Fix #2356 | Tristan Gingold | 2023-03-29 | 4 | -14/+160 |
* | trans-chap8: free nodes created by canon for conditional assignment | Tristan Gingold | 2023-03-27 | 1 | -5/+23 |
* | translate_entity_init_ports: free a temporary node | Tristan Gingold | 2023-03-26 | 1 | -0/+4 |
* | trans-chap8(translate_wait_statement): free sensitivity list | Tristan Gingold | 2023-03-26 | 1 | -1/+6 |
* | vhdl: generate and handle package_instantiation_body | Tristan Gingold | 2023-03-22 | 3 | -8/+26 |
* | trans-chap2: improve support for nested package instantiation | Tristan Gingold | 2023-03-22 | 2 | -12/+28 |
* | trans-chap7: partial rewrite of translate_implicit_array_conversion | Tristan Gingold | 2023-03-20 | 1 | -49/+169 |
* | trans-chap3(is_equal_limit): also handle type_mode_e32 | Tristan Gingold | 2023-03-15 | 1 | -1/+2 |
* | trans-chap2.adb: fix a warning | Tristan Gingold | 2023-02-22 | 1 | -1/+0 |
* | trans-chap2: elaborate dependencies of macro-expanded packages. | Tristan Gingold | 2023-02-19 | 1 | -19/+38 |
* | trans-chap8: fix a crash while checking bounds in signal assignments. | Tristan Gingold | 2023-02-08 | 1 | -1/+1 |
* | trans-chap8: Fix individual assocs of signal parameters | Tristan Gingold | 2023-02-08 | 1 | -22/+44 |
* | trans-chap8: minor reindentation | Tristan Gingold | 2023-02-08 | 1 | -1/+1 |
* | translate: add --no-elaboration flag | Tristan Gingold | 2023-02-04 | 5 | -2/+10 |
* | TBM | Tristan Gingold | 2023-02-02 | 4 | -12/+56 |
* | translate: improve support for Flag_Elaboration | Tristan Gingold | 2023-02-02 | 2 | -2/+10 |
* | trans-chap3: minor rewrite | Tristan Gingold | 2023-02-02 | 1 | -1/+1 |
* | translate: rework translate_object_subtype_indication. | Tristan Gingold | 2023-02-02 | 2 | -48/+56 |
* | translate: add a flag to disable elaboration | Tristan Gingold | 2023-01-31 | 3 | -106/+125 |
* | translation.adb: avoid a crash on unused resolver. Fix #2333 | Tristan Gingold | 2023-01-30 | 1 | -5/+3 |
* | vhdl/trans: support suspend states | Tristan Gingold | 2023-01-28 | 6 | -15/+48 |
* | src/grt: extract grt-files_lib from grt-files | Tristan Gingold | 2023-01-27 | 2 | -19/+19 |
* | trans: add comments | Tristan Gingold | 2023-01-27 | 1 | -1/+2 |
* | ghdlrun: extract trans_foreign | Tristan Gingold | 2023-01-27 | 2 | -0/+138 |
* | ghdldrv: extract trans_link from ghdlrun | Tristan Gingold | 2023-01-21 | 2 | -0/+495 |
* | vhdl: refactoring - remove trans_be, mainly added to vhdl-back_end | Tristan Gingold | 2023-01-16 | 6 | -269/+56 |
* | simul: handle PSL aborts | Tristan Gingold | 2023-01-12 | 1 | -0/+4 |
* | trans-chap3: fix style for old compilers | Tristan Gingold | 2023-01-05 | 1 | -0/+1 |
* | trans-chap7: handle unbounded expressions in aggregates. | Tristan Gingold | 2022-12-31 | 1 | -24/+39 |
* | trans-chap5.adb: handle package association in entities. | Tristan Gingold | 2022-12-23 | 2 | -12/+17 |