summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-19llvm: do not forget new type in no-op conversion.Tristan Gingold
2015-05-19Do not consider overriden implicit declaration is reference by selection.Tristan Gingold
2015-05-19Array attribute: handle non-static function call prefix.Tristan 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-16Give priority to function calls without implicit conversion.Tristan Gingold
2015-05-16Preliminary work to refine overload disambiguation.Tristan Gingold
2015-05-15type_conversion: use constraint_state instead of kind.Tristan Gingold
2015-05-15Pure errors are warnings in relaxed rules.Tristan Gingold
2015-05-15Check enumeration overflow for succ/pred attributes.Tristan Gingold
2015-05-15vhdl 00+: allow non-protected shared variables with -frelaxed-rulesTristan Gingold
2015-05-14Avoid a crash for incorrect allocator.Tristan Gingold
2015-05-14Handle evaluation of to_string for enumeration and integer types.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-13Change library format: now store file checksum instead of file time stamp.Tristan Gingold
2015-05-13Remove Get_File_Time_Stamp for a filename.Tristan Gingold
2015-05-12Add ieee context files.Tristan Gingold
2015-05-12Always report pure rules violation, but as a warning in 93c or -frelaxed-rulesTristan Gingold
2015-05-12do not consider function call as a prefix of expanded name.Tristan Gingold
2015-05-12Fix crash after call to function without enough parameters.Tristan Gingold
2015-05-12Fix translation for context declaration for gcc/llvm.Tristan Gingold
2015-05-12aliases: avoid crash in case of mismatch between function and procedure.Tristan Gingold
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2015-05-11ghdldrv: support absolute path with --elab-run.Tristan Gingold
2015-05-11Allow generic without default values in top-level entity.Tristan Gingold
2015-05-11Fix thinko: reject incorrect association (positionnal match followed byTristan Gingold
2015-05-11Fix use of condition operator in case of overload.Tristan Gingold
2015-05-10vhdl 08: handle boolean subtype for conditional expressions.Tristan Gingold
2015-05-10Add missing psl files.Tristan Gingold
2015-05-10Correctly handle overload of subprogram in presence of subprogram alias.Tristan Gingold
2015-05-10psl: add generated files.Tristan Gingold
2015-05-10Regenerate psl-dump_tree.adb. Fix build failure (ticket 42).Tristan Gingold
2015-05-09Rename Get_Location_Str to Image.Tristan Gingold
2015-05-09Report incorrect use of 'Base.Tristan Gingold
2015-05-09Avoid crash if name of subprogram also denotes a non-subprogram declaration.Tristan Gingold
2015-05-09Add --keep-order switch.Tristan Gingold
2015-03-31Fix entity instantiation with extended identifier.Tristan Gingold
2015-03-22ortho_llvm: handle more unreach cases.Tristan Gingold
2015-03-21ortho_llvm: fix new_alloca when first instruction of a basic block.Tristan Gingold
2015-03-21ortho_llvm: fix conversion from float to integer.Tristan Gingold
2015-03-20llvm: Add -O as alias of -O1Tristan Gingold
2015-03-15ortho_llvm: handle debug info for incomplete access type.Tristan Gingold
2015-03-14generic override: handle enumerated types.Tristan Gingold
2015-03-14Disable overflow checks in Eval_Discrete_Range_Length.Tristan Gingold
2015-03-14procedure call: avoid crash with individual associations and signals.Tristan Gingold