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.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhdl: move nodes to vhdl.nodes_priv.
Tristan Gingold
2019-05-05
1
-3
/
+3
*
Preliminary support of dynamically unbounded elements in aggregates.
Tristan Gingold
2018-12-12
1
-0
/
+7
*
translate: renaming of Kind_Expr/Get_Ortho_Expr.
Tristan Gingold
2018-12-11
1
-11
/
+3
*
Rework translation of unbounded and complex types.
Tristan Gingold
2018-10-21
1
-11
/
+38
*
translation: use a simple mark&sweep to free infos.
Tristan Gingold
2018-01-26
1
-47
/
+34
*
trans.adb: add pragma asserts.
Tristan Gingold
2018-01-20
1
-8
/
+10
*
translation: remove some use of Nam_Buffer.
Tristan Gingold
2018-01-20
1
-81
/
+83
*
translate: fix bug wrt complex variable while unnesting subprograms.
Tristan Gingold
2018-01-11
1
-10
/
+17
*
Rework array/record type mode to improve support of constrained records.
Tristan Gingold
2018-01-11
1
-27
/
+43
*
WIP: index arrays of unbounded elements.
Tristan Gingold
2018-01-11
1
-0
/
+12
*
Allocate dynamic object in suspended procedures on stack2.
Tristan Gingold
2017-06-16
1
-20
/
+60
*
Fix crash of implicit conversion in instantiation.
Tristan Gingold
2017-06-12
1
-0
/
+5
*
wip: rework subprogram translation.
Tristan Gingold
2017-05-18
1
-6
/
+9
*
vhdl08: unbounded records (WIP)
Tristan Gingold
2017-02-12
1
-1
/
+1
*
WIP: unbounded records (set record subtype staticness)
Tristan Gingold
2017-01-31
1
-3
/
+2
*
translate: refactoring for ortho_info_type.
Tristan Gingold
2016-12-30
1
-1
/
+2
*
trans: reformatting, add predicate for unbounded types.
Tristan Gingold
2016-12-29
1
-1
/
+6
*
translate: add unbounded records type_mode (WIP)
Tristan Gingold
2016-12-26
1
-16
/
+19
*
vhdl08: add support for nested package instantiation.
Tristan Gingold
2016-09-14
1
-0
/
+20
*
translate: separate decl and stmt elab subprograms.
Tristan Gingold
2016-02-23
1
-0
/
+10
*
ortho: rename start/finish_const_value to start/finish_init_value.
Tristan Gingold
2016-02-21
1
-4
/
+4
*
translation: use Tables instead of GNAT.Table.
Tristan Gingold
2016-01-27
1
-4
/
+3
*
Pass signal values to interfaces. 'sigptr' optimization.
Tristan Gingold
2015-12-18
1
-4
/
+25
*
Suppress stack switching; save process state in secondary stack.
Tristan Gingold
2015-09-04
1
-17
/
+53
*
Translate: explicitly clean transient types.
Tristan Gingold
2015-09-02
1
-44
/
+1
*
Replace fat accesses by bounds accesses
Tristan Gingold
2015-08-29
1
-3
/
+27
*
Fix translation of protected types declared in subprograms.
Tristan Gingold
2015-06-02
1
-3
/
+0
*
Fix entity instantiation with extended identifier.
Tristan Gingold
2015-03-31
1
-0
/
+8
*
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-31
1
-24
/
+24
*
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-12-15
1
-1
/
+1
*
Fix llvm crash on protected objects.
Tristan Gingold
2014-12-05
1
-2
/
+2
*
Gen_Call_Type_Builder: use Mnode.
Tristan Gingold
2014-11-22
1
-39
/
+6
*
Mnode: renaming and comments to clarify.
Tristan Gingold
2014-11-21
1
-24
/
+26
*
Translate_Range: use mnodes.
Tristan Gingold
2014-11-16
1
-0
/
+1
*
Split translation into child packages.
Tristan Gingold
2014-11-09
1
-168
/
+168
*
Refactoring of translation, part 1/N
Tristan Gingold
2014-11-09
1
-0
/
+2034