index
:
ghdl/.git
master
VHDL 2008/93/87 simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vhdl
Age
Commit message (
Expand
)
Author
2015-06-02
Fix simulate backend.
Tristan Gingold
2015-05-27
Fix regression for expanded names.
Tristan Gingold
2015-05-27
Avoid a crash for out of range choice in aggregate.
Tristan Gingold
2015-05-27
Handle signal attribute in declarations. Fix alias of implicit signal.
Tristan Gingold
2015-05-27
Add comments.
Tristan Gingold
2015-05-26
Rework of overload resolution in implicit conversions.
Tristan Gingold
2015-05-23
Preliminary work to support external names (parse, semantic)
Tristan Gingold
2015-05-22
Restore relaxed semantic for array attribute staticness.
Tristan Gingold
2015-05-21
Fix location output in elab error messages.
Tristan Gingold
2015-05-20
Handle to_string for i64 numbers.
Tristan Gingold
2015-05-20
Fix crash in assert translation for overflow literal.
Tristan Gingold
2015-05-20
Fix staticness of array attributes.
Tristan Gingold
2015-05-20
Translation: handle individual association in function call.
Tristan Gingold
2015-05-20
vhdl 08: allow association of an out signal with an in signal parameter.
Tristan Gingold
2015-05-19
Fix crash in translation of procedure individual association.
Tristan Gingold
2015-05-19
Do not consider overriden implicit declaration is reference by selection.
Tristan Gingold
2015-05-19
Array attribute: handle non-static function call prefix.
Tristan Gingold
2015-05-17
Fix overload resolution case from ticket 67.
Tristan Gingold
2015-05-17
error: fix double colon in error message (from previous commit).
Tristan Gingold
2015-05-17
errors: remove error_msg and warning_msg.
Tristan Gingold
2015-05-16
Give priority to function calls without implicit conversion.
Tristan Gingold
2015-05-16
Preliminary work to refine overload disambiguation.
Tristan Gingold
2015-05-15
type_conversion: use constraint_state instead of kind.
Tristan Gingold
2015-05-15
Pure errors are warnings in relaxed rules.
Tristan Gingold
2015-05-15
Check enumeration overflow for succ/pred attributes.
Tristan Gingold
2015-05-15
vhdl 00+: allow non-protected shared variables with -frelaxed-rules
Tristan Gingold
2015-05-14
Avoid a crash for incorrect allocator.
Tristan Gingold
2015-05-14
Handle evaluation of to_string for enumeration and integer types.
Tristan Gingold
2015-05-14
vhdl 2008: allow to read out ports.
Tristan Gingold
2015-05-13
vhdl 08: implement 4.2 rules: no access/file type in return subtype.
Tristan Gingold
2015-05-13
Change library format: now store file checksum instead of file time stamp.
Tristan Gingold
2015-05-12
Add ieee context files.
Tristan Gingold
2015-05-12
Always report pure rules violation, but as a warning in 93c or -frelaxed-rules
Tristan Gingold
2015-05-12
do not consider function call as a prefix of expanded name.
Tristan Gingold
2015-05-12
Fix crash after call to function without enough parameters.
Tristan Gingold
2015-05-12
Fix translation for context declaration for gcc/llvm.
Tristan Gingold
2015-05-12
aliases: avoid crash in case of mismatch between function and procedure.
Tristan Gingold
2015-05-12
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-11
Allow generic without default values in top-level entity.
Tristan Gingold
2015-05-11
Fix thinko: reject incorrect association (positionnal match followed by
Tristan Gingold
2015-05-11
Fix use of condition operator in case of overload.
Tristan Gingold
2015-05-10
vhdl 08: handle boolean subtype for conditional expressions.
Tristan Gingold
2015-05-10
Correctly handle overload of subprogram in presence of subprogram alias.
Tristan Gingold
2015-05-09
Rename Get_Location_Str to Image.
Tristan Gingold
2015-05-09
Report incorrect use of 'Base.
Tristan Gingold
2015-05-09
Avoid crash if name of subprogram also denotes a non-subprogram declaration.
Tristan Gingold
2015-03-31
Fix entity instantiation with extended identifier.
Tristan Gingold
2015-03-15
ortho_llvm: handle debug info for incomplete access type.
Tristan Gingold
2015-03-14
Disable overflow checks in Eval_Discrete_Range_Length.
Tristan Gingold
2015-03-14
procedure call: avoid crash with individual associations and signals.
Tristan Gingold
[next]