aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import vests testsuiteTristan Gingold2013-12-204632-0/+349830
|
* Add initial testsuite, using regression tests from bugs or supportTristan Gingold2013-12-1829-0/+875
| | | | reported on gna.org
* Add references to added 'value routines in ghdlrun.Tristan Gingold2013-12-181-0/+8
|
* 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-1739-553/+2161
|
* Added tag ghdl_0.31dev for changeset 83c6206e771aBrian Drummond2013-12-150-0/+0
|
* Fix potential infinite recursion in previous commitBrian Drummond2013-12-151-1/+3
|
* Patch for https://gna.org/bugs/?20597 and ↵Brian Drummond2013-12-151-0/+9
| | | | https://gna.org/support/index.php?2553. Abort compilation if previous errors, or raise bug if none, when asked to Get_Kind of a null object.
* Patch for improved error message for https://gna.org/bugs/index.php?18360Brian Drummond2013-12-131-1/+4
|
* 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 (tentative) for https://gna.org/bugs/?15368Brian Drummond2013-12-131-5/+4
|
* 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-133-16/+40
| | | | physical types to be compiled
* Patch for multiple 'image and 'value attribute problems, mainly missing ↵Brian Drummond2013-12-134-42/+435
| | | | functionality. Resolves bugs 7751, 20255
* Patch to eliminate compile failures outputting debug information when -g -O2 ↵Brian Drummond2013-12-082-103/+14
| | | | options are set
* Patch ortho-lang.c to fix gcc failure in optimisation passes; patch others ↵Brian Drummond2013-12-075-10/+70
| | | | to allow debug backend and oread to build with gcc4.8
* Revert change to mcode MakefileBrian Drummond2013-12-051-2/+1
|
* Fix ortho-lang.c, type_for_size to allow 32 or 64bit buildsBrian Drummond2013-12-051-2/+4
|
* Style errors and mcode Makefile changeBrian Drummond2013-12-033-3/+5
|
* Added .hgignoreBrian Drummond2013-12-031-0/+3
|
* Fix for catastrophic error in ortho-lang.c handling nested case statements. ↵Brian Drummond2013-12-031-5/+10
| | | | This error is present in revisions 137 to 140.
* Comment out some unreachable code that stopped the mcode buildBrian Drummond2013-12-022-20/+20
|
* Fix for https://gna.org/bugs/?18351Brian Drummond2013-12-021-1/+14
|
* Minor fix for https://gna.org/support/?group=ghdl issues 3060 and 2686Brian Drummond2013-12-021-1/+5
|
* Version 0.31dev, builds with gcc4.8Brian Drummond2013-12-0210-86/+92
|
* Fix for bug #19195, https://gna.org/bugs/?19195Brian Drummond2013-12-021-0/+15
|
* Patch for Support #3028 - range of 32 bit integer exceededBrian Drummond2013-12-021-1/+11
|
* Temporary fix for 16 bit builds; breaks 32-bit gcc builds (has no effect on ↵Brian Drummond2013-12-021-1/+5
| | | | mcode)
* OSVVM patchBrian Drummond2013-12-025-32/+231
|
* Fix for https://gna.org/bugs/?21308 aka Debian bug 573885Brian Drummond2013-12-021-0/+3
|
* Part of the previous commit (upgrade to gcc 4.7)gingold2012-12-1111-265/+296
|
* 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-115-5/+7
|
* Create grtlink to share references to grt.gingold2012-12-113-25/+64
|
* Improve error message when a filename is used instead of a unit namegingold2012-12-113-5/+75
|
* Remove empty last linesgingold2012-12-113-4/+0
|
* Add convention C for entry point.gingold2010-02-261-0/+1
|
* Handle overflow in physical expression.gingold2010-02-261-1/+7
|
* Use representations clause to work-around SRA issue.gingold2010-02-021-15/+16
|
* Work around SRA bug.gingold2010-01-311-14/+17
|
* Update Makefile: remove sysdeps.gingold2010-01-311-2/+2
|
* Improve doc.gingold2010-01-2816-31/+35
| | | | | | Remove ortho_code-sysdeps. Add Pragma convention C in grt for accesses to subprograms. Fix build on windows.
* Remove sa-bools.ad? from dist-common.shgingold2010-01-171-3/+1
|
* ghdl 0.29 release.gingold2010-01-12138-1043/+12581
|
* 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.