summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-06Add .travis.yml (first try).Tristan Gingold
2016-01-06mcode: add support for x86-64Tristan Gingold
2016-01-06Add bug034 testcase.Tristan Gingold
2016-01-06mcode: use GNATMAKE.Tristan Gingold
2016-01-06oread: add comments.Tristan Gingold
2016-01-06if/else: add debug line for elsif part.Tristan Gingold
2016-01-06textio read character: improve code.Tristan Gingold
2016-01-03Forbid protected types in elements or designated types.Tristan Gingold
2016-01-03Add reproducer for issue10.Tristan Gingold
2016-01-03Add test for html output.Tristan Gingold
2015-12-30Use WORK location for loading the elaborated unit.Tristan Gingold
2015-12-29Add tests for --work option.Tristan Gingold
2015-12-29Add testcase for issue9Tristan Gingold
2015-12-29Fix crash on issue9.Tristan Gingold
2015-12-24Add parse test for ams.Tristan Gingold
2015-12-24Add semantic test for external pathes.Tristan Gingold
2015-12-23Remove unused code (scanner).Tristan Gingold
2015-12-22Add test for --warn-reservedTristan Gingold
2015-12-22Add testcase for ticket104.Tristan Gingold
2015-12-22parse: remove unreachable code.Tristan Gingold
2015-12-22Scanner: fix use of latin-1 8 bit characters.Tristan Gingold
2015-12-21Makefile: do not use OPT_FLAGS for LIB_CFLAGS.Tristan Gingold
2015-12-21Add testcase for ticket98Tristan Gingold
2015-12-21Add testcase for ticket101.Tristan Gingold
2015-12-21errorout: add code for caret (not yet enabled).Tristan Gingold
2015-12-21cleanup in errorout.Tristan Gingold
2015-12-21configure: add --enable-coverage.Tristan Gingold
2015-12-20Do not create signal type for scalar type.Tristan Gingold
2015-12-20openieee: complete math_real (and fix uniform).Tristan Gingold
2015-12-20configure: add --with-llvm-configTristan Gingold
2015-12-20Update NEWS and README.Tristan Gingold
2015-12-20openieee: fix missing subprograms, fix wrong interface name.Tristan Gingold
2015-12-19Adjust simulation after sigptr changes.Tristan Gingold
2015-12-19Add testcase for ghdl-llvm unreachable code.Tristan Gingold
2015-12-18Add vunit support in README.Tristan Gingold
2015-12-18ortho-llvm: avoid generation of unreachable code.Tristan Gingold
2015-12-18Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold
2015-12-16avoid a crash if --elab without -l.Tristan Gingold
2015-12-16update project file.Tristan Gingold
2015-12-16openieee: add generated files.Tristan Gingold
2015-12-16openieee: add numeric_std and numeric_bit.Tristan Gingold
2015-12-07Merge pull request #6 from sylphase/make_bind_onlytgingold
2015-12-06Add bind only option (-b) to make command (-m).Forrest Voight
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