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
*
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
*
Follow-up for #370
Tristan Gingold
2017-06-21
1
-20
/
+35
*
Translate: use create_temp for create_record_type_builder.
Tristan Gingold
2017-06-19
1
-5
/
+3
*
Check bounds for real.
Tristan Gingold
2017-06-14
1
-10
/
+2
*
trans-chap3.adb: constify.
Tristan Gingold
2017-06-14
1
-12
/
+7
*
translate: avoid to duplicate range_var.
Tristan Gingold
2017-05-21
1
-16
/
+53
*
wip: rework subprogram translation.
Tristan Gingold
2017-05-18
1
-11
/
+26
*
Translation: separate subprogram translation spec and body.
Tristan Gingold
2017-05-18
1
-47
/
+55
*
vhdl08: unbounded records (WIP - individual association)
Tristan Gingold
2017-03-09
1
-8
/
+13
*
unbounded records: add rti support (WIP)
Tristan Gingold
2017-02-21
1
-0
/
+2
*
vhdl08: unbounded records (WIP)
Tristan Gingold
2017-02-21
1
-17
/
+47
*
vhdl08: unbounded records (WIP)
Tristan Gingold
2017-02-12
1
-48
/
+128
*
WIP: unbounded records (set record subtype staticness)
Tristan Gingold
2017-01-31
1
-23
/
+27
*
WIP: translate size of unbounded records.
Tristan Gingold
2017-01-23
1
-6
/
+56
*
wip for unbounded records.
Tristan Gingold
2017-01-16
1
-13
/
+86
*
WIP for unconstrained records.
Tristan Gingold
2017-01-13
1
-10
/
+28
*
translate: WIP - refactoring for unbounded records.
Tristan Gingold
2017-01-02
1
-103
/
+168
*
iirs_utils: reimplement Are_Bounds_Locally_Static.
Tristan Gingold
2017-01-02
1
-44
/
+22
*
translate: remove unused align_var variable.
Tristan Gingold
2017-01-02
1
-8
/
+1
*
translate: WIP for unbounded records.
Tristan Gingold
2017-01-02
1
-5
/
+38
*
iirs: renames Iir_Kinds_Scalar_Type_Definition
Tristan Gingold
2017-01-02
1
-6
/
+6
*
translate: refactoring for unbounded types.
Tristan Gingold
2017-01-02
1
-38
/
+56
*
translate: rename get_array_base to get_composite_base
Tristan Gingold
2017-01-02
1
-8
/
+10
*
translate: refactoring for ortho_info_type.
Tristan Gingold
2016-12-30
1
-143
/
+145
*
trans: reformatting, add predicate for unbounded types.
Tristan Gingold
2016-12-29
1
-9
/
+14
*
trans-chap3: constify.
Tristan Gingold
2016-12-26
1
-5
/
+3
*
translate: add unbounded records type_mode (WIP)
Tristan Gingold
2016-12-26
1
-5
/
+9
*
Minor code factorization.
Tristan Gingold
2016-09-30
1
-2
/
+2
*
Rework range_expression and incomplete type for instantiation.
Tristan Gingold
2016-09-30
1
-8
/
+6
*
Rewrite error messages.
Tristan Gingold
2016-08-02
1
-2
/
+1
*
vhdl08: add support of case-generate statement
Tristan Gingold
2016-07-07
1
-4
/
+2
*
Do not create signal type for scalar type.
Tristan Gingold
2015-12-20
1
-6
/
+6
*
Pass signal values to interfaces. 'sigptr' optimization.
Tristan Gingold
2015-12-18
1
-2
/
+1
[next]