summaryrefslogtreecommitdiff
path: root/translate/translation.adb
AgeCommit message (Expand)Author
2014-06-30Add many vhdl08 predefined operators and functions. Add std.envTristan Gingold
2014-06-24Use library unit instead of design unit.Tristan Gingold
2014-06-21Add psl cover directive (ticket19).Tristan Gingold
2014-06-14configuration: add Check_Entity_Declaration_Top from translation.Tristan Gingold
2014-05-29Fix ticket14: build vars for anonymous subtype in array type indexes.Tristan Gingold
2014-05-29Rework aggregate (when type of context is not static).Tristan Gingold
2014-03-09Automatically unnest subprograms for llvm.Tristan Gingold
2014-03-06Translation: fix allocated object for individual association in procedure call.Tristan Gingold
2014-03-06canon: change profile of Canon_Procedure_Call.Tristan Gingold
2014-02-23Style fix.Tristan Gingold
2014-01-29translation: avoid useless 'address(INSTANCE.all).Tristan Gingold
2014-01-28translation: unest: fix mode of by-ref interfaces.Tristan Gingold
2014-01-27subprogram unnesting: fix upframe initialization and local id.Tristan Gingold
2014-01-26Make ghdl_rti_type an address. Remove union from translation.Tristan Gingold
2014-01-25new_offsetof: add argument for record type (llvm preliminary work).Tristan Gingold
2014-01-25Fix typo in previous commit.Tristan Gingold
2014-01-25Fix 'value on physical types with whitespaces.Tristan Gingold
2014-01-25Get rid of union in ghdl_rtin_unit.Tristan Gingold
2014-01-24translation: use of incomplete record instead of access (for llvm).Tristan Gingold
2014-01-24Rework complex type alignment: use the maximum alignment of its fields.Tristan Gingold
2014-01-21Avoid use before declaration.Tristan Gingold
2014-01-19Add 'image and 'value tests for enumerations, missing in gna bug 7751 testcas...Brian Drummond
2014-01-19Fix obscure crash with complex type (attributes).Tristan Gingold
2014-01-19Fix access type on complex constrained array subtype.Tristan Gingold
2014-01-17Fix bug21500: resolution function for complex types.Tristan Gingold
2014-01-17Fix bug21497: do not create an indirection for access to complex type.Tristan Gingold
2014-01-15translation: handle parameters in subprograms unnesting (WIP).Tristan Gingold
2014-01-15Add minimal support of protected types for --dump-rti.Tristan Gingold
2014-01-15Align complex component of complex types.Tristan Gingold
2014-01-14Avoid rebuilding complex object after a copy.Tristan Gingold
2014-01-13Fix bug20312: rewrite of complex types.Tristan Gingold
2014-01-10Translation: Switch array and record for Complex_Type_Info.Tristan Gingold
2014-01-10Add comments about complex types in translation.adbTristan Gingold
2014-01-08Translate: remove duplicate code to translate variable interfaces.Tristan Gingold
2014-01-08Fix crash in translation while checking static bounds.Tristan Gingold
2014-01-08Translation: rework instance building.Tristan Gingold
2014-01-05Fix bug17203: elaborate packages of an entity before evaluating default expr.Tristan Gingold
2014-01-05Translate bit string literals in aggregate. Fix bug18659.Tristan Gingold
2014-01-04Translation: fix accessibility in component configuration.Tristan Gingold
2014-01-04Fix various minor bugs: alias of access type, subprograms in entity, activeTristan Gingold
2014-01-04Fix record signal assignment with several waveform elements.Tristan Gingold
2014-01-04Fix and add bug20549: compare assigned value with driver value in directTristan Gingold
2014-01-01Fix bug14953: improve error message for direct signal assignment.Tristan Gingold
2014-01-01Rework registration of RTIs for packages, to fix bug 21052.Tristan Gingold
2014-01-01Fix sr2737 (rol/ror with shift = +/- length).Tristan Gingold
2014-01-01translation: remove protected in Is_Equal_Limit (missing check added).Tristan Gingold
2013-12-31Fix bug21274.Tristan Gingold
2013-12-29Fix bug17127: extend the life of Alloc_Stack variables.Tristan Gingold
2013-12-29Update comment.Tristan Gingold
2013-12-28Add range check in parameter association (ticket #2).Tristan Gingold