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: refactorize translate_package_internal
Tristan Gingold
2023-04-12
1
-100
/
+121
*
translate: refactor prefixes for packages
Tristan Gingold
2023-04-12
1
-37
/
+34
*
translate: refactoring for package units
Tristan Gingold
2023-04-12
3
-58
/
+108
*
translate: add elab_package_declaration
Tristan Gingold
2023-04-12
3
-3
/
+13
*
translate: add Elab_Package_Unit_Without_Body
Tristan Gingold
2023-04-12
3
-1
/
+7
*
trans-chap2: add comments
Tristan Gingold
2023-04-08
1
-0
/
+5
*
translation: minor cleanup (remove unreachable code)
Tristan Gingold
2023-04-08
1
-6
/
+0
*
trans-chap2: defer body elaboration if non-immediate body
Tristan Gingold
2023-04-08
1
-6
/
+9
*
translation: improve type conversion (recurse)
Tristan Gingold
2023-04-07
3
-82
/
+120
*
translate: factorize and improve implicit subtype conversion code
Tristan Gingold
2023-04-07
2
-132
/
+124
*
trans-chap7: fix incorrect element layout for concatenation
Tristan Gingold
2023-04-07
1
-6
/
+18
*
translate: rework subtype conversion. Fix #2356
Tristan Gingold
2023-03-29
4
-14
/
+160
*
trans-chap8: free nodes created by canon for conditional assignment
Tristan Gingold
2023-03-27
1
-5
/
+23
*
translate_entity_init_ports: free a temporary node
Tristan Gingold
2023-03-26
1
-0
/
+4
*
trans-chap8(translate_wait_statement): free sensitivity list
Tristan Gingold
2023-03-26
1
-1
/
+6
*
vhdl: generate and handle package_instantiation_body
Tristan Gingold
2023-03-22
3
-8
/
+26
*
trans-chap2: improve support for nested package instantiation
Tristan Gingold
2023-03-22
2
-12
/
+28
*
trans-chap7: partial rewrite of translate_implicit_array_conversion
Tristan Gingold
2023-03-20
1
-49
/
+169
*
trans-chap3(is_equal_limit): also handle type_mode_e32
Tristan Gingold
2023-03-15
1
-1
/
+2
*
trans-chap2.adb: fix a warning
Tristan Gingold
2023-02-22
1
-1
/
+0
*
trans-chap2: elaborate dependencies of macro-expanded packages.
Tristan Gingold
2023-02-19
1
-19
/
+38
*
trans-chap8: fix a crash while checking bounds in signal assignments.
Tristan Gingold
2023-02-08
1
-1
/
+1
*
trans-chap8: Fix individual assocs of signal parameters
Tristan Gingold
2023-02-08
1
-22
/
+44
*
trans-chap8: minor reindentation
Tristan Gingold
2023-02-08
1
-1
/
+1
*
translate: add --no-elaboration flag
Tristan Gingold
2023-02-04
5
-2
/
+10
*
TBM
Tristan Gingold
2023-02-02
4
-12
/
+56
*
translate: improve support for Flag_Elaboration
Tristan Gingold
2023-02-02
2
-2
/
+10
*
trans-chap3: minor rewrite
Tristan Gingold
2023-02-02
1
-1
/
+1
*
translate: rework translate_object_subtype_indication.
Tristan Gingold
2023-02-02
2
-48
/
+56
*
translate: add a flag to disable elaboration
Tristan Gingold
2023-01-31
3
-106
/
+125
*
translation.adb: avoid a crash on unused resolver. Fix #2333
Tristan Gingold
2023-01-30
1
-5
/
+3
*
vhdl/trans: support suspend states
Tristan Gingold
2023-01-28
6
-15
/
+48
*
src/grt: extract grt-files_lib from grt-files
Tristan Gingold
2023-01-27
2
-19
/
+19
*
trans: add comments
Tristan Gingold
2023-01-27
1
-1
/
+2
*
ghdlrun: extract trans_foreign
Tristan Gingold
2023-01-27
2
-0
/
+138
*
ghdldrv: extract trans_link from ghdlrun
Tristan Gingold
2023-01-21
2
-0
/
+495
*
vhdl: refactoring - remove trans_be, mainly added to vhdl-back_end
Tristan Gingold
2023-01-16
6
-269
/
+56
*
simul: handle PSL aborts
Tristan Gingold
2023-01-12
1
-0
/
+4
*
trans-chap3: fix style for old compilers
Tristan Gingold
2023-01-05
1
-0
/
+1
*
trans-chap7: handle unbounded expressions in aggregates.
Tristan Gingold
2022-12-31
1
-24
/
+39
*
trans-chap5.adb: handle package association in entities.
Tristan Gingold
2022-12-23
2
-12
/
+17
*
vhdl/translate/ortho_front.adb: avoid crash after errors.
Tristan Gingold
2022-12-16
1
-0
/
+5
*
trans-chap7.adb: handle any expression for bounds.
Tristan Gingold
2022-12-11
1
-2
/
+3
*
trans-chap7: handle unconstrained vector in bounded aggregate.
Tristan Gingold
2022-12-11
1
-6
/
+10
*
vhdl: handle dynamically bounded aggregates with unbounded element.
Tristan Gingold
2022-12-10
1
-44
/
+134
*
vhdl-evaluation(build_array_choices_vector): handle vhdl-08 aggregates.
Tristan Gingold
2022-11-16
1
-31
/
+7
*
vhdl/translate: handle predefined operators as conversion functions
Tristan Gingold
2022-11-07
3
-44
/
+73
*
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
[next]