aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add testcase for previous patch.Tristan Gingold2016-01-262-0/+24
|
* 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
|
* Add testcase for issue25.Tristan Gingold2016-01-253-0/+114
|
* 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
|
* Add testcase for incorrect syntax in physical type.Tristan Gingold2016-01-243-0/+26
|
* Avoid a crash in physical type definition.Tristan Gingold2016-01-242-49/+57
|
* simul: fix various issues.Tristan Gingold2016-01-2414-257/+368
|
* README: remove duplicated sentence.Tristan Gingold2016-01-191-4/+3
|
* Adjust README (add quote).Tristan Gingold2016-01-191-3/+6
|
* Add reproducer for bug24326.Tristan Gingold2016-01-194-0/+72
|
* Add reproducer for bug24324.Tristan Gingold2016-01-192-0/+30
|
* 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
|
* Use markdown for readme.Tristan Gingold2016-01-191-4/+6
|
* Create README.md from README.Tristan Gingold2016-01-191-0/+0
|
* Extract BUILD.txt from README.Tristan Gingold2016-01-193-118/+123
| | | | Adjust configure.
* Add zlib as dependency in README.Tristan Gingold2016-01-191-1/+1
|
* 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 testcase for issue17.Tristan Gingold2016-01-164-0/+106
|
* Add support for conditional assignments.Tristan Gingold2016-01-1624-761/+1747
|
* travis: tentatively try mixed setup.Tristan Gingold2016-01-151-9/+17
|
* travis: fix mcode build.Tristan Gingold2016-01-141-6/+5
|
* travis: use envs.Tristan Gingold2016-01-142-23/+28
|
* travis: also build with llvm.Tristan Gingold2016-01-142-6/+29
|
* travis: use trusty.Tristan Gingold2016-01-141-5/+6
|
* travis: revert previous patchesTristan Gingold2016-01-131-2/+0
|
* travis: try to install gnat-5, llvm-3.5Tristan Gingold2016-01-131-1/+2
|
* travis: tentatively install gnat:i386Tristan Gingold2016-01-131-0/+1
|
* travis: Use an external script to build and test.Tristan Gingold2016-01-122-7/+16
|
* travis: use container-based infrastructure.Tristan Gingold2016-01-121-4/+5
|
* Add attribute specification in issue10.Tristan Gingold2016-01-112-1/+26
|
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-1110-268/+318
| | | | Fix for issue 10.
* README: mcode is available on x86_64 too.Tristan Gingold2016-01-111-3/+3
|
* Add testcase for previous patch.Tristan Gingold2016-01-112-3/+6
|
* vhdl08: maybe insert implicit condition operator in concurrent statement.Tristan Gingold2016-01-113-19/+49
|
* Add testcase for alignment issue on windows.Tristan Gingold2016-01-0911-0/+5736
|
* Add missing copyright.Tristan Gingold2016-01-092-7/+55
|
* windows bat command: move strip command.Tristan Gingold2016-01-092-2/+2
|
* Add elf_arch for windows (!)Tristan Gingold2016-01-091-0/+2
|
* 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.