index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
translate
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Handle assignment of aggregate to an unbounded variable.
Tristan Gingold
2018-11-20
1
-6
/
+31
*
translate: minor refactoring.
Tristan Gingold
2018-11-19
1
-3
/
+1
*
Avoid stack allocation for large arrays.
Tristan Gingold
2018-11-19
1
-20
/
+41
*
errorout: split and rework.
Tristan Gingold
2018-11-16
1
-0
/
+4
*
trans-chap3: fix a crash for array subtype of unbounded element.
Tristan Gingold
2018-11-15
1
-3
/
+5
*
Create sem_lib from libraries.
Tristan Gingold
2018-11-14
2
-5
/
+7
*
Fix overflow detection for **, implement ** for i64.
Tristan Gingold
2018-11-14
5
-15
/
+40
*
trans-chap7: fix overflow in vhdl 08 array aggregate.
Tristan Gingold
2018-11-12
1
-4
/
+13
*
vhdl parse: get rid of parse_error exception.
Tristan Gingold
2018-11-12
1
-2
/
+1
*
trans-chap5: do subtype conversion in signal association.
Tristan Gingold
2018-11-10
1
-2
/
+10
*
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
6
-56
/
+102
*
trans-chap6: refactoring for translate_indexed_name
Tristan Gingold
2018-11-09
1
-27
/
+29
*
Add bound checks on signal assignment.
Tristan Gingold
2018-11-07
4
-57
/
+89
*
trans-chap9: add a guard.
Tristan Gingold
2018-10-24
1
-0
/
+9
*
trans-rtis: fix uninitialized variable.
Tristan Gingold
2018-10-24
1
-3
/
+8
*
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
2
-0
/
+8
*
trans: avoid translation of coverage report twice.
Tristan Gingold
2018-10-23
1
-6
/
+85
*
Rework translation of unbounded and complex types.
Tristan Gingold
2018-10-21
17
-1188
/
+1175
*
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
2
-2
/
+2
*
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 Maybe_Ref_Chain (WIP).
Tristan Gingold
2018-09-20
2
-0
/
+8
*
Add Get/Set_Choice_Position (WIP).
Tristan Gingold
2018-09-20
1
-1
/
+0
*
translate: for alias of signal slice: trsnslate name subtype.
Tristan Gingold
2018-09-18
3
-0
/
+43
*
translate: refactoring and renaming (chap3)
Tristan Gingold
2018-09-18
3
-56
/
+52
*
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
*
Remove unused translate/Makefile.
Tristan Gingold
2018-09-15
1
-45
/
+0
*
Remove -gnat05, always use GNATFLAGS.
Tristan Gingold
2018-09-15
1
-4
/
+4
*
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
*
Add support for --time-resolution (jit only). Fix #613
Tristan Gingold
2018-08-10
5
-22
/
+18
*
Release secondary stack within elab_declaration_chain. Fix #616
Tristan Gingold
2018-08-07
2
-1
/
+7
*
elab_object_init: allocate bounds for unounded aggregate if needed.
Tristan Gingold
2018-07-22
1
-5
/
+12
*
Delay translation of default configuration.
Tristan Gingold
2018-06-19
2
-4
/
+19
*
Fix warning: use clause for package has no effect
Vicente Bergas
2018-05-03
5
-19
/
+1
*
Use specific error message for direction mismatch.
Tristan Gingold
2018-04-25
3
-15
/
+45
*
Fix bounds of unconstrained strings.
Tristan Gingold
2018-04-11
1
-2
/
+2
*
translation: for port assiation by expression: handle formal before actual.
Tristan Gingold
2018-02-20
1
-2
/
+2
*
translate: handle anonymous types in formal; handle multiple conversions.
Tristan Gingold
2018-02-18
2
-11
/
+31
*
WIP: unbounded arrays. Handle #459
Tristan Gingold
2018-01-30
1
-37
/
+86
*
translation: use a simple mark&sweep to free infos.
Tristan Gingold
2018-01-26
3
-51
/
+57
*
trans.adb: add pragma asserts.
Tristan Gingold
2018-01-20
1
-8
/
+10
*
translate: remove other use of Nam_Buffer.
Tristan Gingold
2018-01-20
3
-25
/
+13
*
translation: remove some use of Nam_Buffer.
Tristan Gingold
2018-01-20
4
-128
/
+133
[prev]
[next]