index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
translate
/
trans-chap8.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
trans-chap8: reverse_range returns false for is_for_loop_iterator_stable.
Tristan Gingold
2019-05-28
1
-20
/
+23
*
Add simple_IO - to be used instead of Text_IO.
Tristan Gingold
2019-05-19
1
-2
/
+2
*
trans-chap8: handle unbounded records in trans_actual. Fix #788
Tristan Gingold
2019-05-15
1
-1
/
+1
*
vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.
Tristan Gingold
2019-05-10
1
-2
/
+2
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
1
-1
/
+1
*
vhdl: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling.
Tristan Gingold
2019-05-06
1
-2
/
+2
*
vhdl: move iirs_utils to vhdl.utils
Tristan Gingold
2019-05-06
1
-1
/
+1
*
vhdl: move evaluation to vhdl child.
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move std_standard package to vhdl child.
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move canon to a vhdl child package.
Tristan Gingold
2019-05-05
1
-5
/
+7
*
vhdl/translate: check_composite_match: rename and handle records.
Tristan Gingold
2019-05-03
1
-4
/
+4
*
trans-chap8: adjust condition.
Tristan Gingold
2019-03-25
1
-1
/
+3
*
iir_kind_selected_element: use Named_Entity for homogeneity.
Tristan Gingold
2018-12-18
1
-1
/
+1
*
translate: renaming of Kind_Expr/Get_Ortho_Expr.
Tristan Gingold
2018-12-11
1
-2
/
+2
*
translate: renaming, support constrained unbounded record aggregates.
Tristan Gingold
2018-12-07
1
-1
/
+1
*
trans-chap8: handle unstable range in for-loop.
Tristan Gingold
2018-12-04
1
-11
/
+69
*
trans-chap8: refactoring for loops.
Tristan Gingold
2018-12-04
1
-19
/
+17
*
translate: handle unbounded aggregate for signal target.
Tristan Gingold
2018-12-03
1
-6
/
+23
*
sem_expr: allow non-static length aggregate.
Tristan Gingold
2018-11-28
1
-1
/
+5
*
issue610 - follow up: also handle signal assignment.
Tristan Gingold
2018-11-21
1
-20
/
+46
*
translate: minor refactoring.
Tristan Gingold
2018-11-21
1
-6
/
+5
*
translate: refactoring.
Tristan Gingold
2018-11-20
1
-21
/
+25
*
Handle assignment of aggregate to an unbounded variable.
Tristan Gingold
2018-11-20
1
-6
/
+31
*
Avoid stack allocation for large arrays.
Tristan Gingold
2018-11-19
1
-20
/
+41
*
vhdl/translate: improve support of unbounded arrays.
Tristan Gingold
2018-11-09
1
-4
/
+4
*
Add bound checks on signal assignment.
Tristan Gingold
2018-11-07
1
-41
/
+76
*
trans: adjust previous patch
Tristan Gingold
2018-10-24
1
-1
/
+6
*
translate chap8: layout base bounds for unbounded individual assoc.
Tristan Gingold
2018-10-24
1
-0
/
+5
*
Rework translation of unbounded and complex types.
Tristan Gingold
2018-10-21
1
-2
/
+3
*
trans-chap8: handle array elements in target aggregate.
Tristan Gingold
2018-09-15
1
-6
/
+23
*
aggregates: WIP for association with arrays.
Tristan Gingold
2018-09-15
1
-1
/
+0
*
Translate; properly separates translation of types from translation of subtypes.
Tristan Gingold
2018-01-17
1
-3
/
+3
*
Rework array/record type mode to improve support of constrained records.
Tristan Gingold
2018-01-11
1
-9
/
+9
*
Fix missing open_temp/close_temp for selected sequential signal assignment.
Tristan Gingold
2017-11-17
1
-2
/
+3
*
Use flist for enumerations.
Tristan Gingold
2017-11-07
1
-2
/
+2
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-5
/
+4
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-1
/
+1
*
trans-chap8: remove duplicate and incorrect base allocation.
Tristan Gingold
2017-11-02
1
-3
/
+6
*
translate: handle dynamic individual association (records only).
Tristan Gingold
2017-10-29
1
-50
/
+161
*
Rename Allocate_Fat_Array_Base to Allocate_Unbounded_Composite_Base.
Tristan Gingold
2017-10-28
1
-1
/
+1
*
trans-chap8: preliminary work: reformatting.
Tristan Gingold
2017-10-28
1
-359
/
+364
*
trans-chap8: minor refactoring.
Tristan Gingold
2017-10-26
1
-3
/
+6
*
vhdl2008: add support for 'unbounded' case statements.
Tristan Gingold
2017-10-15
1
-19
/
+48
*
Improved error reporting, Issue #26
Brian Drummond
2017-10-06
1
-0
/
+2
*
Rename In_Conversion/Out_Conversion to Actual_Conversion/Formal_Conversion.
Tristan Gingold
2017-09-13
1
-2
/
+2
*
translate: renaming.
Tristan Gingold
2017-06-21
1
-3
/
+4
*
Do_Conversion: pass a real location.
Tristan Gingold
2017-06-18
1
-1
/
+1
*
Allocate dynamic object in suspended procedures on stack2.
Tristan Gingold
2017-06-16
1
-2
/
+2
*
translation: renames Ortho_Func to Subprg_Node for consistency.
Tristan Gingold
2017-05-12
1
-2
/
+2
*
translate: add specific infos for implicit subprograms.
Tristan Gingold
2017-05-12
1
-11
/
+11
[next]