| Commit message (Expand) | Author | Age | Files | Lines |
* | translate: improve support of unbounded records and arrays. | Tristan Gingold | 2020-07-25 | 1 | -102/+124 |
* | ortho: add unbounded records, rework array subtypes. | Tristan Gingold | 2020-07-25 | 1 | -2/+7 |
* | vhdl trans-chap7: fix result of read with length. Fix #1392 | Tristan Gingold | 2020-07-19 | 1 | -11/+70 |
* | vhdl: improve support of subtype attribute. | Tristan Gingold | 2020-07-18 | 1 | -1/+2 |
* | vhdl: add ghdl_integer_index_check_failed. For #1257 | Tristan Gingold | 2020-06-17 | 1 | -8/+8 |
* | vhdl/translate: simplify some variable assignments. Fix #1361 | Tristan Gingold | 2020-06-13 | 1 | -6/+0 |
* | ortho: add a length parameter to start_array_aggr. | Tristan Gingold | 2020-05-28 | 1 | -18/+17 |
* | trans-chap7: add a comment. | Tristan Gingold | 2020-05-13 | 1 | -0/+3 |
* | trans-chap7: Translate_Equality: also convert to base type for records. | Tristan Gingold | 2020-05-13 | 1 | -26/+36 |
* | types: introduce Direction_Type, which replaces Iir_Direction. | Tristan Gingold | 2020-04-20 | 1 | -7/+7 |
* | trans-chap7: minor renaming. | Tristan Gingold | 2020-03-14 | 1 | -5/+5 |
* | vhdl/translate: handle implicit record-record conversions. | Tristan Gingold | 2020-01-06 | 1 | -12/+1 |
* | vhdl: handle untranslated subtypes for record aggregates. Fix #1051 | Tristan Gingold | 2020-01-02 | 1 | -3/+12 |
* | ams-vhdl: add frequency function, minor fixes. | Tristan Gingold | 2019-12-30 | 1 | -1/+2 |
* | vhdl: improve support of AMS-vhdl (array and record natures, source quantities) | Tristan Gingold | 2019-12-28 | 1 | -1/+2 |
* | vhdl: add anonymous_signal_declaration. | Tristan Gingold | 2019-07-03 | 1 | -0/+1 |
* | Add simple_IO - to be used instead of Text_IO. | Tristan Gingold | 2019-05-19 | 1 | -11/+4 |
* | vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64. | Tristan Gingold | 2019-05-10 | 1 | -7/+7 |
* | vhdl: extract vhdl.errors from errorout. | Tristan Gingold | 2019-05-08 | 1 | -0/+1 |
* | vhdl: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling. | Tristan Gingold | 2019-05-06 | 1 | -1/+1 |
* | vhdl: move iirs_utils to vhdl.utils | Tristan Gingold | 2019-05-06 | 1 | -1/+1 |
* | vhdl: move evaluation to vhdl child. | Tristan Gingold | 2019-05-05 | 1 | -1/+1 |
* | vhdl: move std_standard package to vhdl child. | Tristan Gingold | 2019-05-05 | 1 | -1/+1 |
* | vhdl: move canon to a vhdl child package. | Tristan Gingold | 2019-05-05 | 1 | -2/+2 |
* | vhdl/translate: check_composite_match: rename and handle records. | Tristan Gingold | 2019-05-03 | 1 | -9/+7 |
* | vhdl: fix crash on access subtype. Fix #797 | Tristan Gingold | 2019-04-15 | 1 | -1/+2 |
* | Remove a redundant conversion. | Tristan Gingold | 2019-02-28 | 1 | -1/+1 |
* | translation of aggregate: use the target type. For #737 | Tristan Gingold | 2019-01-17 | 1 | -1/+1 |
* | translation: minor refactoring. | Tristan Gingold | 2019-01-17 | 1 | -12/+13 |
* | trans-chap7: add implicit conversion for unbounded arrays. | Tristan Gingold | 2019-01-11 | 1 | -1/+8 |
* | trans-chap7: fix translation of aggregate element in named aggregates. | Tristan Gingold | 2019-01-04 | 1 | -47/+89 |
* | sem_expr: do not reorder choices, adjust for consequences. | Tristan Gingold | 2019-01-02 | 1 | -7/+10 |
* | Preliminary support of dynamically unbounded elements in aggregates. | Tristan Gingold | 2018-12-12 | 1 | -19/+171 |
* | translate: renaming of Kind_Expr/Get_Ortho_Expr. | Tristan Gingold | 2018-12-11 | 1 | -8/+8 |
* | translate: renaming, support constrained unbounded record aggregates. | Tristan Gingold | 2018-12-07 | 1 | -6/+3 |
* | translate: handle unbounded aggregate for signal target. | Tristan Gingold | 2018-12-03 | 1 | -0/+66 |
* | translate: refactoring. | Tristan Gingold | 2018-11-20 | 1 | -11/+26 |
* | translate: minor refactoring. | Tristan Gingold | 2018-11-19 | 1 | -3/+1 |
* | Fix overflow detection for **, implement ** for i64. | Tristan Gingold | 2018-11-14 | 1 | -5/+18 |
* | trans-chap7: fix overflow in vhdl 08 array aggregate. | Tristan Gingold | 2018-11-12 | 1 | -4/+13 |
* | Rework translation of unbounded and complex types. | Tristan Gingold | 2018-10-21 | 1 | -30/+26 |
* | Add reproducer for #643 | Tristan Gingold | 2018-09-23 | 1 | -0/+2 |
* | aggregates (2008): support array expression | Tristan Gingold | 2018-09-23 | 1 | -4/+19 |
* | Improve doc, fix English typo. | Tristan Gingold | 2018-09-23 | 1 | -1/+1 |
* | Add -Wothers warning. | Tristan Gingold | 2018-09-23 | 1 | -11/+8 |
* | Add Warnid_Static, detect incorrect use of others in aggregate. | Tristan Gingold | 2018-09-22 | 1 | -2/+4 |
* | Add Get/Set_Choice_Position (WIP). | Tristan Gingold | 2018-09-20 | 1 | -1/+0 |
* | trans-chap7: refactoring for aggregates. | Tristan Gingold | 2018-09-11 | 1 | -161/+188 |
* | trans-chap7: refactoring for aggregates. | Tristan Gingold | 2018-09-10 | 1 | -66/+72 |
* | trans-chap7: use get_index_type. Fix #635 | Tristan Gingold | 2018-08-16 | 1 | -2/+1 |