index
:
ghdl/.git
master
VHDL 2008/93/87 simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
evaluation.adb
Age
Commit message (
Collapse
)
Author
2015-09-24
Fix crash for access type in aggregate.
Tristan Gingold
Fix ticket95
2015-06-27
Improve code generation of strings.
Tristan Gingold
2015-06-09
evaluation: handle fp_literal in build_constant.
Tristan Gingold
2015-05-20
Fix crash in assert translation for overflow literal.
Tristan Gingold
Fix ticket 75.
2015-05-20
Fix staticness of array attributes.
Tristan Gingold
2015-05-19
Array attribute: handle non-static function call prefix.
Tristan Gingold
Fix ticket68.
2015-05-15
type_conversion: use constraint_state instead of kind.
Tristan Gingold
Fix ticket 66.
2015-05-15
Check enumeration overflow for succ/pred attributes.
Tristan Gingold
Translate 'Leftof and 'Rightof. Fix ticket 65.
2015-05-14
Handle evaluation of to_string for enumeration and integer types.
Tristan Gingold
Handled extended names for to_string. Fix ticket 61.
2015-03-14
Disable overflow checks in Eval_Discrete_Range_Length.
Tristan Gingold
To avoid crash when dealing with very large ranges.
2015-01-20
Minor rework of overflow in physical units: defer until execution.
Tristan Gingold
2015-01-18
execution: fix v87 concat with element.
Tristan Gingold
2015-01-17
debugger: add list command.
Tristan Gingold
2015-01-15
Evaluation: implement array compare for discrete arrays.
Tristan Gingold
2015-01-15
Evaluation: implement array comparaison (greater or less).
Tristan Gingold
2015-01-10
Handle overflow during evaluation of type conversion. Forward on 'image.
Tristan Gingold
2015-01-03
Initial rework for vhdl 2008 generate statements.
Tristan Gingold
2014-12-31
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-29
Rework string literals: store literals position.
Tristan Gingold
2014-12-24
evaluation.adb: style changes.
Tristan Gingold
2014-12-16
Recognize some ieee.std_logic_1164 functions.
Tristan Gingold
2014-12-15
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-11-04
Create src/vhdl subdirectory.
Tristan Gingold