summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-06-09ghdldrv: compile elab file in output directory.Tristan Gingold
2015-06-08ghdldrv: use output name for creating the elaboration files.Tristan Gingold
2015-06-08Fix crash in case of missing configuration.Tristan Gingold
2015-06-07Initial support of DragonFly.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-05ortho/debug: detect too many associations.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-06-02files_map: add normalize_pathnameTristan Gingold
2015-05-30write: do not implicitely append LF.Tristan Gingold
2015-05-28Fix llvm link on darwin (set no_compat_unwind).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-25Fix llvm build (add cxxflags).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-21Use cxx compiler to link llvm executable.Tristan Gingold
2015-05-21Fix location output in elab error messages.Tristan Gingold
2015-05-21Rework exit handling to correctly report exit status.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-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