summaryrefslogtreecommitdiff
path: root/src/ghdldrv/ghdldrv.adb
AgeCommit message (Collapse)Author
2015-12-06Add bind only option (-b) to make command (-m).Forrest Voight
2015-09-12Check llvm version. Fix ghdldrv --post for llvm.Tristan Gingold
2015-09-10Reimplement table package (used instead of GNAT.Table).Tristan Gingold
2015-09-08canon: do not optimize concurrent procedure calls if not whole_analyze.Tristan Gingold
2015-06-09ghdldrv: compile elab file in output directory.Tristan Gingold
Ticket 87.
2015-06-08ghdldrv: use output name for creating the elaboration files.Tristan Gingold
2015-05-21Rework exit handling to correctly report exit status.Tristan Gingold
Fix ticket 77.
2015-05-13Remove Get_File_Time_Stamp for a filename.Tristan Gingold
Preliminary work for ticket 48.
2015-05-11ghdldrv: support absolute path with --elab-run.Tristan Gingold
Implement ticket 51.
2015-01-01Fix left-over in name_table remaining.Tristan Gingold
2014-12-23ghdldrv: remove unused variables.Tristan Gingold
2014-12-23Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold
2014-12-22Add comments.Tristan Gingold
2014-11-08driver: fix path simplification with ..; add missing directory separator.Tristan Gingold
2014-11-05ghdldrv: reflect --disp-config changes for ghdl_mcode.Tristan Gingold
2014-11-05Move files and dirs from translate/Tristan Gingold