summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-08Add instructions for llvm (WIP).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-08configure/Makefile: support build for gcc.Tristan Gingold
2014-11-06Rewrite README.Tristan Gingold
2014-11-06Add .v08 files to hgignore.Tristan Gingold
2014-11-06mcode build and install from top makefile.Tristan Gingold
2014-11-06configure: generate default_pathes and ortho_code-x86-flags.Tristan Gingold
2014-11-06configure: generate a project file.Tristan Gingold
2014-11-05chmod +x configure.Tristan Gingold
2014-11-05ghdldrv: reflect --disp-config changes for ghdl_mcode.Tristan Gingold
2014-11-05Add configure and Makefile.in for mcode.Tristan Gingold
2014-11-05Move translate and simulate.Tristan Gingold
2014-11-05Move files and dirs from translate/Tristan Gingold
2014-11-04Create src/vhdl subdirectory.Tristan Gingold
2014-11-04Move sources to src/ subdirectory.Tristan Gingold
2014-11-04Bump version.Tristan Gingold
2014-11-04Bump ghdl.texi version.Tristan Gingold
2014-11-04Handle --expect-failure for -mTristan Gingold
2014-11-04Compute Exec_Prefix before loading libraries.Tristan Gingold
2014-11-04Add entries for 0.32Tristan Gingold
2014-11-04Remove unused file.Tristan Gingold
2014-11-04ticket 13: Fix crash on mips (patch from Joris van Rantwijk).Tristan Gingold
2014-11-03Support installation in a different path that configured one.Tristan Gingold
2014-11-03Replace --dispconfig with --disp-config.Tristan Gingold
2014-11-02makefiles and script: adjust for gcc 4.9Tristan Gingold
2014-11-02ortho-lang.c: get rid of expr.h (poisonned) and rewrite ortho_build_addr.Tristan Gingold
2014-11-02Remove ortho/gcc/Makefile.inc and adjust.Tristan Gingold
2014-11-02Default is now gcc-4.9. Silent ortho-lang warnings.Tristan Gingold
2014-11-02Fix package interface for gcc (separate compilation).Tristan Gingold
2014-11-02Handle packkage instantiation for --chop.Tristan Gingold
2014-11-02Fix uninitialized variable.Tristan Gingold
2014-11-01Fix vital regressions.Tristan Gingold
2014-10-31Add display of interface package.Tristan Gingold
2014-10-31Handle delimited comments.Tristan Gingold
2014-10-30Avoid crash after error on package generic association.Tristan Gingold
2014-10-29Add support for package interface.Tristan Gingold
2014-10-29Add testcase for bug 22868.Tristan Gingold
2014-10-22Rework for support of generic packages.Tristan Gingold
2014-10-14Initial support for package header and package instantiation.Tristan Gingold
2014-09-25Add a python script to automatically generate disp_tree.Tristan Gingold
2014-09-14Testcase for resolver returning by secondary stack.Tristan Gingold
2014-09-14Fix crash on resolver functions using secondary stack.Tristan Gingold
2014-09-12Add vhdl08 flush, fix null slice, improve type conversion.Tristan Gingold
2014-09-11Update dist-common.sh - fix ticket 23.Tristan Gingold
2014-09-11vhdl2008: add translation and support for most of implicit operators.Tristan Gingold
2014-09-06Add a test for vhdl08 overloading.Tristan Gingold
2014-09-06First run of OSVVM_2014_01 with gcc backend.Tristan Gingold
2014-09-05First run (using mcode) of OSVVM_2014_01.Tristan Gingold
2014-09-03Fix ghdl_simul (after previous change).Tristan Gingold