From: <fa...@us...> - 2013-07-19 20:19:38
|
Revision: 273 http://sourceforge.net/p/avr-llvm/code/273 Author: faluco Date: 2013-07-19 20:19:34 +0000 (Fri, 19 Jul 2013) Log Message: ----------- - Update the Targets.diff patch to configure more data alignment types. While there removed some unused functions. - Add a new patch that disables over aligning for 64 bit data types to a 16 byte boundary. For AVR this wastes too much memory and doesn't benefit from any performance gains. Users can still specify their own custom alignment with attributes if they want to override the 1 byte alignment. Modified Paths: -------------- cfe/trunk/patches/Targets.diff cfe/trunk/patches/doPatch.sh cfe/trunk/patches/tryPatch.sh Added Paths: ----------- cfe/trunk/patches/OverAlignment.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |