summaryrefslogtreecommitdiff
path: root/src/ghdldrv
AgeCommit message (Collapse)Author
2015-11-22backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold
2015-11-19Add symbolizer (for mcode).Tristan Gingold
Display a backtrace in case of failed check or assert failure.
2015-09-13Update README and some copyright dates.Tristan Gingold
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-09-04Suppress stack switching; save process state in secondary stack.Tristan Gingold
2015-06-10Use directory of output for elaboration file.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-20Handle to_string for i64 numbers.Tristan Gingold
Fix ticket 76
2015-05-13Change library format: now store file checksum instead of file time stamp.Tristan Gingold
For ticket 48.
2015-05-13Remove Get_File_Time_Stamp for a filename.Tristan Gingold
Preliminary work for ticket 48.
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2015-05-11ghdldrv: support absolute path with --elab-run.Tristan Gingold
Implement ticket 51.
2015-03-01Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold
2015-01-17ghdlsimul: adjust after use of name for block_specification.Tristan Gingold
2015-01-14disp_vhdl: adjust for vhdl2008 (generate, bit string).Tristan Gingold
2015-01-03Initial rework for vhdl 2008 generate statements.Tristan Gingold
2015-01-01Fix left-over in name_table remaining.Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold
2014-12-30vhdl 2008: handle sized bit strings.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-12-13PSL: allow labels on psl directives (fix ticket26).Tristan Gingold
2014-12-05llvm: add non-jit driver.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold
2014-11-08ghdllocal: remove debug code (trace).Tristan Gingold
2014-11-08driver: fix path simplification with ..; add missing directory separator.Tristan Gingold
2014-11-06mcode build and install from top makefile.Tristan Gingold
2014-11-05ghdldrv: reflect --disp-config changes for ghdl_mcode.Tristan Gingold
2014-11-05Move files and dirs from translate/Tristan Gingold