aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add gna testsTristan Gingold2013-12-299-0/+397
|
* Allow long prefix (by locally disabling style checks)Tristan Gingold2013-12-281-4/+9
|
* Add testcase for ticket #3.Tristan Gingold2013-12-282-0/+47
|
* Ignore .gdb_history.Tristan Gingold2013-12-281-0/+1
|
* Add tests for ticket #1 and #2.Tristan Gingold2013-12-285-1/+95
|
* Add range check in parameter association (ticket #2).Tristan Gingold2013-12-281-14/+38
|
* Check that parameter of signal attributes is static (ticket #1)Tristan Gingold2013-12-281-1/+10
|
* sem_assocs: add missing set_base_name on formal.Tristan Gingold2013-12-271-0/+1
|
* Indentation and comments.Tristan Gingold2013-12-271-0/+5
|
* Fix 'range'left & co.Tristan Gingold2013-12-273-83/+66
|
* mcode: fix register allocation for Oe_Neg_OvTristan Gingold2013-12-272-3/+8
|
* vests testsuite: reorder some tests for file io.Tristan Gingold2013-12-2711-27/+34
| | | | | Add some ENTITY option. Fix some tests.
* vests testsuite: add test to generate missing files.Tristan Gingold2013-12-272-0/+134
|
* Add ENTITY option. clean library only if not skipping.Tristan Gingold2013-12-271-16/+21
|
* get_entities: remove trailing spaces, disp only the last entity.Tristan Gingold2013-12-271-21/+25
|
* Testsuite changes to elaborate and run tests marked run_compliant_testBrian Drummond2013-12-248-17/+258
|
* Fix names such as 'range'left.Tristan Gingold2013-12-243-29/+64
|
* Fix mcode for i386 Darwin.Tristan Gingold2013-12-249-56/+148
|
* Run clifton-labs tests (some disabled - to be analyzed)Tristan Gingold2013-12-202-0/+106
|
* Changes in the vests testsuite.Tristan Gingold2013-12-2023-153/+169
| | | | | Some tests were 'fixed', some disabled. Need a second analysis.
* 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)