summaryrefslogtreecommitdiff
path: root/src/vhdl/translate
AgeCommit message (Expand)Author
2016-01-27translation: use Tables instead of GNAT.Table.Tristan Gingold
2016-01-16Add support for conditional assignments.Tristan Gingold
2016-01-11Set type staticness for a constant declaration and attribute specification.Tristan Gingold
2016-01-09Reorder fields in signals for alignment.Tristan Gingold
2016-01-06if/else: add debug line for elsif part.Tristan Gingold
2015-12-20Do not create signal type for scalar type.Tristan Gingold
2015-12-18Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold
2015-12-16avoid a crash if --elab without -l.Tristan Gingold
2015-11-17Allow concatenation of element whose type is an array with non-static boundsTristan Gingold
2015-10-01trans-chap2.adb: fix uninitialized variable.Tristan Gingold
2015-09-26Fix regression from states.Tristan Gingold
2015-09-15trans-rtis: fix uninitialized field (that could result in a crash).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-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-06-27Improve code generation of strings.Tristan Gingold
2015-06-12ortho: allow selected element from an union.Tristan Gingold
2015-06-05Rework procedure calls, now use a record to pass parameters.Tristan Gingold
2015-06-02Fix translation of protected types declared in subprograms.Tristan Gingold
2015-05-27Handle signal attribute in declarations. Fix alias of implicit signal.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-20Translation: handle individual association in function call.Tristan Gingold
2015-05-19Fix crash in translation of procedure individual association.Tristan Gingold
2015-05-15Check enumeration overflow for succ/pred attributes.Tristan Gingold
2015-05-13Change library format: now store file checksum instead of file time stamp.Tristan Gingold
2015-05-12Fix translation for context declaration for gcc/llvm.Tristan Gingold
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2015-05-11Allow generic without default values in top-level entity.Tristan Gingold
2015-03-31Fix entity instantiation with extended identifier.Tristan Gingold
2015-03-15ortho_llvm: handle debug info for incomplete access type.Tristan Gingold
2015-03-01Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold
2015-01-24Fix typos in grt and translation.adb for vhdl2008 (gcc).Tristan Gingold
2015-01-21Translate: fix thinko for implicit conversion after conversion in assoc.Tristan Gingold
2015-01-20sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.Tristan Gingold
2015-01-20Minor rework of overflow in physical units: defer until execution.Tristan Gingold
2015-01-16Keep and handle simple name for Block_Specification.Tristan Gingold
2015-01-11Fix ticket #29: add instance label in created symbols name.Tristan Gingold
2015-01-10Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold
2015-01-10vhdl08: block configuration for if-generate statements.Tristan Gingold
2015-01-07Handle vhdl08 if generate statementsTristan Gingold
2015-01-04Rework for vhdl08 generate: change rtis.Tristan Gingold
2015-01-03Initial rework for vhdl 2008 generate statements.Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold