aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap7.adb
Commit message (Collapse)AuthorAgeFilesLines
* Handle to_string for i64 numbers.Tristan Gingold2015-05-201-0/+4
| | | | Fix ticket 76
* Translation: handle individual association in function call.Tristan Gingold2015-05-201-93/+2
| | | | | | Factorize code. Fix ticket 74.
* Check enumeration overflow for succ/pred attributes.Tristan Gingold2015-05-151-1/+3
| | | | | | Translate 'Leftof and 'Rightof. Fix ticket 65.
* 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-201-77/+36
|
* Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold2015-01-101-2/+4
|
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-2/+2
|
* Rework string literals: store literals position.Tristan Gingold2014-12-291-76/+21
|
* Recognize some ieee.std_logic_1164 functions.Tristan Gingold2014-12-161-1/+1
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-23/+18
|
* reduce size of enumeration_literal.Tristan Gingold2014-12-141-1/+10
|
* Allow -frelaxed-rules for v87 designsTristan Gingold2014-11-291-1/+1
|
* Gen_Call_Type_Builder: use Mnode.Tristan Gingold2014-11-221-2/+1
|
* concatenation: remove unused left over.Tristan Gingold2014-11-211-265/+1
|
* Translate: rewrite concatenation. Now O(n).Tristan Gingold2014-11-171-74/+532
|
* Translate_Range: use mnodes.Tristan Gingold2014-11-161-60/+44
|
* 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-151-52/+43
|
* 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-111-48/+42
|
* Style changes.Tristan Gingold2014-11-111-232/+147
|
* Split translation into child packages.Tristan Gingold2014-11-091-0/+5802