index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
evaluation.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
ownership: fix arrays and physical types from parse.
Tristan Gingold
2016-10-18
1
-4
/
+6
*
eval_type_conversion: free unused intermediate result in case of overflow.
Tristan Gingold
2016-10-13
1
-12
/
+14
*
evaluation: free evaluated operand for tf_array_not.
Tristan Gingold
2016-10-13
1
-2
/
+4
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-27
/
+46
*
Consider object for array attribute.
Tristan Gingold
2016-10-01
1
-1
/
+2
*
Instance_Path: handle nested packages and package instantiation.
Tristan Gingold
2016-09-30
1
-4
/
+9
*
Rework range_expression and incomplete type for instantiation.
Tristan Gingold
2016-09-30
1
-10
/
+14
*
Add Eval_Attribute_Parameter_Or_1
Tristan Gingold
2016-09-30
1
-4
/
+19
*
Add an analysis time check for bounds on port association.
Tristan Gingold
2016-09-24
1
-0
/
+20
*
vhdl08: create interface subprogram declaration.
Tristan Gingold
2016-09-19
1
-4
/
+0
*
vhdl08: parse and analyze interface types.
Tristan Gingold
2016-09-01
1
-0
/
+4
*
evaluation: factorize code, rewrite an error message.
Tristan Gingold
2016-08-25
1
-12
/
+4
*
Rewrite most of error and warning messages.
Tristan Gingold
2016-08-02
1
-3
/
+3
*
Rewrite error messages.
Tristan Gingold
2016-08-02
1
-4
/
+4
*
Rewrite scan error messages: use formatting.
Tristan Gingold
2016-08-02
1
-24
/
+25
*
Rework warnings to have a uniq tag per warning.
Tristan Gingold
2016-08-01
1
-14
/
+22
*
vhdl2008: implement new 'use clause' rules for types.
Tristan Gingold
2016-05-31
1
-17
/
+0
*
simul: handle generic override.
Tristan Gingold
2016-02-10
1
-20
/
+2
*
evaluation: handle whitespace for 'value.
Tristan Gingold
2016-02-10
1
-0
/
+38
*
build_enumeration_value: correctly handle characters.
Tristan Gingold
2016-02-10
1
-12
/
+22
*
Fix crash for access type in aggregate.
Tristan Gingold
2015-09-24
1
-0
/
+4
*
Improve code generation of strings.
Tristan Gingold
2015-06-27
1
-7
/
+68
*
evaluation: handle fp_literal in build_constant.
Tristan Gingold
2015-06-09
1
-1
/
+2
*
Fix crash in assert translation for overflow literal.
Tristan Gingold
2015-05-20
1
-1
/
+2
*
Fix staticness of array attributes.
Tristan Gingold
2015-05-20
1
-5
/
+2
*
Array attribute: handle non-static function call prefix.
Tristan Gingold
2015-05-19
1
-1
/
+2
*
type_conversion: use constraint_state instead of kind.
Tristan Gingold
2015-05-15
1
-34
/
+31
*
Check enumeration overflow for succ/pred attributes.
Tristan Gingold
2015-05-15
1
-3
/
+7
*
Handle evaluation of to_string for enumeration and integer types.
Tristan Gingold
2015-05-14
1
-3
/
+62
*
Disable overflow checks in Eval_Discrete_Range_Length.
Tristan Gingold
2015-03-14
1
-0
/
+2
*
Minor rework of overflow in physical units: defer until execution.
Tristan Gingold
2015-01-20
1
-4
/
+0
*
execution: fix v87 concat with element.
Tristan Gingold
2015-01-18
1
-3
/
+3
*
debugger: add list command.
Tristan Gingold
2015-01-17
1
-1
/
+9
*
Evaluation: implement array compare for discrete arrays.
Tristan Gingold
2015-01-15
1
-11
/
+46
*
Evaluation: implement array comparaison (greater or less).
Tristan Gingold
2015-01-15
1
-42
/
+98
*
Handle overflow during evaluation of type conversion. Forward on 'image.
Tristan Gingold
2015-01-10
1
-27
/
+49
*
Initial rework for vhdl 2008 generate statements.
Tristan Gingold
2015-01-03
1
-13
/
+8
*
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-31
1
-14
/
+14
*
Rework string literals: store literals position.
Tristan Gingold
2014-12-29
1
-154
/
+81
*
evaluation.adb: style changes.
Tristan Gingold
2014-12-24
1
-5
/
+5
*
Recognize some ieee.std_logic_1164 functions.
Tristan Gingold
2014-12-16
1
-1
/
+1
*
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-12-15
1
-7
/
+5
*
Create src/vhdl subdirectory.
Tristan Gingold
2014-11-04
1
-0
/
+3047