index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ghdldrv
/
ghdldrv.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
ghdldrv: adjust style and some error messages.
Tristan Gingold
2020-09-20
1
-42
/
+29
*
cli: rework syntax, add commands without '-' or '--'
umarcor
2020-09-20
1
-44
/
+109
*
ghdldrv: factorize part of --gen-makefile
Tristan Gingold
2020-07-30
1
-42
/
+2
*
vhdl: allows --work between files for -c. Fix #1362
Tristan Gingold
2020-06-09
1
-0
/
+1
*
Automatically add -Wl,-u,ghdl_main when -shared is used. For #640
Tristan Gingold
2020-04-15
1
-1
/
+3
*
ghdldrv: add -shared option to build a shared library. For #640
Tristan Gingold
2020-04-10
1
-3
/
+24
*
ghdldrv: refactoring (move more flags into the command object).
Tristan Gingold
2020-04-10
1
-116
/
+119
*
ghdldrv: Make Perform_Action cmd parameter in out.
Tristan Gingold
2020-04-10
1
-163
/
+161
*
grt and ghdldrv: extract grt-exec.lst from grt.lst. For #640
Tristan Gingold
2020-04-10
1
-2
/
+9
*
Warn on unexpected options for command '-a'. Fix #1066
Tristan Gingold
2020-03-04
1
-0
/
+3
*
vhdl: merge synopsys into the ieee libraries. For #980
Tristan Gingold
2020-03-04
1
-0
/
+10
*
ghdldrv: adjust after change in Dyn_Tables. Fix breakage.
Tristan Gingold
2019-11-11
1
-6
/
+5
*
vhdl: refactoring: remove configure function with string access.
Tristan Gingold
2019-07-14
1
-16
/
+22
*
Error_Msg_Option: do not raise exception.
Tristan Gingold
2019-06-25
1
-42
/
+47
*
ghdldrv: handle --force-analysis for llvm and gcc.
Tristan Gingold
2019-06-05
1
-2
/
+1
*
ghdldrv: use Dyn_Table instead of the GNAT package.
Tristan Gingold
2019-05-19
1
-8
/
+6
*
Add simple_IO - to be used instead of Text_IO.
Tristan Gingold
2019-05-19
1
-2
/
+3
*
vhdl: rename iirs to vhdl.nodes
Tristan Gingold
2019-05-05
1
-1
/
+1
*
vhdl: move ieee packages to vhdl children.
Tristan Gingold
2019-05-05
1
-3
/
+3
*
vhdl: move configuration package as a vhdl child.
Tristan Gingold
2019-05-05
1
-2
/
+2
*
vhdl: supports VHPIDIRECT in mcode backend.
Tristan Gingold
2019-04-27
1
-2
/
+5
*
vhdl: handle names starting with '_' as an identifier.
Tristan Gingold
2019-03-14
1
-1
/
+5
*
errorout: discard disabled warnings.
Tristan Gingold
2019-01-04
1
-2
/
+9
*
ghdldrv: Cmd argument of Perform_Action is now in.
Tristan Gingold
2018-12-16
1
-26
/
+26
*
Finish_Compilation: do not raise Compilation_Error.
Tristan Gingold
2018-12-16
1
-0
/
+4
*
Clarify error message.
Tristan Gingold
2018-12-11
1
-1
/
+1
*
ghdllocal: clean post files.
Tristan Gingold
2018-10-21
1
-3
/
+0
*
ghdldrv: also search exec in prefix/bin.
Tristan Gingold
2018-10-21
1
-2
/
+18
*
ghdldrv: allow bootstrap with oread.
Tristan Gingold
2018-10-21
1
-2
/
+1
*
Add support for --time-resolution (jit only). Fix #613
Tristan Gingold
2018-08-10
1
-0
/
+5
*
Fix warning: use clause for package has no effect
Vicente Bergas
2018-05-03
1
-2
/
+0
*
Change libraries path to allow installation of system-wide libraries.
Tristan Gingold
2018-01-25
1
-1
/
+1
*
ghdldrv: remove most usages of Nam_Buffer.
Tristan Gingold
2018-01-18
1
-8
/
+5
*
version.in: avoid to duplicate version string.
Tristan Gingold
2017-12-10
1
-1
/
+3
*
Drivers: add --pre-elab (as a stub).
Tristan Gingold
2017-11-16
1
-1
/
+25
*
Update ghdldrv after list changes.
Tristan Gingold
2017-11-11
1
-37
/
+44
*
comment and whitespace cleanup
Julius Rakow
2017-09-30
1
-10
/
+10
*
add gen-depends command
Julius Rakow
2017-09-30
1
-49
/
+112
*
Fix typo: paths.
Tristan Gingold
2017-05-18
1
-13
/
+13
*
Use -fpic if gcc is configured with --enable-default-pie
Tristan Gingold
2016-12-06
1
-10
/
+41
*
ghdldrv: add --bootstrap-standard to simplify build.
Tristan Gingold
2016-07-15
1
-3
/
+44
*
ghdldrv: consider executable suffix for -r.
Tristan Gingold
2016-07-05
1
-2
/
+5
*
ghdldrv: avoid to pass -P options two times.
Tristan Gingold
2016-03-19
1
-1
/
+7
*
Add bind only option (-b) to make command (-m).
Forrest Voight
2015-12-06
1
-3
/
+13
*
Check llvm version. Fix ghdldrv --post for llvm.
Tristan Gingold
2015-09-12
1
-97
/
+132
*
Reimplement table package (used instead of GNAT.Table).
Tristan Gingold
2015-09-10
1
-4
/
+3
*
canon: do not optimize concurrent procedure calls if not whole_analyze.
Tristan Gingold
2015-09-08
1
-7
/
+1
*
ghdldrv: compile elab file in output directory.
Tristan Gingold
2015-06-09
1
-13
/
+19
*
ghdldrv: use output name for creating the elaboration files.
Tristan Gingold
2015-06-08
1
-1
/
+6
*
Rework exit handling to correctly report exit status.
Tristan Gingold
2015-05-21
1
-13
/
+28
[next]