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
*
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
*
vhdl08: strengthten nested packages.
Tristan Gingold
2016-09-12
1
-12
/
+40
*
vhdl08: preliminary work to support nested package bodies.
Tristan Gingold
2016-09-04
1
-3
/
+6
*
vhdl08: handle very simple nested packages.
Tristan Gingold
2016-09-03
1
-23
/
+41
*
vhdl08: parse and analyze interface types.
Tristan Gingold
2016-09-01
1
-1
/
+2
*
Initial support of direct recursive instantiation.
Tristan Gingold
2016-07-03
1
-5
/
+5
*
Handle uninstantiated packages without body.
Tristan Gingold
2016-06-28
1
-13
/
+37
*
Pass signal values to interfaces. 'sigptr' optimization.
Tristan Gingold
2015-12-18
1
-50
/
+106
*
trans-chap2.adb: fix uninitialized variable.
Tristan Gingold
2015-10-01
1
-9
/
+9
*
Suppress stack switching; save process state in secondary stack.
Tristan Gingold
2015-09-04
1
-121
/
+207
*
Translate: explicitly clean transient types.
Tristan Gingold
2015-09-02
1
-2
/
+0
*
Never export declarations of a package body.
Tristan Gingold
2015-08-31
1
-0
/
+7
*
Replace fat accesses by bounds accesses
Tristan Gingold
2015-08-29
1
-28
/
+46
*
Rework procedure calls, now use a record to pass parameters.
Tristan Gingold
2015-06-05
1
-103
/
+51
*
Fix translation of protected types declared in subprograms.
Tristan Gingold
2015-06-02
1
-1
/
+2
*
Change library format: now store file checksum instead of file time stamp.
Tristan Gingold
2015-05-13
1
-1
/
+2
*
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-12
1
-0
/
+3
*
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-31
1
-1
/
+1
*
Rework string literals: store literals position.
Tristan Gingold
2014-12-29
1
-1
/
+1
*
iirs: reduce size of interface objects.
Tristan Gingold
2014-12-14
1
-1
/
+0
*
Fix llvm crash on protected objects.
Tristan Gingold
2014-12-05
1
-1
/
+1
*
Split translation into child packages.
Tristan Gingold
2014-11-09
1
-0
/
+1263