aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Expand)AuthorAgeFilesLines
* if/else: add debug line for elsif part.Tristan Gingold2016-01-061-0/+2
* Forbid protected types in elements or designated types.Tristan Gingold2016-01-031-1/+9
* Use WORK location for loading the elaborated unit.Tristan Gingold2015-12-302-2/+9
* Fix crash on issue9.Tristan Gingold2015-12-291-2/+2
* Remove unused code (scanner).Tristan Gingold2015-12-233-18/+3
* parse: remove unreachable code.Tristan Gingold2015-12-221-44/+8
* Scanner: fix use of latin-1 8 bit characters.Tristan Gingold2015-12-222-8/+6
* errorout: add code for caret (not yet enabled).Tristan Gingold2015-12-211-6/+43
* cleanup in errorout.Tristan Gingold2015-12-214-48/+45
* Do not create signal type for scalar type.Tristan Gingold2015-12-204-18/+18
* Adjust simulation after sigptr changes.Tristan Gingold2015-12-194-49/+78
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-1819-975/+1456
* avoid a crash if --elab without -l.Tristan Gingold2015-12-161-0/+4
* ghdl_simul debugger: handle break on operator, handle end of file.Tristan Gingold2015-12-034-7/+45
* ghdl_simul debugger: add nstmt and fstmt.Tristan Gingold2015-12-031-8/+78
* errorout: fix crash on entity_aspect_entity.Tristan Gingold2015-12-031-2/+11
* Fix elaboration order in case of recursive instantiation.Tristan Gingold2015-12-031-2/+7
* ghdl_simul debugger: add auto-repeat.Tristan Gingold2015-11-301-3/+21
* ghdl_simul debugger: handle function call, consider entity declarations.Tristan Gingold2015-11-303-10/+24
* Fix ghdl_simul build.Tristan Gingold2015-11-303-29/+13
* No error message for universal bounds in v93c or relaxed-rules.Tristan Gingold2015-11-301-2/+4
* parse: add comments.Tristan Gingold2015-11-301-0/+16
* Improve error message when ',' is used instead of ';' in interface.Tristan Gingold2015-11-251-1/+8
* Fix a crash on conflict in under interpretation.Tristan Gingold2015-11-241-5/+15
* Allow concatenation of element whose type is an array with non-static boundsTristan Gingold2015-11-171-1/+1
* Fix crash on invalid individual association.Tristan Gingold2015-11-075-470/+545
* Do not set suspend flag on foreign procedure.Tristan Gingold2015-11-011-0/+6
* trans-chap2.adb: fix uninitialized variable.Tristan Gingold2015-10-011-9/+9
* Fix regression from states.Tristan Gingold2015-09-262-43/+52
* Fix crash for access type in aggregate.Tristan Gingold2015-09-241-0/+4
* Fix ticket94: default binding indication for component.Tristan Gingold2015-09-241-11/+27
* trans-rtis: fix uninitialized field (that could result in a crash).Tristan Gingold2015-09-151-10/+8
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-105-29/+21
* canon: do not optimize concurrent procedure calls if not whole_analyze.Tristan Gingold2015-09-081-2/+6
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-0418-806/+2301
* Adjust previous patch (destroy types for default port values).Tristan Gingold2015-09-032-7/+13
* Translate: explicitly clean transient types.Tristan Gingold2015-09-0217-202/+180
* Destroy types of default generic values.Tristan Gingold2015-09-012-9/+11
* mcode/binary_file: rename write routines.Tristan Gingold2015-08-311-3/+2
* Never export declarations of a package body.Tristan Gingold2015-08-311-0/+7
* iirs: block_statement is a ref.Tristan Gingold2015-08-312-3/+4
* Improve error message.Tristan Gingold2015-08-292-1/+5
* Allow allocators in default value of subprogramsTristan Gingold2015-08-295-49/+193
* Replace fat accesses by bounds accessesTristan Gingold2015-08-2924-905/+988
* Do not create a transient type for strings.Tristan Gingold2015-07-172-5/+14
* Adjust previous patch: set parent.Tristan Gingold2015-07-151-0/+2
* Defensive code.Tristan Gingold2015-07-112-1/+12
* Avoid duplicate error message.Tristan Gingold2015-07-102-1/+4
* Convert psl assertion to normal assertion if simple expression.Tristan Gingold2015-07-103-24/+46
* Improve code generation of strings.Tristan Gingold2015-06-275-123/+218