aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Collapse)AuthorAgeFilesLines
...
* Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold2015-03-016-39/+36
|
* Fix typos in grt and translation.adb for vhdl2008 (gcc).Tristan Gingold2015-01-241-1/+1
|
* Translate: fix thinko for implicit conversion after conversion in assoc.Tristan Gingold2015-01-212-29/+32
|
* sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.Tristan Gingold2015-01-201-0/+1
|
* Minor rework of overflow in physical units: defer until execution.Tristan Gingold2015-01-202-79/+37
|
* Keep and handle simple name for Block_Specification.Tristan Gingold2015-01-163-582/+578
|
* Fix ticket #29: add instance label in created symbols name.Tristan Gingold2015-01-111-1/+3
|
* Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold2015-01-102-4/+8
|
* vhdl08: block configuration for if-generate statements.Tristan Gingold2015-01-101-2/+4
|
* Handle vhdl08 if generate statementsTristan Gingold2015-01-074-381/+596
|
* Rework for vhdl08 generate: change rtis.Tristan Gingold2015-01-043-83/+196
|
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-033-250/+342
|
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-316-53/+53
|
* Rework string literals: store literals position.Tristan Gingold2014-12-294-86/+27
|
* Recognize some ieee.std_logic_1164 functions.Tristan Gingold2014-12-161-1/+1
|
* translation: give full path for to debug filename.Tristan Gingold2014-12-161-2/+9
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-157-76/+64
|
* reduce size of enumeration_literal.Tristan Gingold2014-12-141-1/+10
|
* iirs: reduce size of interface objects.Tristan Gingold2014-12-141-1/+0
|
* iirs: reduce size of signal_declaration.Tristan Gingold2014-12-141-3/+9
|
* Put attribute_value_chain in parent.Tristan Gingold2014-12-141-12/+4
|
* rtis: add source location for blocks and object. Use them in fst dumper.Tristan Gingold2014-12-133-31/+100
|
* Fix llvm crash on protected objects.Tristan Gingold2014-12-054-20/+24
|
* Allow -frelaxed-rules for v87 designsTristan Gingold2014-11-291-1/+1
|
* translate: fix dichotomy upper bound.Tristan Gingold2014-11-271-1/+1
|
* Gen_Call_Type_Builder: use Mnode.Tristan Gingold2014-11-224-119/+53
|
* concatenation: remove unused left over.Tristan Gingold2014-11-212-266/+1
|
* Mnode: renaming and comments to clarify.Tristan Gingold2014-11-213-108/+125
|
* trans-chap9: fix invalid generation of ortho code.Tristan Gingold2014-11-201-4/+5
|
* Translate: rewrite concatenation. Now O(n).Tristan Gingold2014-11-174-180/+536
|
* Translate_Range: use mnodes.Tristan Gingold2014-11-165-81/+64
|
* Translate_Range_Expression_Ptr: use Mnode and rename.Tristan Gingold2014-11-161-37/+32
|
* Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename.Tristan Gingold2014-11-153-61/+48
|
* translate_expression: handle implicit type for aggregate.Tristan Gingold2014-11-151-6/+10
|
* Create_Range_From_Length: use Mnode instead of ptr. Style changes.Tristan Gingold2014-11-115-101/+94
|
* Style changes.Tristan Gingold2014-11-111-232/+147
|
* Split translation into child packages.Tristan Gingold2014-11-0933-26270/+26972
|
* Refactoring of translation, part 1/NTristan Gingold2014-11-093-3653/+3854
|
* Move translate and simulate.Tristan Gingold2014-11-059-0/+32638