index
:
ghdl/.git
master
VHDL 2008/93/87 simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
translate
/
trans.adb
Age
Commit message (
Expand
)
Author
2015-12-18
Pass signal values to interfaces. 'sigptr' optimization.
Tristan Gingold
2015-09-04
Suppress stack switching; save process state in secondary stack.
Tristan Gingold
2015-09-02
Translate: explicitly clean transient types.
Tristan Gingold
2015-08-29
Replace fat accesses by bounds accesses
Tristan Gingold
2015-06-02
Fix translation of protected types declared in subprograms.
Tristan Gingold
2015-03-31
Fix entity instantiation with extended identifier.
Tristan Gingold
2014-12-31
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-15
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-12-05
Fix llvm crash on protected objects.
Tristan Gingold
2014-11-22
Gen_Call_Type_Builder: use Mnode.
Tristan Gingold
2014-11-21
Mnode: renaming and comments to clarify.
Tristan Gingold
2014-11-16
Translate_Range: use mnodes.
Tristan Gingold
2014-11-09
Split translation into child packages.
Tristan Gingold
2014-11-09
Refactoring of translation, part 1/N
Tristan Gingold