summaryrefslogtreecommitdiff
path: root/src/vhdl/translate
AgeCommit message (Expand)Author
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
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-16Recognize some ieee.std_logic_1164 functions.Tristan Gingold
2014-12-16translation: give full path for to debug filename.Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-12-14reduce size of enumeration_literal.Tristan Gingold
2014-12-14iirs: reduce size of interface objects.Tristan Gingold
2014-12-14iirs: reduce size of signal_declaration.Tristan Gingold
2014-12-14Put attribute_value_chain in parent.Tristan Gingold
2014-12-13rtis: add source location for blocks and object. Use them in fst dumper.Tristan Gingold
2014-12-05Fix llvm crash on protected objects.Tristan Gingold
2014-11-29Allow -frelaxed-rules for v87 designsTristan Gingold
2014-11-27translate: fix dichotomy upper bound.Tristan Gingold
2014-11-22Gen_Call_Type_Builder: use Mnode.Tristan Gingold
2014-11-21concatenation: remove unused left over.Tristan Gingold
2014-11-21Mnode: renaming and comments to clarify.Tristan Gingold
2014-11-20trans-chap9: fix invalid generation of ortho code.Tristan Gingold
2014-11-17Translate: rewrite concatenation. Now O(n).Tristan Gingold
2014-11-16Translate_Range: use mnodes.Tristan Gingold
2014-11-16Translate_Range_Expression_Ptr: use Mnode and rename.Tristan Gingold
2014-11-15Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename.Tristan Gingold
2014-11-15translate_expression: handle implicit type for aggregate.Tristan Gingold
2014-11-11Create_Range_From_Length: use Mnode instead of ptr. Style changes.Tristan Gingold
2014-11-11Style changes.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold
2014-11-09Refactoring of translation, part 1/NTristan Gingold
2014-11-05Move translate and simulate.Tristan Gingold