aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/evaluation.adb
Commit message (Collapse)AuthorAgeFilesLines
* vhdl08: parse and analyze interface types.Tristan Gingold2016-09-011-0/+4
|
* evaluation: factorize code, rewrite an error message.Tristan Gingold2016-08-251-12/+4
|
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-3/+3
|
* Rewrite error messages.Tristan Gingold2016-08-021-4/+4
|
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-24/+25
|
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-14/+22
|
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-311-17/+0
| | | | Adjust test issue72.
* simul: handle generic override.Tristan Gingold2016-02-101-20/+2
|
* evaluation: handle whitespace for 'value.Tristan Gingold2016-02-101-0/+38
|
* build_enumeration_value: correctly handle characters.Tristan Gingold2016-02-101-12/+22
|
* Fix crash for access type in aggregate.Tristan Gingold2015-09-241-0/+4
| | | | Fix ticket95
* Improve code generation of strings.Tristan Gingold2015-06-271-7/+68
|
* evaluation: handle fp_literal in build_constant.Tristan Gingold2015-06-091-1/+2
|
* Fix crash in assert translation for overflow literal.Tristan Gingold2015-05-201-1/+2
| | | | Fix ticket 75.
* Fix staticness of array attributes.Tristan Gingold2015-05-201-5/+2
|
* Array attribute: handle non-static function call prefix.Tristan Gingold2015-05-191-1/+2
| | | | Fix ticket68.
* type_conversion: use constraint_state instead of kind.Tristan Gingold2015-05-151-34/+31
| | | | Fix ticket 66.
* Check enumeration overflow for succ/pred attributes.Tristan Gingold2015-05-151-3/+7
| | | | | | Translate 'Leftof and 'Rightof. Fix ticket 65.
* Handle evaluation of to_string for enumeration and integer types.Tristan Gingold2015-05-141-3/+62
| | | | | | Handled extended names for to_string. Fix ticket 61.
* Disable overflow checks in Eval_Discrete_Range_Length.Tristan Gingold2015-03-141-0/+2
| | | | To avoid crash when dealing with very large ranges.
* Minor rework of overflow in physical units: defer until execution.Tristan Gingold2015-01-201-4/+0
|
* execution: fix v87 concat with element.Tristan Gingold2015-01-181-3/+3
|
* debugger: add list command.Tristan Gingold2015-01-171-1/+9
|
* Evaluation: implement array compare for discrete arrays.Tristan Gingold2015-01-151-11/+46
|
* Evaluation: implement array comparaison (greater or less).Tristan Gingold2015-01-151-42/+98
|
* Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold2015-01-101-27/+49
|
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-13/+8
|
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-14/+14
|
* Rework string literals: store literals position.Tristan Gingold2014-12-291-154/+81
|
* evaluation.adb: style changes.Tristan Gingold2014-12-241-5/+5
|
* Recognize some ieee.std_logic_1164 functions.Tristan Gingold2014-12-161-1/+1
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-7/+5
|
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+3047