aboutsummaryrefslogtreecommitdiffstats
path: root/translate/translation.adb
Commit message (Expand)AuthorAgeFilesLines
* configuration: add Check_Entity_Declaration_Top from translation.Tristan Gingold2014-06-141-284/+29
* Fix ticket14: build vars for anonymous subtype in array type indexes.Tristan Gingold2014-05-291-2/+49
* Rework aggregate (when type of context is not static).Tristan Gingold2014-05-291-76/+87
* Automatically unnest subprograms for llvm.Tristan Gingold2014-03-091-2/+8
* Translation: fix allocated object for individual association in procedure call.Tristan Gingold2014-03-061-2/+2
* canon: change profile of Canon_Procedure_Call.Tristan Gingold2014-03-061-13/+11
* Style fix.Tristan Gingold2014-02-231-1/+0
* translation: avoid useless 'address(INSTANCE.all).Tristan Gingold2014-01-291-23/+56
* translation: unest: fix mode of by-ref interfaces.Tristan Gingold2014-01-281-5/+15
* subprogram unnesting: fix upframe initialization and local id.Tristan Gingold2014-01-271-2/+16
* Make ghdl_rti_type an address. Remove union from translation.Tristan Gingold2014-01-261-54/+19
* new_offsetof: add argument for record type (llvm preliminary work).Tristan Gingold2014-01-251-24/+40
* Fix typo in previous commit.Tristan Gingold2014-01-251-1/+1
* Fix 'value on physical types with whitespaces.Tristan Gingold2014-01-251-2/+1
* Get rid of union in ghdl_rtin_unit.Tristan Gingold2014-01-251-63/+53
* translation: use of incomplete record instead of access (for llvm).Tristan Gingold2014-01-241-5/+5
* Rework complex type alignment: use the maximum alignment of its fields.Tristan Gingold2014-01-241-64/+147
* Avoid use before declaration.Tristan Gingold2014-01-211-3/+4
* Add 'image and 'value tests for enumerations, missing in gna bug 7751 testcas...Brian Drummond2014-01-191-0/+2
* Fix obscure crash with complex type (attributes).Tristan Gingold2014-01-191-2/+2
* Fix access type on complex constrained array subtype.Tristan Gingold2014-01-191-26/+34
* Fix bug21500: resolution function for complex types.Tristan Gingold2014-01-171-29/+54
* Fix bug21497: do not create an indirection for access to complex type.Tristan Gingold2014-01-171-15/+18
* translation: handle parameters in subprograms unnesting (WIP).Tristan Gingold2014-01-151-47/+157
* Add minimal support of protected types for --dump-rti.Tristan Gingold2014-01-151-82/+53
* Align complex component of complex types.Tristan Gingold2014-01-151-78/+90
* Avoid rebuilding complex object after a copy.Tristan Gingold2014-01-141-176/+150
* Fix bug20312: rewrite of complex types.Tristan Gingold2014-01-131-579/+381
* Translation: Switch array and record for Complex_Type_Info.Tristan Gingold2014-01-101-59/+63
* Add comments about complex types in translation.adbTristan Gingold2014-01-101-2/+93
* Translate: remove duplicate code to translate variable interfaces.Tristan Gingold2014-01-081-39/+25
* Fix crash in translation while checking static bounds.Tristan Gingold2014-01-081-1/+1
* Translation: rework instance building.Tristan Gingold2014-01-081-251/+342
* Fix bug17203: elaborate packages of an entity before evaluating default expr.Tristan Gingold2014-01-051-9/+37
* Translate bit string literals in aggregate. Fix bug18659.Tristan Gingold2014-01-051-68/+105
* Translation: fix accessibility in component configuration.Tristan Gingold2014-01-041-30/+60
* Fix various minor bugs: alias of access type, subprograms in entity, activeTristan Gingold2014-01-041-13/+36
* Fix record signal assignment with several waveform elements.Tristan Gingold2014-01-041-1/+1
* Fix and add bug20549: compare assigned value with driver value in directTristan Gingold2014-01-041-3/+8
* Fix bug14953: improve error message for direct signal assignment.Tristan Gingold2014-01-011-10/+18
* Rework registration of RTIs for packages, to fix bug 21052.Tristan Gingold2014-01-011-51/+84
* Fix sr2737 (rol/ror with shift = +/- length).Tristan Gingold2014-01-011-1/+9
* translation: remove protected in Is_Equal_Limit (missing check added).Tristan Gingold2014-01-011-11/+1
* Fix bug21274.Tristan Gingold2013-12-311-1/+7
* Fix bug17127: extend the life of Alloc_Stack variables.Tristan Gingold2013-12-291-40/+67
* Update comment.Tristan Gingold2013-12-291-2/+1
* Add range check in parameter association (ticket #2).Tristan Gingold2013-12-281-14/+38
* Fix 'range'left & co.Tristan Gingold2013-12-271-76/+48
* Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold2013-12-171-13/+11
* Patch allowing real 'value strings for physical types, and allowing 32-bit ph...Brian Drummond2013-12-131-0/+3