summaryrefslogtreecommitdiff
path: root/translate/translation.adb
AgeCommit message (Expand)Author
2014-11-04Move sources to src/ subdirectory.Tristan Gingold
2014-11-02Fix package interface for gcc (separate compilation).Tristan Gingold
2014-11-02Fix uninitialized variable.Tristan Gingold
2014-10-29Add support for package interface.Tristan Gingold
2014-10-22Rework for support of generic packages.Tristan Gingold
2014-10-14Initial support for package header and package instantiation.Tristan Gingold
2014-09-25Add a python script to automatically generate disp_tree.Tristan Gingold
2014-09-14Fix crash on resolver functions using secondary stack.Tristan Gingold
2014-09-12Add vhdl08 flush, fix null slice, improve type conversion.Tristan Gingold
2014-09-11vhdl2008: add translation and support for most of implicit operators.Tristan Gingold
2014-09-06First run of OSVVM_2014_01 with gcc backend.Tristan Gingold
2014-09-05First run (using mcode) of OSVVM_2014_01.Tristan Gingold
2014-09-03Fix ghdl_simul (after previous change).Tristan Gingold
2014-09-02Keep names in the tree.Tristan Gingold
2014-07-21Add overflow literal.Tristan Gingold
2014-07-19Replace architecture_declaration by architecture_body to follow lrm.Tristan Gingold
2014-07-19Handle character literals like simple names.Tristan Gingold
2014-07-18Fix implicit conversion in conversion association.Tristan Gingold
2014-07-17vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold
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