| Commit message (Expand) | Author | Age | Files | Lines |
* | vhdl-sem_psl: analyze strong properties | Tristan Gingold | 2022-07-02 | 1 | -1/+2 |
* | vhdl-sem_names: avoid crash on incorrect selected name. | Tristan Gingold | 2022-07-02 | 1 | -6/+6 |
* | vhdl-sem_decls: avoid crash on self use of a generic package. | Tristan Gingold | 2022-07-02 | 1 | -0/+10 |
* | vhdl: avoid crash on incorrect use of attributes. | Tristan Gingold | 2022-07-02 | 5 | -14/+40 |
* | vhdl: avoid crash on incorrect use of signatures | Tristan Gingold | 2022-07-02 | 3 | -281/+292 |
* | vhdl-evaluation: handle more operations (thought synth). | Tristan Gingold | 2022-07-02 | 1 | -2/+1 |
* | vhdl-sem_names: avoid duplicate error message. For #2100 | Tristan Gingold | 2022-06-28 | 1 | -1/+19 |
* | vhdl-parse: fix crashes after error. Fix #2110 | Tristan Gingold | 2022-06-26 | 1 | -2/+6 |
* | vhdl-parse_psl: avoid crash on error. For #2110 | Tristan Gingold | 2022-06-26 | 1 | -1/+7 |
* | trans-chap8: adjust conditions to pass parameters. Fix #2104 | Tristan Gingold | 2022-06-22 | 1 | -2/+9 |
* | vhdl-sem.adb: avoid a crash on conformance error. Fix #2103 | Tristan Gingold | 2022-06-21 | 1 | -2/+2 |
* | vhdl-sem_lib: do not disable warnings for files in -c/-r | Tristan Gingold | 2022-06-19 | 1 | -1/+5 |
* | trans-chap7: translate anonymous subtype of overflow literal. Fox #2066 | Tristan Gingold | 2022-06-19 | 1 | -2/+6 |
* | vhdl-sem_expr: check expression index range for aggregate. Fix #2066 | Tristan Gingold | 2022-06-19 | 1 | -0/+25 |
* | vhdl-sem.adb(are_trees_equal): handle simple aggregate. | Tristan Gingold | 2022-06-16 | 1 | -14/+12 |
* | vhdl/translate: handle inertial association in recursive instantiation | Tristan Gingold | 2022-06-16 | 2 | -2/+16 |
* | vhdl-sem_names: handle element and subtype attributes for type conv. | Tristan Gingold | 2022-06-16 | 1 | -22/+26 |
* | vhdl-sem_expr: do not attribute element or subtype attributes as expr. | Tristan Gingold | 2022-06-16 | 1 | -0/+2 |
* | vhdl: handle 'element in 'range. Fix #2071 | Tristan Gingold | 2022-06-15 | 2 | -23/+104 |
* | Add comments | Tristan Gingold | 2022-06-15 | 1 | -0/+1 |
* | vhdl: add a parent field to protected_type_declaration. Fix #2091 | Tristan Gingold | 2022-06-12 | 3 | -265/+271 |
* | vhdl-nodes: add Inertial_Flag for association_element_by_expression | Tristan Gingold | 2022-06-12 | 5 | -302/+347 |
* | vhdl: recognize ieee.math_real.sign, fix is_x recogn. | Tristan Gingold | 2022-06-11 | 3 | -6/+20 |
* | vhdl-annotations: avoid a crash with subtype attribute in array. | Tristan Gingold | 2022-06-09 | 1 | -2/+7 |
* | vhdl-sem: adjust condition to set suspend_state on procedures | Tristan Gingold | 2022-06-07 | 1 | -6/+25 |
* | vhdl-parse.adb: fix uninitialized variable, for #2076 | Tristan Gingold | 2022-06-06 | 1 | -0/+1 |
* | vhdl-sem_names: avoid a crash on incorrect selected name. For #2076 | Tristan Gingold | 2022-06-06 | 1 | -1/+2 |
* | vhdl-parse: avoid a crash with return identifier. Fox #2076 | Tristan Gingold | 2022-06-06 | 1 | -1/+7 |
* | vhdl-ieee-math_real: recognize more operations | Tristan Gingold | 2022-06-06 | 2 | -12/+45 |
* | synth-vhdl_eval: recognize and handle to_stdulogicvector | Tristan Gingold | 2022-06-06 | 2 | -0/+13 |
* | vhdl: recognize more predefined ieee functions and operators | Tristan Gingold | 2022-06-05 | 4 | -7/+112 |
* | vhdl-ieee-numeric: recognize vector/scalar operations | Tristan Gingold | 2022-06-05 | 2 | -3/+51 |
* | vhdl-ieee-numeric: recognize is_x, to_x01, to_ux01 and to_x01z | Tristan Gingold | 2022-06-05 | 2 | -8/+50 |
* | vhdl: add a warning for unassociated ports | Tristan Gingold | 2022-06-04 | 3 | -9/+22 |
* | vhdl-sem_types: avoid a crash on empty records if forced analysis | Tristan Gingold | 2022-06-04 | 1 | -1/+9 |
* | vhdl-sem_scopes: handle state_suspend | Tristan Gingold | 2022-06-04 | 1 | -1/+2 |
* | vhdl-ieee-std_logic_1164: recognize to_hstring, to_ostring | Tristan Gingold | 2022-06-01 | 2 | -0/+7 |
* | vhdl-utils(is_copyback_parameter): avoid a crash on file parameter | Tristan Gingold | 2022-06-01 | 1 | -6/+2 |
* | vhdl: improve use of interface types. For #2070 | Tristan Gingold | 2022-06-01 | 2 | -0/+6 |
* | vhdl-scanner: adjust assertion. For #2070 | Tristan Gingold | 2022-06-01 | 1 | -1/+1 |
* | vhdl-parse: do not allow nested context declaration. For #2070 | Tristan Gingold | 2022-06-01 | 1 | -1/+5 |
* | vhdl-parse: avoid a crash on too large numbers. For #2070 | Tristan Gingold | 2022-06-01 | 2 | -2/+15 |
* | vhdl: avoid crash after an error. For #2070 | Tristan Gingold | 2022-06-01 | 3 | -3/+10 |
* | vhdl-evaluation.adb: avoid a crash on overflow. For #2070 | Tristan Gingold | 2022-06-01 | 1 | -11/+12 |
* | vhdl-errors.adb: use normal message subprogram. For #2070 | Tristan Gingold | 2022-06-01 | 1 | -9/+1 |
* | vhdl: recognize numeric_bit.to_unsigned | Tristan Gingold | 2022-05-31 | 4 | -5/+57 |
* | vhdl-nodes: move maximum/minimum out of predefined operator range | Tristan Gingold | 2022-05-30 | 1 | -27/+27 |
* | synth-vhdl_eval: handle more operations | Tristan Gingold | 2022-05-29 | 2 | -6/+9 |
* | vhdl: recognize subprograms from std.env | Tristan Gingold | 2022-05-29 | 4 | -0/+98 |
* | vhdl-canon: add Canon_Add_Suspend_State | Tristan Gingold | 2022-05-26 | 9 | -197/+501 |