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
/
translation.adb
Age
Commit message (
Expand
)
Author
2016-01-09
Reorder fields in signals for alignment.
Tristan Gingold
2015-12-20
Do not create signal type for scalar type.
Tristan Gingold
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-08-29
Replace fat accesses by bounds accesses
Tristan Gingold
2015-05-20
Handle to_string for i64 numbers.
Tristan Gingold
2015-05-12
Fix translation for context declaration for gcc/llvm.
Tristan Gingold
2015-03-01
Elaborate generics in two steps. Fix -c/-e for llvm builds.
Tristan Gingold
2015-01-24
Fix typos in grt and translation.adb for vhdl2008 (gcc).
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-16
translation: give full path for to debug filename.
Tristan Gingold
2014-12-15
Use same node for implicit and explicit subprogram declarations.
Tristan Gingold
2014-12-14
Put attribute_value_chain in parent.
Tristan Gingold
2014-12-13
rtis: add source location for blocks and object. Use them in fst dumper.
Tristan Gingold
2014-11-09
Split translation into child packages.
Tristan Gingold
2014-11-09
Refactoring of translation, part 1/N
Tristan Gingold
2014-11-05
Move translate and simulate.
Tristan Gingold