summaryrefslogtreecommitdiff
path: root/src/vhdl
AgeCommit message (Expand)Author
2015-11-24Fix a crash on conflict in under interpretation.Tristan Gingold
2015-11-17Allow concatenation of element whose type is an array with non-static boundsTristan Gingold
2015-11-07Fix crash on invalid individual association.Tristan Gingold
2015-11-01Do not set suspend flag on foreign procedure.Tristan Gingold
2015-10-01trans-chap2.adb: fix uninitialized variable.Tristan Gingold
2015-09-26Fix regression from states.Tristan Gingold
2015-09-24Fix crash for access type in aggregate.Tristan Gingold
2015-09-24Fix ticket94: default binding indication for component.Tristan Gingold
2015-09-15trans-rtis: fix uninitialized field (that could result in a crash).Tristan Gingold
2015-09-10Reimplement table package (used instead of GNAT.Table).Tristan Gingold
2015-09-08canon: do not optimize concurrent procedure calls if not whole_analyze.Tristan Gingold
2015-09-04Suppress stack switching; save process state in secondary stack.Tristan Gingold
2015-09-03Adjust previous patch (destroy types for default port values).Tristan Gingold
2015-09-02Translate: explicitly clean transient types.Tristan Gingold
2015-09-01Destroy types of default generic values.Tristan Gingold
2015-08-31mcode/binary_file: rename write routines.Tristan Gingold
2015-08-31Never export declarations of a package body.Tristan Gingold
2015-08-31iirs: block_statement is a ref.Tristan Gingold
2015-08-29Improve error message.Tristan Gingold
2015-08-29Allow allocators in default value of subprogramsTristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
2015-07-17Do not create a transient type for strings.Tristan Gingold
2015-07-15Adjust previous patch: set parent.Tristan Gingold
2015-07-11Defensive code.Tristan Gingold
2015-07-10Avoid duplicate error message.Tristan Gingold
2015-07-10Convert psl assertion to normal assertion if simple expression.Tristan Gingold
2015-06-27Improve code generation of strings.Tristan Gingold
2015-06-12ortho: allow selected element from an union.Tristan Gingold
2015-06-09evaluation: handle fp_literal in build_constant.Tristan Gingold
2015-06-08Fix crash in case of missing configuration.Tristan Gingold
2015-06-07Add suspend_flag.Tristan Gingold
2015-06-05Rework procedure calls, now use a record to pass parameters.Tristan Gingold
2015-06-02Catch duplicated subprogram body.Tristan Gingold
2015-06-02Fix translation of protected types declared in subprograms.Tristan Gingold
2015-06-02Fix simulate backend.Tristan Gingold
2015-05-27Fix regression for expanded names.Tristan Gingold
2015-05-27Avoid a crash for out of range choice in aggregate.Tristan Gingold
2015-05-27Handle signal attribute in declarations. Fix alias of implicit signal.Tristan Gingold
2015-05-27Add comments.Tristan Gingold
2015-05-26Rework of overload resolution in implicit conversions.Tristan Gingold
2015-05-23Preliminary work to support external names (parse, semantic)Tristan Gingold
2015-05-22Restore relaxed semantic for array attribute staticness.Tristan Gingold
2015-05-21Fix location output in elab error messages.Tristan Gingold
2015-05-20Handle to_string for i64 numbers.Tristan Gingold
2015-05-20Fix crash in assert translation for overflow literal.Tristan Gingold
2015-05-20Fix staticness of array attributes.Tristan Gingold
2015-05-20Translation: handle individual association in function call.Tristan Gingold
2015-05-20vhdl 08: allow association of an out signal with an in signal parameter.Tristan Gingold
2015-05-19Fix crash in translation of procedure individual association.Tristan Gingold
2015-05-19Do not consider overriden implicit declaration is reference by selection.Tristan Gingold