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-chap2.adb
Age
Commit message (
Collapse
)
Author
2015-12-18
Pass signal values to interfaces. 'sigptr' optimization.
Tristan Gingold
Improve simulation speed by about 20%.
2015-10-01
trans-chap2.adb: fix uninitialized variable.
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-31
Never export declarations of a package body.
Tristan Gingold
2015-08-29
Replace fat accesses by bounds accesses
Tristan Gingold
translate: separate info for signals from object. Improve some error messages.
2015-06-05
Rework procedure calls, now use a record to pass parameters.
Tristan Gingold
2015-06-02
Fix translation of protected types declared in subprograms.
Tristan Gingold
Fix ticket 86.
2015-05-13
Change library format: now store file checksum instead of file time stamp.
Tristan Gingold
For ticket 48.
2015-05-12
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2014-12-31
Rename name_table.name_buffer and name_length to avoid clash.
Tristan Gingold
2014-12-29
Rework string literals: store literals position.
Tristan Gingold
2014-12-14
iirs: reduce size of interface objects.
Tristan Gingold
2014-12-05
Fix llvm crash on protected objects.
Tristan Gingold
2014-11-09
Split translation into child packages.
Tristan Gingold