summaryrefslogtreecommitdiff
path: root/src/vhdl/translate/trans-chap3.adb
AgeCommit message (Expand)Author
2015-12-20Do not create signal type for scalar type.Tristan Gingold
2015-12-18Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold
2015-09-04Suppress stack switching; save process state in secondary stack.Tristan Gingold
2015-09-02Translate: explicitly clean transient types.Tristan Gingold
2015-08-31mcode/binary_file: rename write routines.Tristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
2015-06-12ortho: allow selected element from an union.Tristan Gingold
2015-03-15ortho_llvm: handle debug info for incomplete access type.Tristan Gingold
2015-01-20Minor rework of overflow in physical units: defer until execution.Tristan Gingold
2014-12-05Fix llvm crash on protected objects.Tristan Gingold
2014-11-22Gen_Call_Type_Builder: use Mnode.Tristan Gingold
2014-11-21Mnode: renaming and comments to clarify.Tristan Gingold
2014-11-17Translate: rewrite concatenation. Now O(n).Tristan Gingold
2014-11-16Translate_Range: use mnodes.Tristan Gingold
2014-11-15Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename.Tristan Gingold
2014-11-11Create_Range_From_Length: use Mnode instead of ptr. Style changes.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold