summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-03Update NEWS.Tristan Gingold
2015-12-03ghdl_simul debugger: handle break on operator, handle end of file.Tristan Gingold
2015-12-03ghdl_simul debugger: add nstmt and fstmt.Tristan Gingold
2015-12-03errorout: fix crash on entity_aspect_entity.Tristan Gingold
2015-12-03Fix elaboration order in case of recursive instantiation.Tristan Gingold
2015-12-03Add (but disable) a new test in issue2.Tristan Gingold
2015-12-03Add issue tests from github in the testsuite.Tristan Gingold
2015-12-03Use github site for reporting problems.Tristan Gingold
2015-12-03Update NEWS file.Tristan Gingold
2015-12-03Add .gdbinitTristan Gingold
2015-12-03Add vendor specific library compile scripts for linux.Tristan Gingold
Merge branch from Paebbels.
2015-11-30ghdl_simul debugger: add auto-repeat.Tristan Gingold
2015-11-30ghdl_simul debugger: handle function call, consider entity declarations.Tristan Gingold
2015-11-30Fix ghdl_simul build.Tristan Gingold
2015-11-30No error message for universal bounds in v93c or relaxed-rules.Tristan Gingold
2015-11-30backtrace: demangle operators.Tristan Gingold
2015-11-30ortho_llvm: add comments.Tristan Gingold
2015-11-30Rework --dir command so that it could display ieee content.Tristan Gingold
Adjust doc.
2015-11-30parse: add comments.Tristan Gingold
2015-11-27Add testcase for previous patch.Tristan Gingold
2015-11-27Emit a warning for --ieee=synopsys if --std=08Tristan Gingold
2015-11-26Fix compile.ps1 (for backtraces).Tristan Gingold
2015-11-26Add testcase for issue2.Tristan Gingold
2015-11-26Bump version.Tristan Gingold
2015-11-26Windows: add backtraces in dist/mcode.Tristan Gingold
2015-11-25Improve error message when ',' is used instead of ';' in interface.Tristan Gingold
2015-11-25Update .gitignoreTristan Gingold
2015-11-25Add vendor specific compile scripts (from Patrick Lehmann).Tristan Gingold
for: Altera Quartus-II (tested with 15.0), Xilinx ISE (tested with 14.7) Xilinx Vivado vunit OSVVM.
2015-11-25Add reproducer for previous crash.Tristan Gingold
2015-11-24Fix a crash on conflict in under interpretation.Tristan Gingold
2015-11-24doc: add dependency on conf.py, remove ghdl.htmlTristan Gingold
Due to use of css, better to view doc from the web.
2015-11-24doc: use default theme for html.Tristan Gingold
2015-11-24doc: generate ghdl.html and ghdl.texiTristan Gingold
2015-11-24Convert documentation to sphinx.Tristan Gingold
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-11-18Update READMEtgingold
2015-11-17Add reproducer for bug24064Tristan Gingold
2015-11-17Allow concatenation of element whose type is an array with non-static boundsTristan Gingold
Fix bug24064
2015-11-14mcode x86: fix regressions.Tristan Gingold
2015-11-12mcode x86: simplify code.Tristan Gingold
2015-11-12mcode x86: enable sse.Tristan Gingold
2015-11-12mcode x86: pass testsuite with sse.Tristan Gingold
2015-11-11mcode x86: wip: sse support.Tristan Gingold
2015-11-09Rewrite of ortho_code-x86-emits.Tristan Gingold
2015-11-08Fix harness for bug026.Tristan Gingold
2015-11-07Fix crash on invalid individual association.Tristan Gingold
2015-11-07mcode: WIP for sse/sse2 generation.Tristan Gingold
2015-11-07Fix build of mcode utilities.Tristan Gingold
2015-11-07Remove deprecated .version.Tristan Gingold