summaryrefslogtreecommitdiff
path: root/src/vhdl/evaluation.adb
AgeCommit message (Expand)Author
2015-05-20Fix crash in assert translation for overflow literal.Tristan Gingold
2015-05-20Fix staticness of array attributes.Tristan Gingold
2015-05-19Array attribute: handle non-static function call prefix.Tristan Gingold
2015-05-15type_conversion: use constraint_state instead of kind.Tristan Gingold
2015-05-15Check enumeration overflow for succ/pred attributes.Tristan Gingold
2015-05-14Handle evaluation of to_string for enumeration and integer types.Tristan Gingold
2015-03-14Disable overflow checks in Eval_Discrete_Range_Length.Tristan Gingold
2015-01-20Minor rework of overflow in physical units: defer until execution.Tristan Gingold
2015-01-18execution: fix v87 concat with element.Tristan Gingold
2015-01-17debugger: add list command.Tristan Gingold
2015-01-15Evaluation: implement array compare for discrete arrays.Tristan Gingold
2015-01-15Evaluation: implement array comparaison (greater or less).Tristan Gingold
2015-01-10Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold
2015-01-03Initial rework for vhdl 2008 generate statements.Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-24evaluation.adb: style changes.Tristan Gingold
2014-12-16Recognize some ieee.std_logic_1164 functions.Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-11-04Create src/vhdl subdirectory.Tristan Gingold