aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check bounds for real.Tristan Gingold2017-06-141-10/+2
* trans-chap3.adb: constify.Tristan Gingold2017-06-141-12/+7
* Silent spurious warning.Tristan Gingold2017-06-141-0/+5
* Fix crash of implicit conversion in instantiation.Tristan Gingold2017-06-123-2/+22
* vpi: avoid a crash on anynomous subtype.Tristan Gingold2017-06-091-1/+1
* vpi: CbNextSimTime is one-shot.Tristan Gingold2017-06-091-36/+42
* grt-vpi: still trace callback in case of crash.Tristan Gingold2017-06-091-2/+2
* 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
* Correctly reject user attribute of attribute.Tristan Gingold2017-06-061-0/+4
* 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
* Build grt to lib/ subdir.Tristan Gingold2017-05-231-3/+6
* Translation: set line number very early in subprograms.Tristan Gingold2017-05-222-4/+5
* Avoid a crash when a subtype indication is found within an expression.Tristan Gingold2017-05-211-0/+5
* translate: avoid to duplicate range_var.Tristan Gingold2017-05-213-17/+60
* Add gcc 7.x as a backend.Tristan Gingold2017-05-212-0/+2153
* Adjust previous patch: handle info instantiation for interface package.Tristan Gingold2017-05-192-31/+69
* trans-chap2: minor refactoring to clarify code.Tristan Gingold2017-05-183-16/+10
* Handle instantiation of protected types.Tristan Gingold2017-05-182-14/+49
* Add comment.Tristan Gingold2017-05-181-0/+20
* wip: rework subprogram translation.Tristan Gingold2017-05-186-101/+123
* Translation: separate subprogram translation spec and body.Tristan Gingold2017-05-188-81/+126
* Add comments.Tristan Gingold2017-05-181-0/+2
* ortho/mcode: detect overflow for i32 and i64 mul.Tristan Gingold2017-05-181-0/+6
* Fix typo: paths.Tristan Gingold2017-05-1811-243/+50
* Avoid cascaded crash for invalid mark_type name.Tristan Gingold2017-05-171-1/+5
* translate: separate spec and body translation for implicit subprograms.Tristan Gingold2017-05-177-194/+353
* translation: save operator argument declarations into infos.Tristan Gingold2017-05-122-96/+106
* translation: renames Ortho_Func to Subprg_Node for consistency.Tristan Gingold2017-05-125-10/+10
* translate: add specific infos for implicit subprograms.Tristan Gingold2017-05-125-72/+112
* sem_inst: remove assert that prevented nested instantiation.Tristan Gingold2017-05-122-5/+8
* vhdl2008: allow nested packages in uninstantiated packageTristan Gingold2017-05-112-1/+33
* Fix build error for ghdlsynth.Tristan Gingold2017-05-091-1/+1
* Improve cascaded errors on instantiation.Tristan Gingold2017-05-091-8/+6
* Create default value for ports.Tristan Gingold2017-05-0920-468/+688
* Minor optimization: avoid calls to Get_Association_Formal.Tristan Gingold2017-05-083-13/+14
* Add support for signals in generate sectionsEmmanuel Mogenet2017-05-031-0/+6
* Actually match the ghdl format this timeEmmanuel Mogenet2017-04-301-4/+5
* Add -H to ghwdump to dump full pathnames of signalsEmmanuel Mogenet2017-04-283-5/+59
* Build libgrt.a in grt/ subdir to avoid mixing with build for ghdl1Tristan Gingold2017-04-201-27/+19
* textio: use grt.fcvt to write reals.Tristan Gingold2017-04-197-6/+36
* textio: use grt.fcvt to read real numbers.Tristan Gingold2017-04-195-2/+20
* Rewrite to_string(real, digits) using grt.fcvtTristan Gingold2017-04-196-22/+186
* grt.fcvt: use format_image instead of to_string (cleanup).Tristan Gingold2017-04-193-89/+1
* Use grt.fcvt for 'image.Tristan Gingold2017-04-194-200/+171