aboutsummaryrefslogtreecommitdiffstats
path: root/translate
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of union in ghdl_rtin_unit.Tristan Gingold2014-01-2510-195/+203
| | | | | Replace ghdl_rtik_unit with ghdl_rtik_unit64 and ghdl_rtik_unitptr. (Preliminary work for llvm).
* 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
|
* Remove commented out lines.Tristan Gingold2014-01-241-3/+0
|
* Update declarations in ortho_debug.private.ads to allow new commit to ↵Brian Drummond2014-01-221-2/+3
| | | | ortho_debug to build. Remove duplicated --help clause in grt-options.
* Add support for FreeBSD x86_64 (From Adam Jensen)Tristan Gingold2014-01-223-1/+11
|
* Minor improvement of previous patch (use a more standard pragma).Tristan Gingold2014-01-211-4/+1
|
* Add pragma Favor_Top_Level for grt.signals.Resolver_Acc.Tristan Gingold2014-01-211-1/+14
|
* Avoid use before declaration.Tristan Gingold2014-01-211-3/+4
|
* Remove new/free for a couple of arrays in grt-signalsBrian Drummond2014-01-211-31/+22
|
* Log resolution function address in Disp_Signal, correct comment in linux.cBrian Drummond2014-01-212-1/+7
|
* Add 'image and 'value tests for enumerations, missing in gna bug 7751 ↵Brian Drummond2014-01-191-0/+2
| | | | testcase. Add missing cases for Type_Mode_E32 in Translation.adb
* 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
| | | | Add comments, minor local renaming.
* Fix typo in previous commit.Tristan Gingold2014-01-191-2/+2
|
* Add 'value attribute functions for enumerations E8,E32 to mcode versionBrian Drummond2014-01-181-0/+4
|
* 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
| | | | Add a type check in mcode for New_Address.
* Fix bug21487: call resolution function at init if there is at least 1 source.Tristan Gingold2014-01-161-1/+1
|
* 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-152-82/+76
| | | | Move protected object allocator in the initializer.
* Force use of Ada05 for grt.Tristan Gingold2014-01-151-1/+1
|
* Remove .version pseudo (for Darwin).Tristan Gingold2014-01-151-1/+0
|
* --dump-rti: handle P32, complex record types.Tristan Gingold2014-01-151-1/+13
|
* Align complex component of complex types.Tristan Gingold2014-01-151-78/+90
| | | | Simplify translate_object_copy.
* Avoid rebuilding complex object after a copy.Tristan Gingold2014-01-142-177/+151
| | | | (Use an offset within records for complex types).
* Fix bug20312: rewrite of complex types.Tristan Gingold2014-01-1310-699/+503
| | | | Fix crashes in sem_expr when string literals are used in range exprs.
* 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
|
* Rename package Scan to Scanner.Tristan Gingold2014-01-093-13/+13
|
* Remote ortho_code-x86-flags.ads (generated file).Tristan Gingold2014-01-081-2/+0
|
* 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-082-251/+345
| | | | Preliminary work to support llvm.
* Dates updated in doc and ghdlmainBrian Drummond2014-01-071-1/+1
|
* Last changes before 0.31 releaseBrian Drummond2014-01-071-2/+2
|
* Add missing mkdir in translate/gcc/dist.shBrian Drummond2014-01-061-0/+1
|
* 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
|
* Add ieee 2008 packages.Tristan Gingold2014-01-041-0/+23
|
* Fix various minor bugs: alias of access type, subprograms in entity, activeTristan Gingold2014-01-042-16/+36
| | | | | attribute in sensitivity list, missing dependence, and block_statement in expanded name.
* 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
| | | | signal assignment.
* Add missing grt-rtis.adb files.Tristan Gingold2014-01-021-0/+38
|
* Fix bug14953: improve error message for direct signal assignment.Tristan Gingold2014-01-014-13/+21
|
* Rework registration of RTIs for packages, to fix bug 21052.Tristan Gingold2014-01-019-73/+119
|
* Fix sr2737 (rol/ror with shift = +/- length).Tristan Gingold2014-01-011-1/+9
|
* Add a note for ppc64 in gcc/README.Tristan Gingold2014-01-011-0/+14
|
* translation: remove protected in Is_Equal_Limit (missing check added).Tristan Gingold2014-01-011-11/+1
|