aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* simul: exit with the right status for --has-feature.Tristan Gingold2016-02-091-2/+11
|
* simul: avoid stupid crashes in debugger.Tristan Gingold2016-02-091-2/+10
|
* PSL: handle and/or in boolean assertion.Tristan Gingold2016-02-093-19/+66
|
* Improve mixed dump of PSL and VHDL nodes.Tristan Gingold2016-02-094-32/+24
|
* A subtype of a resolved array type is resolved.Tristan Gingold2016-02-061-0/+3
|
* simul: handle vhdl 2008.Tristan Gingold2016-02-0610-164/+358
|
* simul: support of package instantiation.Tristan Gingold2016-02-064-11/+85
|
* sem_inst: add a comment.Tristan Gingold2016-02-061-0/+2
|
* ghwlib: handle b2 range, fix print of multi-dim arrays.Tristan Gingold2016-02-022-1/+16
|
* simul: preliminary work for environments.Tristan Gingold2016-01-276-80/+57
|
* translation: use Tables instead of GNAT.Table.Tristan Gingold2016-01-271-4/+3
|
* psl: use Tables instead of GNAT.Table, regenerate, add copyrights.Tristan Gingold2016-01-2731-59/+609
|
* simul: use Tables instead of GNAT.TableTristan Gingold2016-01-275-36/+24
|
* simul: handle declarations in configuration.Tristan Gingold2016-01-273-59/+68
|
* simul: fix attribute specification, noop type conversion, indiv sig assoc.Tristan Gingold2016-01-265-11/+37
|
* grt rtis_addr: handle B1 ranges.Tristan Gingold2016-01-252-5/+34
|
* Fix check of conformance for physical units.Tristan Gingold2016-01-251-1/+4
| | | | Fix issue25
* simul: handle default assignment to unconstrained ports.Tristan Gingold2016-01-243-109/+63
|
* Avoid a crash in physical type definition.Tristan Gingold2016-01-242-49/+57
|
* simul: fix various issues.Tristan Gingold2016-01-2414-257/+368
|
* Improve error message for invalid use of '%'.Tristan Gingold2016-01-191-4/+34
|
* Parse: detect ill-formed formal names. Fix bug24324.Tristan Gingold2016-01-191-0/+23
|
* simulate: fix handling of deferred constants.Tristan Gingold2016-01-194-19/+30
|
* Clean up some code and comments about constant declarations.Tristan Gingold2016-01-194-17/+6
|
* Improve error message for variable assignment.Tristan Gingold2016-01-191-1/+6
|
* Add support for conditional assignments.Tristan Gingold2016-01-1624-761/+1747
|
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-1110-268/+318
| | | | Fix for issue 10.
* 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
| | | | Fix issue 14.
* 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
| | | | This sets a real location for error messages.
* 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
|