summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-11Use a convention C access for instance, to fix windows crash.gingold
2012-12-11Fix warnings (useless conversion)gingold
2012-12-11Create grtlink to share references to grt.gingold
2012-12-11Improve error message when a filename is used instead of a unit namegingold
2012-12-11Remove empty last linesgingold
2010-02-26Add convention C for entry point.gingold
2010-02-26Handle overflow in physical expression.gingold
2010-02-02Use representations clause to work-around SRA issue.gingold
2010-01-31Work around SRA bug.gingold
2010-01-31Update Makefile: remove sysdeps.gingold
2010-01-28Improve doc.gingold
Remove ortho_code-sysdeps. Add Pragma convention C in grt for accesses to subprograms. Fix build on windows.
2010-01-17Remove sa-bools.ad? from dist-common.shgingold
2010-01-12ghdl 0.29 release.gingold
2009-12-30Fix fprintf call on x86-64.gingold
From Thomas Sailer.
2009-12-30Fix previous change.gingold
Correction from Thomas Sailer.
2009-12-16Fix timeout chain corruptio.gingold
From Thomas Sailer. Rename a type.
2009-12-16FIx memory leak.gingold
From Thomas Sailer.
2009-10-30Fix line number for gcov.gingold
2009-09-23Improve handling of non-sensitized processes.gingold
2009-09-23Bump to 0.29dev.gingold
2009-09-23Handle anonymous subtypes.gingold
2009-09-21Version 0.28.gingold
2009-08-13Add ortho_jit package for mcode.gingold
2009-08-13Now handle vhdl 2008 arrays in the front end.gingold
Bug fixes.
2009-08-13Document how to build the ieee math library.gingold
2009-08-13Add VHDL 2008 new words.gingold
Add PSL keywords.
2009-08-13Add comments.gingold
2009-08-13Handle array subtype on the fly for unconstrained array signals/ports.gingold
2009-08-13Handle processes declared in an entity.gingold
2009-08-13Fix unaligned access.gingold
2009-08-13Preliminary support for llvm.gingold
2009-08-13Remove elsif.gingold
2009-08-13Preliminary work for LLVM.gingold
Preliminary work for SSE.
2009-08-13Allow to build in 64bits mode.gingold
2009-08-13Factorize code with parse_statements.gingold
Reverse elsif keyword.
2009-08-13Fix comment.gingold
2009-08-13Fix precision issue (#13818).gingold
2009-06-08Fix bug #13574, std.textio.read (string) buggingold
2008-09-06New feature: all-sensitized processes (for vhdl 2008)gingold
2008-08-31Create package options from flags to avoid circular elaborationgingold
2008-08-31Updated (now compiled with GNAT GPL 2008)gingold
2008-08-31Bug fix: elaboration of direct drivers for unconstrained array signalsgingold
2008-08-30Switch to gcc 4.3gingold
Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
2008-07-22Handle -C and --mb-comments.gingold
2008-07-22Handle 'pos/'leftof/'rightof/'succ/'prev attributes.gingold
2008-07-22Release ghdl 0.27gingold
2008-07-22Avoid crash when pathes are too long.gingold
2008-07-22Switch to gcc 4.2.4gingold
2008-07-22Add --ieee-asserts= option.gingold
Correctly elaborate anonymous subtypes in associations.
2008-07-22Remove timeout at the end of a wait statement.gingold