aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdldrv.adb
Commit message (Expand)AuthorAgeFilesLines
* libraries: Load_Std_Library: now return a status.Tristan Gingold2020-12-261-2/+6
* ghdldrv: adjust style and some error messages.Tristan Gingold2020-09-201-42/+29
* cli: rework syntax, add commands without '-' or '--'umarcor2020-09-201-44/+109
* ghdldrv: factorize part of --gen-makefileTristan Gingold2020-07-301-42/+2
* vhdl: allows --work between files for -c. Fix #1362Tristan Gingold2020-06-091-0/+1
* Automatically add -Wl,-u,ghdl_main when -shared is used. For #640Tristan Gingold2020-04-151-1/+3
* ghdldrv: add -shared option to build a shared library. For #640Tristan Gingold2020-04-101-3/+24
* ghdldrv: refactoring (move more flags into the command object).Tristan Gingold2020-04-101-116/+119
* ghdldrv: Make Perform_Action cmd parameter in out.Tristan Gingold2020-04-101-163/+161
* grt and ghdldrv: extract grt-exec.lst from grt.lst. For #640Tristan Gingold2020-04-101-2/+9
* Warn on unexpected options for command '-a'. Fix #1066Tristan Gingold2020-03-041-0/+3
* vhdl: merge synopsys into the ieee libraries. For #980Tristan Gingold2020-03-041-0/+10
* ghdldrv: adjust after change in Dyn_Tables. Fix breakage.Tristan Gingold2019-11-111-6/+5
* vhdl: refactoring: remove configure function with string access.Tristan Gingold2019-07-141-16/+22
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-42/+47
* ghdldrv: handle --force-analysis for llvm and gcc.Tristan Gingold2019-06-051-2/+1
* ghdldrv: use Dyn_Table instead of the GNAT package.Tristan Gingold2019-05-191-8/+6
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-191-2/+3
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-051-1/+1
* vhdl: move ieee packages to vhdl children.Tristan Gingold2019-05-051-3/+3
* vhdl: move configuration package as a vhdl child.Tristan Gingold2019-05-051-2/+2
* vhdl: supports VHPIDIRECT in mcode backend.Tristan Gingold2019-04-271-2/+5
* vhdl: handle names starting with '_' as an identifier.Tristan Gingold2019-03-141-1/+5
* errorout: discard disabled warnings.Tristan Gingold2019-01-041-2/+9
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-161-26/+26
* Finish_Compilation: do not raise Compilation_Error.Tristan Gingold2018-12-161-0/+4
* Clarify error message.Tristan Gingold2018-12-111-1/+1
* ghdllocal: clean post files.Tristan Gingold2018-10-211-3/+0
* ghdldrv: also search exec in prefix/bin.Tristan Gingold2018-10-211-2/+18
* ghdldrv: allow bootstrap with oread.Tristan Gingold2018-10-211-2/+1
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-0/+5
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-2/+0
* Change libraries path to allow installation of system-wide libraries.Tristan Gingold2018-01-251-1/+1
* ghdldrv: remove most usages of Nam_Buffer.Tristan Gingold2018-01-181-8/+5
* version.in: avoid to duplicate version string.Tristan Gingold2017-12-101-1/+3
* Drivers: add --pre-elab (as a stub).Tristan Gingold2017-11-161-1/+25
* Update ghdldrv after list changes.Tristan Gingold2017-11-111-37/+44
* comment and whitespace cleanupJulius Rakow2017-09-301-10/+10
* add gen-depends commandJulius Rakow2017-09-301-49/+112
* Fix typo: paths.Tristan Gingold2017-05-181-13/+13
* Use -fpic if gcc is configured with --enable-default-pieTristan Gingold2016-12-061-10/+41
* ghdldrv: add --bootstrap-standard to simplify build.Tristan Gingold2016-07-151-3/+44
* ghdldrv: consider executable suffix for -r.Tristan Gingold2016-07-051-2/+5
* ghdldrv: avoid to pass -P options two times.Tristan Gingold2016-03-191-1/+7
* Add bind only option (-b) to make command (-m).Forrest Voight2015-12-061-3/+13
* Check llvm version. Fix ghdldrv --post for llvm.Tristan Gingold2015-09-121-97/+132
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-101-4/+3
* canon: do not optimize concurrent procedure calls if not whole_analyze.Tristan Gingold2015-09-081-7/+1
* ghdldrv: compile elab file in output directory.Tristan Gingold2015-06-091-13/+19
* ghdldrv: use output name for creating the elaboration files.Tristan Gingold2015-06-081-1/+6