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
*
translate, grt: add lib function for div and rem.
Tristan Gingold
2022-10-02
3
-8
/
+84
*
trans-chap7: fix choice of exp. Fix #2189
Tristan Gingold
2022-09-15
1
-3
/
+3
*
trans-chap3: fix invalid copy of element layout. For #2166
Tristan Gingold
2022-08-12
1
-2
/
+4
*
vhdl: add support for file subtype. Fix #2174
Tristan Gingold
2022-08-11
3
-2
/
+11
*
trans-chap5: handle inertial individual association. Fix #2118
Tristan Gingold
2022-08-11
1
-13
/
+20
*
trans-chap7: handle concat of unbounded elements. Fix #2055
Tristan Gingold
2022-08-11
1
-33
/
+58
*
trans: rework aggregate. For #2166
Tristan Gingold
2022-08-10
3
-58
/
+65
*
vhdl: add support for default in interface subprogram. Fix #2163
Tristan Gingold
2022-08-07
1
-0
/
+3
*
trans-chap9.adb: destroy types in PSL expressions. For #2157
Tristan Gingold
2022-08-04
1
-3
/
+31
*
trans-chap3: translate subtype indication of access subtype. Fix #2152
Tristan Gingold
2022-07-30
1
-3
/
+14
*
vhdl-sem_names: allow element attribute on element attribute. Fix #2141
Tristan Gingold
2022-07-28
2
-9
/
+22
*
vhdl: handle element attribute in declarations. Fix #2136
Tristan Gingold
2022-07-21
1
-11
/
+21
*
vhdl-nodes: renaming.
Tristan Gingold
2022-07-21
2
-7
/
+7
*
trans-chap8: adjust conditions to pass parameters. Fix #2104
Tristan Gingold
2022-06-22
1
-2
/
+9
*
trans-chap7: translate anonymous subtype of overflow literal. Fox #2066
Tristan Gingold
2022-06-19
1
-2
/
+6
*
vhdl/translate: handle inertial association in recursive instantiation
Tristan Gingold
2022-06-16
2
-2
/
+16
*
vhdl: handle 'element in 'range. Fix #2071
Tristan Gingold
2022-06-15
1
-12
/
+47
*
vhdl-canon: add Canon_Add_Suspend_State
Tristan Gingold
2022-05-26
1
-1
/
+3
*
trans_analyzes: add support for all processes
Tristan Gingold
2022-05-15
1
-85
/
+116
*
fix: avoid "pragma Unreferenced given" warnings with GCC 12
Xiretza
2022-05-14
1
-1
/
+1
*
fix: avoid "unnecessary with of ancestor [-gnatwr]" with GCC 12
Xiretza
2022-05-14
1
-1
/
+1
*
trans_analyzes.adb: reindent
Tristan Gingold
2022-05-12
1
-3
/
+2
*
vhdl: consider fully static record aggregates. Fix #2051
Tristan Gingold
2022-05-07
3
-24
/
+74
*
trans-chap2.adb: adjust owner_subtype for instantiations. Fix #2026
Tristan Gingold
2022-04-15
2
-0
/
+39
*
translate: adjust null access check: add an explicit check.
Tristan Gingold
2022-03-26
3
-31
/
+52
*
trans-chap6: add an explicit memory access during fat access deference
Tristan Gingold
2022-03-25
1
-0
/
+10
*
trans-chap6.adb: fix minor typing issue
Tristan Gingold
2022-02-26
1
-2
/
+11
*
trans-chap2.adb: handle Kind_Component in Copy_Info. Fix #1943
Tristan Gingold
2022-01-09
1
-1
/
+8
*
vhdl/translate: handle target aggregate with unbounded names. Fix #1914
Tristan Gingold
2021-11-24
4
-22
/
+75
*
Add comments
Tristan Gingold
2021-11-17
1
-0
/
+2
*
trans-chap7: convert to base type for array-element operation. For #1898
Tristan Gingold
2021-11-03
1
-3
/
+5
*
trans.adb: increased maximum identifier length. Fix #1894
Tristan Gingold
2021-10-16
1
-1
/
+1
*
Add explicit ?>= and ?> functions for translation.
Brian Padalino
2021-09-22
3
-4
/
+8
*
trans-chap8: fix iteration on an enumeration type with only one literal.
Tristan Gingold
2021-09-18
1
-3
/
+9
*
trans-chap8.adb: refactoring and clean-up. For #1514
Tristan Gingold
2021-09-18
2
-46
/
+12
*
trans-chap4: handle unbounded aggregate initial value to unbounded signal.
Tristan Gingold
2021-09-16
1
-1
/
+30
*
Fixed some typos (#1868)
Patrick Lehmann
2021-09-16
3
-3
/
+3
*
trans-chap7: improve handling of vector in aggregates. Fix #1493
Tristan Gingold
2021-09-14
1
-32
/
+58
*
trans-chap3: improve comment
Tristan Gingold
2021-09-14
1
-4
/
+4
*
ortho: for slices, get element size from the result type
Tristan Gingold
2021-09-14
2
-5
/
+11
*
trans-chap7: improve handling of vector in aggregates. Fix #1453
Tristan Gingold
2021-09-12
1
-23
/
+27
*
trans-chap8: fix crash for slice in target aggregate. Fix #786
Tristan Gingold
2021-09-12
1
-0
/
+4
*
trans-chap7: improve support of aggregate. Fix #1843
Tristan Gingold
2021-09-10
1
-10
/
+29
*
trans-chap7: Handle unbounded elements in Translate_Concatenation
Tristan Gingold
2021-09-07
1
-27
/
+98
*
trans-chap3: add a stride parameter to index_array. For #1831
Tristan Gingold
2021-09-07
2
-18
/
+21
*
vhdl/translate: adjust slice names for unbounded arrays. Fir #1836
Tristan Gingold
2021-09-03
3
-4
/
+25
*
trans-chap9.adb: handle async_abort, sync_abort. Fix #1654
Tristan Gingold
2021-08-30
1
-35
/
+111
*
vhdl-evaluation: check integer evaluations fit in base type. Fix #1834
Tristan Gingold
2021-08-26
1
-4
/
+9
*
vhdl: remove iir_kind_anonymous_signal_declaration (now unused)
Tristan Gingold
2021-08-24
4
-35
/
+15
*
Rework inertial associations.
Tristan Gingold
2021-08-23
7
-43
/
+223
[next]