summaryrefslogtreecommitdiff
path: root/src/vhdl
AgeCommit message (Expand)Author
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-19Adjust simulation after sigptr changes.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-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-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-30parse: add comments.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-17Allow concatenation of element whose type is an array with non-static boundsTristan Gingold
2015-11-07Fix crash on invalid individual association.Tristan Gingold
2015-11-01Do not set suspend flag on foreign procedure.Tristan Gingold
2015-10-01trans-chap2.adb: fix uninitialized variable.Tristan Gingold
2015-09-26Fix regression from states.Tristan Gingold
2015-09-24Fix crash for access type in aggregate.Tristan Gingold
2015-09-24Fix ticket94: default binding indication for component.Tristan Gingold
2015-09-15trans-rtis: fix uninitialized field (that could result in a crash).Tristan Gingold
2015-09-10Reimplement table package (used instead of GNAT.Table).Tristan Gingold
2015-09-08canon: do not optimize concurrent procedure calls if not whole_analyze.Tristan Gingold
2015-09-04Suppress stack switching; save process state in secondary stack.Tristan Gingold
2015-09-03Adjust previous patch (destroy types for default port values).Tristan Gingold
2015-09-02Translate: explicitly clean transient types.Tristan Gingold
2015-09-01Destroy types of default generic values.Tristan Gingold
2015-08-31mcode/binary_file: rename write routines.Tristan Gingold
2015-08-31Never export declarations of a package body.Tristan Gingold
2015-08-31iirs: block_statement is a ref.Tristan Gingold
2015-08-29Improve error message.Tristan Gingold
2015-08-29Allow allocators in default value of subprogramsTristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
2015-07-17Do not create a transient type for strings.Tristan Gingold
2015-07-15Adjust previous patch: set parent.Tristan Gingold
2015-07-11Defensive code.Tristan Gingold
2015-07-10Avoid duplicate error message.Tristan Gingold
2015-07-10Convert psl assertion to normal assertion if simple expression.Tristan Gingold
2015-06-27Improve code generation of strings.Tristan Gingold