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-chap2.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64.
Tristan Gingold
2019-05-10
1
-2
/
+2
*
vhdl: extract vhdl.errors from errorout.
Tristan Gingold
2019-05-08
1
-1
/
+1
*
vhdl: move iirs_utils to vhdl.utils
Tristan Gingold
2019-05-06
1
-1
/
+1
*
vhdl: move nodes_meta package to vhdl child.
Tristan Gingold
2019-05-06
1
-2
/
+2
*
vhdl: move std_standard package to vhdl child.
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move sem* packages to vhdl children.
Tristan Gingold
2019-05-05
1
-3
/
+3
*
vhdl: fix uvvm failure in scoreboard testbench.
Tristan Gingold
2019-02-07
1
-1
/
+1
*
Remove unused is_ref for choices. Adjust.
Tristan Gingold
2019-01-02
1
-4
/
+0
*
translate: renaming of Kind_Expr/Get_Ortho_Expr.
Tristan Gingold
2018-12-11
1
-3
/
+3
*
Rework translation of unbounded and complex types.
Tristan Gingold
2018-10-21
1
-37
/
+9
*
Add Maybe_Ref_Chain (WIP).
Tristan Gingold
2018-09-20
1
-0
/
+4
*
Release secondary stack within elab_declaration_chain. Fix #616
Tristan Gingold
2018-08-07
1
-0
/
+3
*
translation: use a simple mark&sweep to free infos.
Tristan Gingold
2018-01-26
1
-2
/
+15
*
translation: remove some use of Nam_Buffer.
Tristan Gingold
2018-01-20
1
-3
/
+1
*
translate: fix bug wrt complex variable while unnesting subprograms.
Tristan Gingold
2018-01-11
1
-1
/
+1
*
sem_inst: fix relocation of instances in instances.
Tristan Gingold
2017-12-21
1
-0
/
+1
*
Instantiate declarations of interface packages.
Tristan Gingold
2017-12-12
1
-7
/
+13
*
Rework list implementation, use iterator.
Tristan Gingold
2017-11-11
1
-11
/
+11
*
Remove List_Others, cleanup lists.
Tristan Gingold
2017-11-08
1
-2
/
+1
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-0
/
+31
*
Add extended locations (elocations). Still WIP
Tristan Gingold
2017-10-18
1
-1
/
+0
*
Allocate dynamic object in suspended procedures on stack2.
Tristan Gingold
2017-06-16
1
-2
/
+2
*
Translation: set line number very early in subprograms.
Tristan Gingold
2017-05-22
1
-4
/
+4
*
Adjust previous patch: handle info instantiation for interface package.
Tristan Gingold
2017-05-19
1
-29
/
+66
*
trans-chap2: minor refactoring to clarify code.
Tristan Gingold
2017-05-18
1
-11
/
+4
*
Handle instantiation of protected types.
Tristan Gingold
2017-05-18
1
-0
/
+38
*
wip: rework subprogram translation.
Tristan Gingold
2017-05-18
1
-64
/
+59
*
Translation: separate subprogram translation spec and body.
Tristan Gingold
2017-05-18
1
-4
/
+8
*
Add comments.
Tristan Gingold
2017-05-18
1
-0
/
+2
*
translate: separate spec and body translation for implicit subprograms.
Tristan Gingold
2017-05-17
1
-1
/
+3
*
translation: renames Ortho_Func to Subprg_Node for consistency.
Tristan Gingold
2017-05-12
1
-4
/
+4
*
translate: add specific infos for implicit subprograms.
Tristan Gingold
2017-05-12
1
-0
/
+9
*
vhdl2008: allow nested packages in uninstantiated package
Tristan Gingold
2017-05-11
1
-1
/
+27
*
Handle generic package without a body.
Tristan Gingold
2017-03-11
1
-12
/
+70
*
iirs: renames Iir_Kinds_Scalar_Type_Definition
Tristan Gingold
2017-01-02
1
-3
/
+2
*
translate: refactoring for ortho_info_type.
Tristan Gingold
2016-12-30
1
-1
/
+2
*
Add testcase for #202
Tristan Gingold
2016-12-11
1
-27
/
+5
*
Rework subprograms translation for package instance.
Tristan Gingold
2016-12-11
1
-11
/
+7
*
cleanup: remove Package_Instantiation_Bodies_Chain
Tristan Gingold
2016-12-05
1
-13
/
+0
*
vhdl08: support top-level macro-expanded package instantiation declarations.
Tristan Gingold
2016-12-05
1
-50
/
+138
*
ownership: check tree after sem and canon.
Tristan Gingold
2016-11-05
1
-1
/
+5
*
canon: do not set formal of association by position.
Tristan Gingold
2016-10-19
1
-4
/
+5
*
Finish_Compilation: factorize code, move to libraries.
Tristan Gingold
2016-10-15
1
-2
/
+1
*
iirs: rename base_type to number_base_type to avoid confusion.
Tristan Gingold
2016-10-13
1
-1
/
+1
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-7
/
+5
*
iirs: add Forward_Ref links
Tristan Gingold
2016-09-30
1
-1
/
+2
*
vhdl08: create interface subprogram declaration.
Tristan Gingold
2016-09-19
1
-1
/
+10
*
Handle macro-expansion of instantiation of declaration with interface type.
Tristan Gingold
2016-09-16
1
-4
/
+24
*
vhdl08: add support for generic-mapped packages
Tristan Gingold
2016-09-15
1
-23
/
+36
*
vhdl08: add support for nested package instantiation.
Tristan Gingold
2016-09-14
1
-14
/
+24
[next]