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-chap7.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl: move canon to a vhdl child package.
Tristan Gingold
2019-05-05
1
-2
/
+2
*
vhdl/translate: check_composite_match: rename and handle records.
Tristan Gingold
2019-05-03
1
-9
/
+7
*
vhdl: fix crash on access subtype. Fix #797
Tristan Gingold
2019-04-15
1
-1
/
+2
*
Remove a redundant conversion.
Tristan Gingold
2019-02-28
1
-1
/
+1
*
translation of aggregate: use the target type. For #737
Tristan Gingold
2019-01-17
1
-1
/
+1
*
translation: minor refactoring.
Tristan Gingold
2019-01-17
1
-12
/
+13
*
trans-chap7: add implicit conversion for unbounded arrays.
Tristan Gingold
2019-01-11
1
-1
/
+8
*
trans-chap7: fix translation of aggregate element in named aggregates.
Tristan Gingold
2019-01-04
1
-47
/
+89
*
sem_expr: do not reorder choices, adjust for consequences.
Tristan Gingold
2019-01-02
1
-7
/
+10
*
Preliminary support of dynamically unbounded elements in aggregates.
Tristan Gingold
2018-12-12
1
-19
/
+171
*
translate: renaming of Kind_Expr/Get_Ortho_Expr.
Tristan Gingold
2018-12-11
1
-8
/
+8
*
translate: renaming, support constrained unbounded record aggregates.
Tristan Gingold
2018-12-07
1
-6
/
+3
*
translate: handle unbounded aggregate for signal target.
Tristan Gingold
2018-12-03
1
-0
/
+66
*
translate: refactoring.
Tristan Gingold
2018-11-20
1
-11
/
+26
*
translate: minor refactoring.
Tristan Gingold
2018-11-19
1
-3
/
+1
*
Fix overflow detection for **, implement ** for i64.
Tristan Gingold
2018-11-14
1
-5
/
+18
*
trans-chap7: fix overflow in vhdl 08 array aggregate.
Tristan Gingold
2018-11-12
1
-4
/
+13
*
Rework translation of unbounded and complex types.
Tristan Gingold
2018-10-21
1
-30
/
+26
*
Add reproducer for #643
Tristan Gingold
2018-09-23
1
-0
/
+2
*
aggregates (2008): support array expression
Tristan Gingold
2018-09-23
1
-4
/
+19
*
Improve doc, fix English typo.
Tristan Gingold
2018-09-23
1
-1
/
+1
*
Add -Wothers warning.
Tristan Gingold
2018-09-23
1
-11
/
+8
*
Add Warnid_Static, detect incorrect use of others in aggregate.
Tristan Gingold
2018-09-22
1
-2
/
+4
*
Add Get/Set_Choice_Position (WIP).
Tristan Gingold
2018-09-20
1
-1
/
+0
*
trans-chap7: refactoring for aggregates.
Tristan Gingold
2018-09-11
1
-161
/
+188
*
trans-chap7: refactoring for aggregates.
Tristan Gingold
2018-09-10
1
-66
/
+72
*
trans-chap7: use get_index_type. Fix #635
Tristan Gingold
2018-08-16
1
-2
/
+1
*
Fix warning: use clause for package has no effect
Vicente Bergas
2018-05-03
1
-10
/
+0
*
Fix bounds of unconstrained strings.
Tristan Gingold
2018-04-11
1
-2
/
+2
*
translate: remove other use of Nam_Buffer.
Tristan Gingold
2018-01-20
1
-6
/
+3
*
Translate; properly separates translation of types from translation of subtypes.
Tristan Gingold
2018-01-17
1
-6
/
+7
*
Rework array/record type mode to improve support of constrained records.
Tristan Gingold
2018-01-11
1
-25
/
+21
*
WIP: index arrays of unbounded elements.
Tristan Gingold
2018-01-11
1
-4
/
+2
*
WIP: arrays of unbounded type.
Tristan Gingold
2018-01-11
1
-9
/
+17
*
Abstract Translate_Enumeration_Literal
Tristan Gingold
2017-11-16
1
-10
/
+12
*
Use flist for enumerations.
Tristan Gingold
2017-11-07
1
-11
/
+11
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-13
/
+9
*
Use Flist for simple_aggregate.
Tristan Gingold
2017-11-07
1
-3
/
+2
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-13
/
+11
*
Rename Allocate_Fat_Array_Base to Allocate_Unbounded_Composite_Base.
Tristan Gingold
2017-10-28
1
-4
/
+5
*
translate: renaming.
Tristan Gingold
2017-06-21
1
-23
/
+24
*
translate: separate spec and body translation for implicit subprograms.
Tristan Gingold
2017-05-17
1
-186
/
+324
*
translation: save operator argument declarations into infos.
Tristan Gingold
2017-05-12
1
-95
/
+105
*
translate: add specific infos for implicit subprograms.
Tristan Gingold
2017-05-12
1
-55
/
+67
*
Create default value for ports.
Tristan Gingold
2017-05-09
1
-13
/
+2
*
vhdl08: unbounded records - WIP
Tristan Gingold
2017-02-17
1
-9
/
+19
*
vhdl08: unbounded records (WIP)
Tristan Gingold
2017-02-12
1
-18
/
+70
*
WIP: unbounded records (set record subtype staticness)
Tristan Gingold
2017-01-31
1
-9
/
+61
*
evaluation: handle vector minimum and maximum.
Tristan Gingold
2017-01-18
1
-2
/
+2
*
vhdl08: implement 'subtype attribute
Tristan Gingold
2017-01-13
1
-2
/
+6
[next]