summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-19Testcase for ticket 73.Tristan Gingold
2015-05-19Fix crash in translation of procedure individual association.Tristan Gingold
Fix ticket 73.
2015-05-19llvm: do not forget new type in no-op conversion.Tristan Gingold
Fix ticket 70.
2015-05-19testcase for ticket 69.Tristan Gingold
2015-05-19Do not consider overriden implicit declaration is reference by selection.Tristan Gingold
Fix ticket 69.
2015-05-19Testcase for ticket 70.Tristan Gingold
2015-05-19Testcase for ticket68Tristan Gingold
2015-05-19Array attribute: handle non-static function call prefix.Tristan Gingold
Fix ticket68.
2015-05-17Testcase for ticket 67Tristan Gingold
2015-05-17Fix overload resolution case from ticket 67.Tristan Gingold
2015-05-17error: fix double colon in error message (from previous commit).Tristan Gingold
2015-05-17errors: remove error_msg and warning_msg.Tristan Gingold
2015-05-16Testcase for ticket 64.Tristan Gingold
2015-05-16Give priority to function calls without implicit conversion.Tristan Gingold
Fix ticket 64.
2015-05-16Preliminary work to refine overload disambiguation.Tristan Gingold
2015-05-15Testcase for ticket66.Tristan Gingold
2015-05-15type_conversion: use constraint_state instead of kind.Tristan Gingold
Fix ticket 66.
2015-05-15Pure errors are warnings in relaxed rules.Tristan Gingold
2015-05-15Testcase for ticket 65.Tristan Gingold
2015-05-15Check enumeration overflow for succ/pred attributes.Tristan Gingold
Translate 'Leftof and 'Rightof. Fix ticket 65.
2015-05-15Testcase for ticket 62.Tristan Gingold
2015-05-15vhdl 00+: allow non-protected shared variables with -frelaxed-rulesTristan Gingold
Implements ticket 62.
2015-05-14Testcase for ticket 63.Tristan Gingold
2015-05-14Avoid a crash for incorrect allocator.Tristan Gingold
Fix ticket 63
2015-05-14Testcase for ticket 61.Tristan Gingold
2015-05-14Handle evaluation of to_string for enumeration and integer types.Tristan Gingold
Handled extended names for to_string. Fix ticket 61.
2015-05-14Testcase for ticket 52.Tristan Gingold
2015-05-14vhdl 2008: allow to read out ports.Tristan Gingold
2015-05-13vhdl 08: implement 4.2 rules: no access/file type in return subtype.Tristan Gingold
2015-05-13Add ieee context files.Tristan Gingold
2015-05-13Ticket 48 testcase.Tristan Gingold
2015-05-13Change library format: now store file checksum instead of file time stamp.Tristan Gingold
For ticket 48.
2015-05-13Remove Get_File_Time_Stamp for a filename.Tristan Gingold
Preliminary work for ticket 48.
2015-05-12Add ieee context files.Tristan Gingold
2015-05-12Testcase for ticket 57.Tristan Gingold
2015-05-12Always report pure rules violation, but as a warning in 93c or -frelaxed-rulesTristan Gingold
For ticket 57.
2015-05-12Testcase for ticket 59.Tristan Gingold
2015-05-12do not consider function call as a prefix of expanded name.Tristan Gingold
Fix ticket 59.
2015-05-12Testcase for ticket 56.Tristan Gingold
2015-05-12Fix crash after call to function without enough parameters.Tristan Gingold
Fix ticket 56.
2015-05-12Testcase for ticket58.Tristan Gingold
2015-05-12Fix translation for context declaration for gcc/llvm.Tristan Gingold
Fix ticket 58.
2015-05-12Testcase for ticket55.Tristan Gingold
2015-05-12aliases: avoid crash in case of mismatch between function and procedure.Tristan Gingold
Fix ticket 55.
2015-05-12Add tests for context declaration (ticket53).Tristan Gingold
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2015-05-11Testcase for ticket 51.Tristan Gingold
2015-05-11ghdldrv: support absolute path with --elab-run.Tristan Gingold
Implement ticket 51.
2015-05-11Test for ticket 47.Tristan Gingold
2015-05-11Allow generic without default values in top-level entity.Tristan Gingold
Implement ticket #47.