aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-1110-268/+318
* vhdl08: maybe insert implicit condition operator in concurrent statement.Tristan Gingold2016-01-113-19/+49
* llvm: simplify use of llvm-config.Tristan Gingold2016-01-091-1/+1
* Reorder fields in signals for alignment.Tristan Gingold2016-01-092-4/+7
* std_logic_1164: fix number of warnings for matching equality.Tristan Gingold2016-01-071-18/+32
* Keep alias in use clauses. Fix issue 15.Tristan Gingold2016-01-071-1/+1
* Fix staticness for range attribute.Tristan Gingold2016-01-071-1/+1
* Overload resolution: reject invalid indexed names.Tristan Gingold2016-01-071-3/+33
* grt-stack2: Fix unreferenced entity.Tristan Gingold2016-01-061-1/+0
* grt-fst: remove unreferenced with-ed package.Tristan Gingold2016-01-061-1/+0
* Simplify warning Off for gcc 4.6Tristan Gingold2016-01-061-2/+3
* Add a pragma warnings off around constant condition.Tristan Gingold2016-01-061-0/+2
* grt-lib: Remove unused with-ed package.Tristan Gingold2016-01-061-2/+1
* mcode: add support for x86-64Tristan Gingold2016-01-0642-1682/+4061
* mcode: use GNATMAKE.Tristan Gingold2016-01-061-1/+2
* oread: add comments.Tristan Gingold2016-01-061-0/+10
* 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-223-9/+7
* 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
* openieee: complete math_real (and fix uniform).Tristan Gingold2015-12-201-7/+55
* Adjust simulation after sigptr changes.Tristan Gingold2015-12-194-49/+78
* ortho-llvm: avoid generation of unreachable code.Tristan Gingold2015-12-181-11/+23
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-1829-1293/+1704
* avoid a crash if --elab without -l.Tristan Gingold2015-12-161-0/+4
* openieee: add numeric_std and numeric_bit.Tristan Gingold2015-12-162-1/+54
* Add bind only option (-b) to make command (-m).Forrest Voight2015-12-061-3/+13
* 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
* Use github site for reporting problems.Tristan Gingold2015-12-032-2/+2
* 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-304-31/+15
* No error message for universal bounds in v93c or relaxed-rules.Tristan Gingold2015-11-301-2/+4
* backtrace: demangle operators.Tristan Gingold2015-11-301-0/+65
* ortho_llvm: add comments.Tristan Gingold2015-11-301-2/+2
* Rework --dir command so that it could display ieee content.Tristan Gingold2015-11-301-18/+10
* parse: add comments.Tristan Gingold2015-11-301-0/+16
* Emit a warning for --ieee=synopsys if --std=08Tristan Gingold2015-11-273-9/+30
* Bump version.Tristan Gingold2015-11-261-2/+2
* 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