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-chap3.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
trans-chap3: improve style.
Tristan Gingold
2019-05-23
1
-3
/
+2
*
vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.
Tristan Gingold
2019-05-10
1
-12
/
+12
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
1
-1
/
+1
*
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: do not crash on 64 bit null range.
Tristan Gingold
2019-05-03
1
-1
/
+3
*
vhdl/translate: check_composite_match: rename and handle records.
Tristan Gingold
2019-05-03
1
-45
/
+181
*
trans-chap3: save base type for constrained arrays.
Tristan Gingold
2019-01-12
1
-0
/
+2
*
translate: renaming of Kind_Expr/Get_Ortho_Expr.
Tristan Gingold
2018-12-11
1
-3
/
+11
*
record ownership of record element constraints.
Tristan Gingold
2018-12-09
1
-8
/
+0
*
translate: renaming, support constrained unbounded record aggregates.
Tristan Gingold
2018-12-07
1
-2
/
+2
*
translate: handle unbounded aggregate for signal target.
Tristan Gingold
2018-12-03
1
-1
/
+1
*
aggregates: WIP for arrays of unbounded elements.
Tristan Gingold
2018-11-21
1
-2
/
+6
*
translate: refactoring.
Tristan Gingold
2018-11-20
1
-5
/
+5
*
trans-chap3: fix a crash for array subtype of unbounded element.
Tristan Gingold
2018-11-15
1
-3
/
+5
*
Fix overflow detection for **, implement ** for i64.
Tristan Gingold
2018-11-14
1
-2
/
+1
*
trans-chap3: elaborate bounds of arrays with unbounded elements.
Tristan Gingold
2018-11-10
1
-2
/
+18
*
vhdl/translate: improve support of unbounded arrays.
Tristan Gingold
2018-11-09
1
-30
/
+46
*
Add bound checks on signal assignment.
Tristan Gingold
2018-11-07
1
-2
/
+5
*
Rework translation of unbounded and complex types.
Tristan Gingold
2018-10-21
1
-802
/
+624
*
translate: for alias of signal slice: trsnslate name subtype.
Tristan Gingold
2018-09-18
1
-0
/
+12
*
translate: refactoring and renaming (chap3)
Tristan Gingold
2018-09-18
1
-32
/
+33
*
WIP: unbounded arrays. Handle #459
Tristan Gingold
2018-01-30
1
-37
/
+86
*
translation: WIP for unbounded arrays.
Tristan Gingold
2018-01-18
1
-26
/
+29
*
Translate: minor cleanup.
Tristan Gingold
2018-01-17
1
-22
/
+6
*
Translate; properly separates translation of types from translation of subtypes.
Tristan Gingold
2018-01-17
1
-72
/
+140
*
WIP: array translation for unbounded arrays.
Tristan Gingold
2018-01-14
1
-5
/
+35
*
Rework array/record type mode to improve support of constrained records.
Tristan Gingold
2018-01-11
1
-38
/
+48
*
WIP: index arrays of unbounded elements.
Tristan Gingold
2018-01-11
1
-11
/
+70
*
WIP: arrays of unbounded type.
Tristan Gingold
2018-01-11
1
-15
/
+87
*
trans-chap3: remove useless element translation.
Tristan Gingold
2018-01-04
1
-5
/
+1
*
WIP: add el size and bounds to unbounded arrays.
Tristan Gingold
2018-01-02
1
-0
/
+12
*
Fix test failure on unbounded record element due to wrong alignment.
Tristan Gingold
2017-12-20
1
-2
/
+10
*
Fix unbounded record subtype.
Tristan Gingold
2017-12-18
1
-29
/
+40
*
trans-chap3: unbox recod in Get_Composite_Base.
Tristan Gingold
2017-11-27
1
-3
/
+4
*
Use flist for enumerations.
Tristan Gingold
2017-11-07
1
-4
/
+3
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-47
/
+33
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-31
/
+22
*
Are_Bounds_Locally_Static: add comment, do what it is described.
Tristan Gingold
2017-11-05
1
-0
/
+1
*
Handle complex subtype in unbounded records.
Tristan Gingold
2017-11-05
1
-39
/
+41
*
Improve code for alignment.
Tristan Gingold
2017-11-04
1
-20
/
+7
*
Adjust previous realign patch: also adjust size variable computation.
Tristan Gingold
2017-11-01
1
-6
/
+9
*
translate: realign base in sigbuilder for unbounded records.
Tristan Gingold
2017-11-01
1
-8
/
+15
*
translate: handle dynamic individual association (records only).
Tristan Gingold
2017-10-29
1
-10
/
+6
*
trans-chap3: abstraction and reformatting.
Tristan Gingold
2017-10-28
1
-32
/
+33
*
Rename Allocate_Fat_Array_Base to Allocate_Unbounded_Composite_Base.
Tristan Gingold
2017-10-28
1
-5
/
+5
*
Translation: consider big arrays as non-static.
Tristan Gingold
2017-07-27
1
-1
/
+12
*
trans-chap3: factorize code to translate array element.
Tristan Gingold
2017-06-28
1
-44
/
+14
*
translate: renaming.
Tristan Gingold
2017-06-21
1
-9
/
+9
*
translate: factorize code.
Tristan Gingold
2017-06-21
1
-4
/
+2
[next]