From: <ato...@us...> - 2011-05-29 05:35:20
|
Revision: 121 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=121&view=rev Author: atomicdog407 Date: 2011-05-29 05:35:14 +0000 (Sun, 29 May 2011) Log Message: ----------- Update clang patches. Added Paths: ----------- cfe/trunk/patches/Driver.diff cfe/trunk/patches/README.txt cfe/trunk/patches/Target.diff cfe/trunk/patches/Targets.116292.diff Removed Paths: ------------- cfe/trunk/patches/Targets.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2011-06-12 05:05:29
|
Revision: 122 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=122&view=rev Author: atomicdog407 Date: 2011-06-12 05:05:23 +0000 (Sun, 12 Jun 2011) Log Message: ----------- tools.svnprops is used by TortoiseSVN to add clang as an external project Modified Paths: -------------- cfe/trunk/patches/README.txt Added Paths: ----------- cfe/trunk/patches/tools.svnprops This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-03-04 21:29:42
|
Revision: 142 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=142&view=rev Author: faluco Date: 2012-03-04 21:29:36 +0000 (Sun, 04 Mar 2012) Log Message: ----------- Initial work to add frontend support for interrupts Added Paths: ----------- cfe/trunk/patches/Attr.diff cfe/trunk/patches/TargetAttributesSema.diff cfe/trunk/patches/TargetInfo.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2012-12-12 08:28:31
|
Revision: 239 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=239&view=rev Author: atomicdog407 Date: 2012-12-12 08:28:19 +0000 (Wed, 12 Dec 2012) Log Message: ----------- update cfe patch Modified Paths: -------------- cfe/trunk/patches/Driver.patch cfe/trunk/patches/interrupt.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2013-06-15 00:23:49
|
Revision: 252 http://sourceforge.net/p/avr-llvm/code/252 Author: faluco Date: 2013-06-15 00:23:45 +0000 (Sat, 15 Jun 2013) Log Message: ----------- Updated clang patches Modified Paths: -------------- cfe/trunk/patches/Targets.diff cfe/trunk/patches/flash.diff cfe/trunk/patches/interrupt.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <fa...@us...> - 2013-07-30 02:04:13
|
Revision: 293 http://sourceforge.net/p/avr-llvm/code/293 Author: faluco Date: 2013-07-30 02:04:12 +0000 (Tue, 30 Jul 2013) Log Message: ----------- - Change doubles to be 32 bits wide like floats. - Sync the interrupt patch with the latest changes. Modified Paths: -------------- cfe/trunk/patches/Targets.diff cfe/trunk/patches/interrupt.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: John M. <ato...@gm...> - 2011-05-29 06:08:39
|
The Driver.diff should only be applied if the only target being built is the AVR. It causes clang to look for avr-gcc instead of gcc. For some reason TortoiseSVN insisted on diff''ing (Target.diff) the whole Targetinfo.cpp file even though it's just a few lines (stub) that were changed. |