index
:
ghdl/.git
master
VHDL 2008/93/87 simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
translate
/
translation.adb
Age
Commit message (
Expand
)
Author
2014-11-04
Move sources to src/ subdirectory.
Tristan Gingold
2014-11-02
Fix package interface for gcc (separate compilation).
Tristan Gingold
2014-11-02
Fix uninitialized variable.
Tristan Gingold
2014-10-29
Add support for package interface.
Tristan Gingold
2014-10-22
Rework for support of generic packages.
Tristan Gingold
2014-10-14
Initial support for package header and package instantiation.
Tristan Gingold
2014-09-25
Add a python script to automatically generate disp_tree.
Tristan Gingold
2014-09-14
Fix crash on resolver functions using secondary stack.
Tristan Gingold
2014-09-12
Add vhdl08 flush, fix null slice, improve type conversion.
Tristan Gingold
2014-09-11
vhdl2008: add translation and support for most of implicit operators.
Tristan Gingold
2014-09-06
First run of OSVVM_2014_01 with gcc backend.
Tristan Gingold
2014-09-05
First run (using mcode) of OSVVM_2014_01.
Tristan Gingold
2014-09-03
Fix ghdl_simul (after previous change).
Tristan Gingold
2014-09-02
Keep names in the tree.
Tristan Gingold
2014-07-21
Add overflow literal.
Tristan Gingold
2014-07-19
Replace architecture_declaration by architecture_body to follow lrm.
Tristan Gingold
2014-07-19
Handle character literals like simple names.
Tristan Gingold
2014-07-18
Fix implicit conversion in conversion association.
Tristan Gingold
2014-07-17
vhdl 2008: visibility, more implicit subprograms, alias...
Tristan Gingold
2014-06-30
Add many vhdl08 predefined operators and functions. Add std.env
Tristan Gingold
2014-06-24
Use library unit instead of design unit.
Tristan Gingold
2014-06-21
Add psl cover directive (ticket19).
Tristan Gingold
2014-06-14
configuration: add Check_Entity_Declaration_Top from translation.
Tristan Gingold
2014-05-29
Fix ticket14: build vars for anonymous subtype in array type indexes.
Tristan Gingold
2014-05-29
Rework aggregate (when type of context is not static).
Tristan Gingold
2014-03-09
Automatically unnest subprograms for llvm.
Tristan Gingold
2014-03-06
Translation: fix allocated object for individual association in procedure call.
Tristan Gingold
2014-03-06
canon: change profile of Canon_Procedure_Call.
Tristan Gingold
2014-02-23
Style fix.
Tristan Gingold
2014-01-29
translation: avoid useless 'address(INSTANCE.all).
Tristan Gingold
2014-01-28
translation: unest: fix mode of by-ref interfaces.
Tristan Gingold
2014-01-27
subprogram unnesting: fix upframe initialization and local id.
Tristan Gingold
2014-01-26
Make ghdl_rti_type an address. Remove union from translation.
Tristan Gingold
2014-01-25
new_offsetof: add argument for record type (llvm preliminary work).
Tristan Gingold
2014-01-25
Fix typo in previous commit.
Tristan Gingold
2014-01-25
Fix 'value on physical types with whitespaces.
Tristan Gingold
2014-01-25
Get rid of union in ghdl_rtin_unit.
Tristan Gingold
2014-01-24
translation: use of incomplete record instead of access (for llvm).
Tristan Gingold
2014-01-24
Rework complex type alignment: use the maximum alignment of its fields.
Tristan Gingold
2014-01-21
Avoid use before declaration.
Tristan Gingold
2014-01-19
Add 'image and 'value tests for enumerations, missing in gna bug 7751 testcas...
Brian Drummond
2014-01-19
Fix obscure crash with complex type (attributes).
Tristan Gingold
2014-01-19
Fix access type on complex constrained array subtype.
Tristan Gingold
2014-01-17
Fix bug21500: resolution function for complex types.
Tristan Gingold
2014-01-17
Fix bug21497: do not create an indirection for access to complex type.
Tristan Gingold
2014-01-15
translation: handle parameters in subprograms unnesting (WIP).
Tristan Gingold
2014-01-15
Add minimal support of protected types for --dump-rti.
Tristan Gingold
2014-01-15
Align complex component of complex types.
Tristan Gingold
2014-01-14
Avoid rebuilding complex object after a copy.
Tristan Gingold
2014-01-13
Fix bug20312: rewrite of complex types.
Tristan Gingold
[next]