aboutsummaryrefslogtreecommitdiffstats
path: root/translate/grt
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug21487: call resolution function at init if there is at least 1 source.Tristan Gingold2014-01-161-1/+1
|
* Add minimal support of protected types for --dump-rti.Tristan Gingold2014-01-151-0/+23
| | | | 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
|
* Avoid rebuilding complex object after a copy.Tristan Gingold2014-01-141-1/+1
| | | | (Use an offset within records for complex types).
* Fix bug20312: rewrite of complex types.Tristan Gingold2014-01-139-120/+122
| | | | Fix crashes in sem_expr when string literals are used in range exprs.
* Add missing grt-rtis.adb files.Tristan Gingold2014-01-021-0/+38
|
* Fix bug14953: improve error message for direct signal assignment.Tristan Gingold2014-01-013-3/+3
|
* Rework registration of RTIs for packages, to fix bug 21052.Tristan Gingold2014-01-015-13/+26
|
* Fix mcode for i386 Darwin.Tristan Gingold2013-12-241-6/+39
|
* Fix grt_stack_create for darwin/i386Tristan Gingold2013-12-181-1/+2
|
* Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold2013-12-176-30/+61
|
* Patch for stack size limit test, https://gna.org/bugs/index.php?16463Brian Drummond2013-12-131-1/+6
|
* Previous patch for bug#16168 rewritten to match ghdl style rulesBrian Drummond2013-12-131-69/+70
|
* Patch for real output in VCD format, from ↵Brian Drummond2013-12-133-5/+103
| | | | https://gna.org/bugs/index.php?16128 contributed by Jonas Baggett
* Patch for https://gna.org/bugs/?18353Brian Drummond2013-12-131-2/+2
|
* Patch allowing real 'value strings for physical types, and allowing 32-bit ↵Brian Drummond2013-12-131-12/+21
| | | | physical types to be compiled
* Patch for multiple 'image and 'value attribute problems, mainly missing ↵Brian Drummond2013-12-132-40/+295
| | | | functionality. Resolves bugs 7751, 20255
* OSVVM patchBrian Drummond2013-12-022-23/+184
|
* Update to gcc 4.7gingold2012-12-111-1/+5
| | | | | | Use --ghdl-source instead of -c when calling ghdl1 Likewise for --mb-comments / -C Add x86_64 darwin
* Use a convention C access for instance, to fix windows crash.gingold2012-12-114-52/+64
|
* Fix warnings (useless conversion)gingold2012-12-113-2/+5
|
* Improve doc.gingold2010-01-284-1/+5
| | | | | | Remove ortho_code-sysdeps. Add Pragma convention C in grt for accesses to subprograms. Fix build on windows.
* ghdl 0.29 release.gingold2010-01-1221-157/+330
|
* Fix fprintf call on x86-64.gingold2009-12-302-5/+9
| | | | From Thomas Sailer.
* Fix previous change.gingold2009-12-301-2/+2
| | | | Correction from Thomas Sailer.
* Fix timeout chain corruptio.gingold2009-12-162-9/+14
| | | | | | From Thomas Sailer. Rename a type.
* FIx memory leak.gingold2009-12-161-0/+1
| | | | From Thomas Sailer.
* Improve handling of non-sensitized processes.gingold2009-09-237-222/+327
|
* Version 0.28.gingold2009-09-211-0/+1
|
* Handle array subtype on the fly for unconstrained array signals/ports.gingold2009-08-131-133/+189
|
* Handle processes declared in an entity.gingold2009-08-131-0/+6
|
* Fix unaligned access.gingold2009-08-131-2/+2
|
* New feature: all-sensitized processes (for vhdl 2008)gingold2008-09-061-1/+1
|
* Switch to gcc 4.3gingold2008-08-3040-247/+453
| | | | | Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
* Add --ieee-asserts= option.gingold2008-07-225-8/+66
| | | | Correctly elaborate anonymous subtypes in associations.
* Remove timeout at the end of a wait statement.gingold2008-07-221-0/+5
|
* Improve SDF annotatorgingold2008-06-027-200/+783
|
* Fix 'delayed(0) at time 0gingold2008-06-021-3/+8
|
* Improve macosX support.gingold2008-04-092-0/+7
| | | | Fix crashes in error handling.
* synchronize: add support for MacOSX, fix bogus type conversiongingold2008-01-1510-44/+93
|
* cygwin patch added,gingold2007-05-274-59/+282
| | | | | parse crash fixed c++ line comments handled in SDF parser
* synchronized to ghdl 0.26gingold2007-04-221-1/+3
|
* SEH handledgingold2006-11-181-0/+97
| | | | Bug fixes
* add one more underscore to chkstk, use program path for install path (windows)gingold2006-10-051-6/+6
|
* direct drivers and bugs fixgingold2006-10-027-161/+464
|
* chkstk for linuxgingold2006-10-021-0/+20
|
* ghdl 0.25 releasedgingold2006-08-125-14/+132
|
* bugs fixedgingold2006-08-065-18/+194
|