aboutsummaryrefslogtreecommitdiffstats
path: root/translate/translation.adb
Commit message (Expand)AuthorAgeFilesLines
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-31355/+0
* Fix package interface for gcc (separate compilation).Tristan Gingold2014-11-021-14/+32
* Fix uninitialized variable.Tristan Gingold2014-11-021-1/+1
* Add support for package interface.Tristan Gingold2014-10-291-126/+258
* Rework for support of generic packages.Tristan Gingold2014-10-221-214/+593
* Initial support for package header and package instantiation.Tristan Gingold2014-10-141-1276/+1234
* Add a python script to automatically generate disp_tree.Tristan Gingold2014-09-251-30/+35
* Fix crash on resolver functions using secondary stack.Tristan Gingold2014-09-141-5/+7
* Add vhdl08 flush, fix null slice, improve type conversion.Tristan Gingold2014-09-121-48/+77
* vhdl2008: add translation and support for most of implicit operators.Tristan Gingold2014-09-111-844/+884
* First run of OSVVM_2014_01 with gcc backend.Tristan Gingold2014-09-061-63/+302
* First run (using mcode) of OSVVM_2014_01.Tristan Gingold2014-09-051-226/+594
* Fix ghdl_simul (after previous change).Tristan Gingold2014-09-031-22/+12
* Keep names in the tree.Tristan Gingold2014-09-021-345/+286
* Add overflow literal.Tristan Gingold2014-07-211-63/+56
* Replace architecture_declaration by architecture_body to follow lrm.Tristan Gingold2014-07-191-27/+27
* Handle character literals like simple names.Tristan Gingold2014-07-191-0/+1
* Fix implicit conversion in conversion association.Tristan Gingold2014-07-181-18/+22
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-171-61/+73
* Add many vhdl08 predefined operators and functions. Add std.envTristan Gingold2014-06-301-42/+21
* Use library unit instead of design unit.Tristan Gingold2014-06-241-15/+10
* Add psl cover directive (ticket19).Tristan Gingold2014-06-211-92/+171
* 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