| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vhdl-annotations: annotate procedure call associations | Tristan Gingold | 2022-05-25 | 1 | -14/+47 |
* | vhdl: move Is_Copyback_Parameter to vhdl-utils | Tristan Gingold | 2022-05-25 | 2 | -0/+14 |
* | synth: merge value for type_vector and type_array | Tristan Gingold | 2022-05-22 | 1 | -6/+6 |
* | vhdl-canon: remove unused canon_flag_inertial_associations | Tristan Gingold | 2022-05-20 | 1 | -4/+0 |
* | vhdl-nodes: remove unused fields for procedure declarations | Tristan Gingold | 2022-05-17 | 2 | -219/+212 |
* | vhdl: add suspend state pseudo decl and stmt. WIP. | Tristan Gingold | 2022-05-17 | 7 | -214/+264 |
* | vhdl-canon: refactoring. | Tristan Gingold | 2022-05-16 | 2 | -31/+87 |
* | vhdl-sem_specs: use by_name assoc for port default association | Tristan Gingold | 2022-05-16 | 1 | -1/+5 |
* | trans_analyzes: add support for all processes | Tristan Gingold | 2022-05-15 | 1 | -85/+116 |
* | vhdl-errors(disp_node): change message for generate body | Tristan Gingold | 2022-05-14 | 1 | -1/+1 |
* | fix: avoid "pragma Unreferenced given" warnings with GCC 12 | Xiretza | 2022-05-14 | 1 | -1/+1 |
* | fix: avoid "unnecessary with of ancestor [-gnatwr]" with GCC 12 | Xiretza | 2022-05-14 | 1 | -1/+1 |
* | vhdl-canon: export extract_waveform_sensitivity | Tristan Gingold | 2022-05-12 | 1 | -2/+5 |
* | trans_analyzes.adb: reindent | Tristan Gingold | 2022-05-12 | 1 | -3/+2 |
* | vhdl: consider fully static record aggregates. Fix #2051 | Tristan Gingold | 2022-05-07 | 4 | -26/+83 |
* | vhdl-sem.adb(are_trees_equal): handle selected element. Fix #2050 | Tristan Gingold | 2022-05-06 | 1 | -0/+4 |
* | vhdl-sem_names: second fix for #2048 | Tristan Gingold | 2022-05-03 | 1 | -1/+2 |
* | vhdl-sem_names(sem_selected_by_all_name): avoid a crash | Tristan Gingold | 2022-05-02 | 1 | -0/+4 |
* | vhdl-sem_assocs: avoid a crash after forced analysis | Tristan Gingold | 2022-05-02 | 1 | -0/+5 |
* | vhdl-annotations: do not annotate type for signal attributes | Tristan Gingold | 2022-04-29 | 1 | -2/+0 |
* | vhdl-nodes: reorder, add iir_kinds_structural_statement | Tristan Gingold | 2022-04-29 | 1 | -9/+17 |
* | synth: renaming (synth-static_oper -> synth-vhdl_eval) | Tristan Gingold | 2022-04-27 | 1 | -5/+4 |
* | vhdl-sem_expr: minor renaming | Tristan Gingold | 2022-04-27 | 1 | -3/+6 |