aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 'paebbels/vendor-compile-uvvm' of https://github.com/Paebbels/ghdlTristan Gingold2016-12-093-2/+315
|\
| * PowerShell vendor compile script for Universal VHDL Verification Methodology ↵Patrick Lehmann2016-11-103-10/+323
| | | | | | | | (UVVM).
* | Add reproducer for #204Tristan Gingold2016-12-082-0/+32
| |
* | Set pure on implicit interface function.Tristan Gingold2016-12-081-0/+1
| | | | | | | | Fix #204
* | Add tests for oread (some are old)Tristan Gingold2016-12-0881-0/+1353
| |
* | Allow operator symbol as formal name.Tristan Gingold2016-12-085-16/+33
| | | | | | | | For #205
* | issue #205: add instantiation.Tristan Gingold2016-12-082-1/+35
| | | | | | | | Fix #205
* | sem_names: handle expanded name of interface subprograms.Tristan Gingold2016-12-081-1/+8
| |
* | sem_inst: set hash for interface subprograms.Tristan Gingold2016-12-081-1/+2
| |
* | sem_assocs.Extract_Non_Object_Association: fix when multiple assocs.Tristan Gingold2016-12-081-3/+8
| |
* | Errorout.Disp_Subprg: handle interface subprograms.Tristan Gingold2016-12-081-4/+7
| |
* | Add testcase for #205Tristan Gingold2016-12-082-0/+17
| |
* | Merge pull request #215 from robinkjoy/mastertgingold2016-12-071-2/+2
|\ \ | | | | | | Fix spelling in error message
| * | Fix spelling in error messageRobin Joy2016-12-071-2/+2
| | |
* | | Make-lang.in: declare Default_PieTristan Gingold2016-12-071-0/+1
| | |
* | | Add xrefs for interface_subprograms.Tristan Gingold2016-12-062-0/+2
| | |
* | | disp_vhdl: handle association_element_subprogram.Tristan Gingold2016-12-061-1/+2
| | |
* | | Add testcase for #212Tristan Gingold2016-12-062-0/+54
| | |
* | | are_trees_equal: handle function_callTristan Gingold2016-12-061-0/+6
| | | | | | | | | | | | Fixes #212
* | | Use -fpic if gcc is configured with --enable-default-pieTristan Gingold2016-12-067-16/+81
|/ / | | | | | | | | | | | | | | Test in configure and set Default_Pie in default_pathes.ads Pass -fpic to ghdl1 if Default_Pie is set. Decode -fpic in ghdl1_llvm Fix #213
* | cleanup: remove Package_Instantiation_Bodies_ChainTristan Gingold2016-12-057-280/+188
| |
* | disp_tree: avoid a crash on Ref list.Tristan Gingold2016-12-051-0/+2
| |
* | Add testcase for type interface.Tristan Gingold2016-12-052-0/+28
| |
* | Add testcase for interface function.Tristan Gingold2016-12-054-0/+78
| |
* | Add testcase for #107Tristan Gingold2016-12-053-0/+56
| |
* | Add testcase for #151Tristan Gingold2016-12-052-0/+27
| |
* | Add testcase for #201Tristan Gingold2016-12-052-0/+25
| |
* | vhdl08: support top-level macro-expanded package instantiation declarations.Tristan Gingold2016-12-058-151/+186
| | | | | | | | Fixes #199
* | sem_assocs: handle overloaded operators for interface_functionTristan Gingold2016-12-055-269/+320
| | | | | | | | For #199
* | Clarify BUILD instructions with gcc.Tristan Gingold2016-12-051-1/+1
| | | | | | | | Close #210.
* | Add testcase for issue reported on gitter.Tristan Gingold2016-12-052-0/+26
| |
* | File testcase for #207Tristan Gingold2016-12-053-0/+229
| |
* | Add reproducer for issue #209Tristan Gingold2016-12-054-0/+46
| |
* | Add testcase for previous patch.Tristan Gingold2016-12-052-0/+27
| |
* | parse: improve error message on missing 'generic map'Tristan Gingold2016-12-051-0/+9
| |
* | Merge pull request #208 from preusser/patch-1tgingold2016-11-191-1/+1
|\ \ | | | | | | Corrected named location of ./configure.
| * | Corrected named location of ./configure.Thomas B. Preußer2016-11-191-1/+1
|/ /
* | Merge pull request #206 from Technolution/mastertgingold2016-11-161-5/+13
|\ \ | | | | | | implement vpi_free_object
| * | implement vpi_free_objectSijmen Woutersen2016-11-161-5/+13
|/ /
* | Add testcase for #199Tristan Gingold2016-11-122-0/+41
| |
* | Handle top-level instantiation of macro-expansed packages.Tristan Gingold2016-11-124-18/+49
| | | | | | | | Fix #199
* | WIP for nested instantiation of macro-expansed packages.Tristan Gingold2016-11-123-23/+34
| |
* | support operator_symbol in subprogram association.Tristan Gingold2016-11-122-6/+16
| | | | | | | | Fix #197
* | improve error message for a procedure call within an expression.Tristan Gingold2016-11-121-1/+2
| |
* | Add testcase for previous patch.Tristan Gingold2016-11-113-0/+32
| |
* | scanner: emit better error message for UTF-8 quote marks.Tristan Gingold2016-11-111-4/+51
| |
* | iirs: add Iir_Predefined_IEEE_Explicit subtype.Tristan Gingold2016-11-111-0/+5
| |
* | Merge pull request #198 from Paebbels/paebbels/vendor-compile-xilinxtgingold2016-11-112-8/+41
|\ \ | | | | | | Bugfixes for compile-xilinx-***.sh scripts.
| * | Fixed bugs in compile-xilinx-***.sh files. Added support for the unifast ↵Patrick Lehmann2016-11-102-8/+41
|/ / | | | | | | library in Vivado.
* | Merge pull request #196 from Paebbels/paebbels/compile-osvvm-updatetgingold2016-11-102-0/+6
|\ \ | | | | | | Added OSVVM's new Scoreboards to the file list in compile-osvvm.ps1/sh.