summaryrefslogtreecommitdiff
path: root/src/ghdldrv/ghdlrun.adb
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-04Suppress stack switching; save process state in secondary stack.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-03-01Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold
2014-11-05Move files and dirs from translate/Tristan Gingold