aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ortho: add comments.Tristan Gingold2017-06-203-1/+5
|
* Add reproducer for #372Tristan Gingold2017-06-202-0/+21
|
* Avoid a crash while slicing array of length 0.Tristan Gingold2017-06-201-1/+1
| | | | Fix #372
* Add reproducer for #370Tristan Gingold2017-06-192-0/+37
|
* Translate: use create_temp for create_record_type_builder.Tristan Gingold2017-06-191-5/+3
| | | | Fix #370
* WIP on mcode for win64.Tristan Gingold2017-06-197-13/+35
|
* Add reproducer for #369Tristan Gingold2017-06-182-0/+27
|
* Do_Conversion: pass a real location.Tristan Gingold2017-06-181-1/+1
| | | | Fix #369
* Add reproducer for #361Tristan Gingold2017-06-182-0/+25
|
* gen_simple_signal_assign: handle unbounded record.Tristan Gingold2017-06-181-2/+3
| | | | Fix #361
* Avoid MSYS2 path translation.Tristan Gingold2017-06-172-5/+12
| | | | Fix #365
* Add testcase for previous patch.Tristan Gingold2017-06-162-0/+41
|
* Allocate dynamic object in suspended procedures on stack2.Tristan Gingold2017-06-166-29/+82
|
* sem_decls: avoid crash on unknown subtype.Tristan Gingold2017-06-161-1/+1
|
* Add reproducer for #368Tristan Gingold2017-06-142-0/+31
|
* Check bounds for real.Tristan Gingold2017-06-141-10/+2
| | | | Fix #368
* trans-chap3.adb: constify.Tristan Gingold2017-06-141-12/+7
|
* Silent spurious warning.Tristan Gingold2017-06-141-0/+5
| | | | Fix #360
* configure: use pwd -W on windows.Tristan Gingold2017-06-132-2/+8
|
* appveyor/build.ps1: exit with the status of make.Tristan Gingold2017-06-131-1/+4
|
* bug071: tentatively set precision for mingw64.Tristan Gingold2017-06-131-2/+2
|
* Appveyor: set test exit status (tentatively)Tristan Gingold2017-06-121-4/+9
| | | | For #364
* Document requirements for MSYS.Tristan Gingold2017-06-121-0/+4
| | | | Close #362
* Add reproducer for #301Tristan Gingold2017-06-1218-0/+2429
|
* Fix crash of implicit conversion in instantiation.Tristan Gingold2017-06-124-2/+24
| | | | Fix #301
* Add (disabled) testcase for #283Tristan Gingold2017-06-096-0/+175
|
* vpi: avoid a crash on anynomous subtype.Tristan Gingold2017-06-091-1/+1
| | | | Fix #283
* vpi: CbNextSimTime is one-shot.Tristan Gingold2017-06-091-36/+42
| | | | Fix #281
* grt-vpi: still trace callback in case of crash.Tristan Gingold2017-06-091-2/+2
|
* configure: do not use exec in config.statusTristan Gingold2017-06-081-1/+3
| | | | | | | With bash 3.2, exec always pass the absolute path of the command in argv[0], making config.status --reconfigure non idempotent. For #365
* Add reproducer for #332Tristan Gingold2017-06-078-0/+513
|
* ghwlib: handle gzip/bzip2 compressed files.Tristan Gingold2017-06-072-4/+52
|
* ghwlib: provides format specifiers.Tristan Gingold2017-06-072-22/+36
|
* ghwlib: fix sign issues, leaks, base types.Tristan Gingold2017-06-062-57/+105
|
* Add testcase for #367Tristan Gingold2017-06-062-0/+15
|
* Correctly reject user attribute of attribute.Tristan Gingold2017-06-061-0/+4
| | | | Fix #367
* fst: update fst files from gtkwave r1180Tristan Gingold2017-06-034-637/+993
|
* ghwlib/grt-waves: handle unbounded records.Tristan Gingold2017-06-025-130/+337
|
* ghwdump: add -s to display string table.Tristan Gingold2017-06-021-11/+26
|
* Define GHDL_GCC_BIN in Makefile.inTristan Gingold2017-05-301-1/+6
| | | | Fix #127
* Do not create dir for installation during configure.Tristan Gingold2017-05-301-1/+0
| | | | Fix #359
* Remove referenced to the mailing list (gna is closed).Tristan Gingold2017-05-292-7/+2
|
* Update compile-vunit.sh script.Tristan Gingold2017-05-241-3/+5
| | | | Fix #353
* Don't install libbacktrace when building with gcc.Tristan Gingold2017-05-241-2/+2
|
* Build grt to lib/ subdir.Tristan Gingold2017-05-232-17/+12
| | | | For #352
* Avoid dependencies on dirs, create dirs during configure.Tristan Gingold2017-05-233-43/+33
| | | | For #352
* Install libbacktrace.aTristan Gingold2017-05-231-0/+2
| | | | For #352
* Rework of libraries/Makefile.inTristan Gingold2017-05-232-49/+46
| | | | For #352
* Add missing dependencies for std_standard.o, avoid rebuild.Tristan Gingold2017-05-232-44/+65
| | | | For #352
* Translation: set line number very early in subprograms.Tristan Gingold2017-05-222-4/+5
| | | | | To avoid weird coverage experience. For #346