You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(14) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(9) |
Feb
(8) |
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(11) |
Nov
(9) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(11) |
May
(2) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(2) |
2012 |
Jan
|
Feb
(9) |
Mar
(24) |
Apr
(5) |
May
(10) |
Jun
(16) |
Jul
(22) |
Aug
(13) |
Sep
(3) |
Oct
(4) |
Nov
(1) |
Dec
(10) |
2013 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(23) |
Jul
(29) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <fa...@us...> - 2011-11-30 20:44:02
|
Revision: 125 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=125&view=rev Author: faluco Date: 2011-11-30 20:43:56 +0000 (Wed, 30 Nov 2011) Log Message: ----------- patch file for custom code in the register allocator Added Paths: ----------- llvm/trunk/patches/RegAllocGreedy.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2011-06-19 04:14:27
|
Revision: 124 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=124&view=rev Author: atomicdog407 Date: 2011-06-19 04:14:15 +0000 (Sun, 19 Jun 2011) Log Message: ----------- Keep src compilable with ToT of llvm. Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRMCInstLower.cpp llvm/trunk/AVR/AVRRegisterInfo.cpp llvm/trunk/AVR/AVRRegisterInfo.h llvm/trunk/AVR/AVRRegisterInfo.td 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:55:06
|
Revision: 123 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=123&view=rev Author: atomicdog407 Date: 2011-06-12 05:55:00 +0000 (Sun, 12 Jun 2011) Log Message: ----------- Update README. Modified Paths: -------------- llvm/trunk/README 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: 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. |
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-04-24 21:37:01
|
Revision: 120 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=120&view=rev Author: atomicdog407 Date: 2011-04-24 21:36:55 +0000 (Sun, 24 Apr 2011) Log Message: ----------- Corrected CMakeLists.txt. The makefile wasn't being generated properly causing build errors. Modified Paths: -------------- llvm/trunk/AVR/CMakeLists.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2011-04-24 05:53:17
|
Revision: 119 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=119&view=rev Author: atomicdog407 Date: 2011-04-24 05:53:11 +0000 (Sun, 24 Apr 2011) Log Message: ----------- Removed llvm-gcc-4.2 directory since it is deprecated (replaced by dragonegg). Update Triple.diff to fix conflict when applying patch. Modified Paths: -------------- llvm/trunk/patches/Triple.diff Removed Paths: ------------- llvm-gcc-4.2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2011-04-20 17:14:24
|
Revision: 118 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=118&view=rev Author: atomicdog407 Date: 2011-04-20 17:14:18 +0000 (Wed, 20 Apr 2011) Log Message: ----------- Branch of avr-llvm Rev 116 which will compile along with LLVM svn revision 129845(3.0svn) Revision Links: -------------- http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=116&view=rev http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=129845&view=rev Added Paths: ----------- llvm/branches/snapshot_r129845/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2011-04-18 22:34:10
|
Revision: 117 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=117&view=rev Author: atomicdog407 Date: 2011-04-18 22:34:04 +0000 (Mon, 18 Apr 2011) Log Message: ----------- correct patch file Added Paths: ----------- llvm/trunk/patches/SelectionDAGBuilder.diff Removed Paths: ------------- llvm/trunk/patches/SelectionDAG.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2011-04-18 06:06:42
|
Revision: 116 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=116&view=rev Author: atomicdog407 Date: 2011-04-18 06:06:36 +0000 (Mon, 18 Apr 2011) Log Message: ----------- Add dragonegg skeleton Added Paths: ----------- dragonegg/trunk/include/ dragonegg/trunk/include/avr/ dragonegg/trunk/include/avr/dragonegg/ dragonegg/trunk/include/avr/dragonegg/Target.h dragonegg/trunk/src/ dragonegg/trunk/src/avr/ dragonegg/trunk/src/avr/Target.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2011-04-18 05:28:37
|
Revision: 115 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=115&view=rev Author: atomicdog407 Date: 2011-04-18 05:28:31 +0000 (Mon, 18 Apr 2011) Log Message: ----------- Add dragonegg skeleton Added Paths: ----------- dragonegg/ dragonegg/trunk/ dragonegg/trunk/gcc-patches/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2011-04-18 03:36:04
|
Revision: 114 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=114&view=rev Author: atomicdog407 Date: 2011-04-18 03:35:58 +0000 (Mon, 18 Apr 2011) Log Message: ----------- The AVR triple was missing in some functions, so it wasn't being parsed properly Modified Paths: -------------- llvm/trunk/patches/Triple.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2011-04-16 22:14:12
|
Revision: 113 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=113&view=rev Author: atomicdog407 Date: 2011-04-16 22:14:06 +0000 (Sat, 16 Apr 2011) Log Message: ----------- Update patch files Modified Paths: -------------- llvm/trunk/README llvm/trunk/patches/CMake.diff llvm/trunk/patches/README llvm/trunk/patches/Triple.diff llvm/trunk/patches/configure.ac.diff llvm/trunk/patches/genCmakeLLVMLibDeps.sh llvm/trunk/patches/replace/cmake/modules/LLVMLibDeps.cmake llvm/trunk/patches/replace/configure Added Paths: ----------- llvm/trunk/patches/SelectionDAG.diff llvm/trunk/patches/TargetCallingConv.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2011-04-05 20:00:18
|
Revision: 112 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=112&view=rev Author: faluco Date: 2011-04-05 20:00:12 +0000 (Tue, 05 Apr 2011) Log Message: ----------- Updated TODO list to include the new features added, this in preparation for a major code overhaul. Modified Paths: -------------- llvm/trunk/AVR/TODO.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2011-04-04 04:08:25
|
Revision: 111 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=111&view=rev Author: atomicdog407 Date: 2011-04-04 04:08:18 +0000 (Mon, 04 Apr 2011) Log Message: ----------- LLVM refactoring. Missed an include file change. Not sure why it compiled on linux but not VS. Modified Paths: -------------- llvm/trunk/AVR/AVRTargetMachine.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2011-04-02 03:34:08
|
Revision: 110 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=110&view=rev Author: atomicdog407 Date: 2011-04-02 03:34:00 +0000 (Sat, 02 Apr 2011) Log Message: ----------- Match LLVM refactoring Modified Paths: -------------- llvm/trunk/AVR/AVRAsmPrinter.cpp llvm/trunk/AVR/AVRISelDAGToDAG.cpp llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRISelLowering.h llvm/trunk/AVR/AVRInstrInfo.td llvm/trunk/AVR/AVRMCAsmInfo.cpp llvm/trunk/AVR/AVRTargetMachine.cpp llvm/trunk/AVR/AVRTargetMachine.h llvm/trunk/AVR/CMakeLists.txt llvm/trunk/AVR/InstPrinter/AVRInstPrinter.h Added Paths: ----------- llvm/trunk/AVR/AVRFrameLowering.cpp llvm/trunk/AVR/AVRFrameLowering.h Removed Paths: ------------- llvm/trunk/AVR/AVRFrameInfo.cpp llvm/trunk/AVR/AVRFrameInfo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-11-20 04:30:19
|
Revision: 109 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=109&view=rev Author: atomicdog407 Date: 2010-11-20 04:30:13 +0000 (Sat, 20 Nov 2010) Log Message: ----------- Match LLVM trunk refactoring (r119740) Modified Paths: -------------- llvm/trunk/AVR/AVRFrameInfo.cpp llvm/trunk/AVR/AVRFrameInfo.h llvm/trunk/AVR/AVRRegisterInfo.cpp llvm/trunk/AVR/AVRRegisterInfo.h llvm/trunk/AVR/CMakeLists.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-11-17 05:06:52
|
Revision: 108 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=108&view=rev Author: atomicdog407 Date: 2010-11-17 05:06:46 +0000 (Wed, 17 Nov 2010) Log Message: ----------- Match LLVM refactoring (rev 119097) Revision Links: -------------- http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=119097&view=rev Modified Paths: -------------- llvm/trunk/AVR/AVRRegisterInfo.cpp llvm/trunk/AVR/AVRRegisterInfo.h llvm/trunk/AVR/AVRTargetMachine.cpp llvm/trunk/AVR/AVRTargetMachine.h Added Paths: ----------- llvm/trunk/AVR/AVRFrameInfo.cpp llvm/trunk/AVR/AVRFrameInfo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-11-04 04:50:13
|
Revision: 107 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=107&view=rev Author: atomicdog407 Date: 2010-11-04 04:50:07 +0000 (Thu, 04 Nov 2010) Log Message: ----------- Update include path for Makefile and AVRAsmPrinter.cpp Modified Paths: -------------- llvm/trunk/AVR/AVRAsmPrinter.cpp llvm/trunk/AVR/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-11-04 04:10:05
|
Revision: 106 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=106&view=rev Author: atomicdog407 Date: 2010-11-04 04:09:59 +0000 (Thu, 04 Nov 2010) Log Message: ----------- rename AsmPrinter to InstPrinter Added Paths: ----------- llvm/trunk/AVR/InstPrinter/ Removed Paths: ------------- llvm/trunk/AVR/AsmPrinter/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-11-04 04:00:05
|
Revision: 105 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=105&view=rev Author: atomicdog407 Date: 2010-11-04 03:59:59 +0000 (Thu, 04 Nov 2010) Log Message: ----------- merge 2.8 branch back into trunk Modified Paths: -------------- llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.h llvm/trunk/AVR/AsmPrinter/CMakeLists.txt llvm/trunk/AVR/CMakeLists.txt Added Paths: ----------- llvm/trunk/AVR/AVRAsmPrinter.cpp llvm/trunk/AVR/AVRMCInstLower.cpp llvm/trunk/AVR/AVRMCInstLower.h Removed Paths: ------------- llvm/trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRMCInstLower.cpp llvm/trunk/AVR/AsmPrinter/AVRMCInstLower.h Property Changed: ---------------- llvm/trunk/AVR/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-11-04 03:29:38
|
Revision: 104 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=104&view=rev Author: atomicdog407 Date: 2010-11-04 03:29:32 +0000 (Thu, 04 Nov 2010) Log Message: ----------- removed include causing cyclical dep error Modified Paths: -------------- llvm/branches/release_28/AVR/AsmPrinter/AVRInstPrinter.cpp llvm/branches/release_28/AVR/AsmPrinter/AVRInstPrinter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: John M. <ato...@gm...> - 2010-11-01 04:04:07
|
I will merge this back into trunk once I figure out why it builds fine with *cmake* but* not *with *configure*. |
From: <ato...@us...> - 2010-11-01 03:36:22
|
Revision: 103 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=103&view=rev Author: atomicdog407 Date: 2010-11-01 03:36:16 +0000 (Mon, 01 Nov 2010) Log Message: ----------- Refactored folder & file structure of AsmPrinter/MC to version 2.8. Matched x86/ARM targets which seem to be the most up to date. Modified Paths: -------------- llvm/branches/release_28/AVR/AsmPrinter/CMakeLists.txt llvm/branches/release_28/AVR/CMakeLists.txt Added Paths: ----------- llvm/branches/release_28/AVR/AVRAsmPrinter.cpp llvm/branches/release_28/AVR/AVRMCInstLower.cpp llvm/branches/release_28/AVR/AVRMCInstLower.h llvm/branches/release_28/patches/ llvm/branches/release_28/patches/LLVMLibDeps.cmake Removed Paths: ------------- llvm/branches/release_28/AVR/AsmPrinter/AVRAsmPrinter.cpp llvm/branches/release_28/AVR/AsmPrinter/AVRMCInstLower.cpp llvm/branches/release_28/AVR/AsmPrinter/AVRMCInstLower.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |