summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-11vhdl08: maybe insert implicit condition operator in concurrent statement.Tristan Gingold
2016-01-09llvm: simplify use of llvm-config.Tristan Gingold
2016-01-09Reorder fields in signals for alignment.Tristan Gingold
2016-01-07std_logic_1164: fix number of warnings for matching equality.Tristan Gingold
2016-01-07Keep alias in use clauses. Fix issue 15.Tristan Gingold
2016-01-07Fix staticness for range attribute.Tristan Gingold
2016-01-07Overload resolution: reject invalid indexed names.Tristan Gingold
2016-01-06grt-stack2: Fix unreferenced entity.Tristan Gingold
2016-01-06grt-fst: remove unreferenced with-ed package.Tristan Gingold
2016-01-06Simplify warning Off for gcc 4.6Tristan Gingold
2016-01-06Add a pragma warnings off around constant condition.Tristan Gingold
2016-01-06grt-lib: Remove unused with-ed package.Tristan Gingold
2016-01-06mcode: add support for x86-64Tristan 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-03Forbid protected types in elements or designated types.Tristan Gingold
2015-12-30Use WORK location for loading the elaborated unit.Tristan Gingold
2015-12-29Fix crash on issue9.Tristan Gingold
2015-12-23Remove unused code (scanner).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-21errorout: add code for caret (not yet enabled).Tristan Gingold
2015-12-21cleanup in errorout.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-19Adjust simulation after sigptr changes.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-16openieee: add numeric_std and numeric_bit.Tristan Gingold
2015-12-06Add bind only option (-b) to make command (-m).Forrest Voight
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-03Use github site for reporting problems.Tristan Gingold
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
2015-11-30parse: add comments.Tristan Gingold
2015-11-27Emit a warning for --ieee=synopsys if --std=08Tristan Gingold
2015-11-26Bump version.Tristan Gingold
2015-11-25Improve error message when ',' is used instead of ';' in interface.Tristan Gingold
2015-11-24Fix a crash on conflict in under interpretation.Tristan Gingold
2015-11-22backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold