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: <ato...@us...> - 2009-12-06 06:03:37
|
Revision: 53 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=53&view=rev Author: atomicdog407 Date: 2009-12-06 06:03:30 +0000 (Sun, 06 Dec 2009) Log Message: ----------- - Coding style format cleanup - add AVRInstrInfo::isMoveInstr() Modified Paths: -------------- llvm/trunk/AVR/AVRInstrInfo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-12-06 05:21:39
|
Revision: 52 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=52&view=rev Author: atomicdog407 Date: 2009-12-06 05:21:30 +0000 (Sun, 06 Dec 2009) Log Message: ----------- a few spelling corrections Modified Paths: -------------- llvm/trunk/docs/devel.html llvm/trunk/docs/gettingstarted.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-12-05 20:39:32
|
Revision: 51 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=51&view=rev Author: atomicdog407 Date: 2009-12-05 20:39:09 +0000 (Sat, 05 Dec 2009) Log Message: ----------- - Coding style format cleanup - change .globl -> .global README: add example of MS VS++ CMake build Modified Paths: -------------- llvm/trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp llvm/trunk/README This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <joe...@us...> - 2009-12-02 21:14:43
|
Revision: 50 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=50&view=rev Author: joeezapster Date: 2009-12-02 21:14:34 +0000 (Wed, 02 Dec 2009) Log Message: ----------- - new folder structure (trunk, tags, branches moved to llvm subfolder) - configure.diff replaced by configure - docs edited - can now lower ret integer (tc: reti8.ll) Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRInstrInfo.cpp llvm/trunk/docs/devel.html llvm/trunk/docs/gettingstarted.html llvm/trunk/testcases/reti8.ll Added Paths: ----------- cfe/ cfe/trunk/ llvm/ llvm/branches/ llvm/tags/ llvm/trunk/ llvm/trunk/patches/configure llvm/trunk/testcases/add1.c llvm/trunk/testcases/add1.ll llvm/trunk/testcases/reti8.c llvm-gcc-4.2/ llvm-gcc-4.2/trunk/ Removed Paths: ------------- branches/ llvm/trunk/patches/configure.diff tags/ trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Weddington, E. <Eri...@at...> - 2009-12-02 15:47:08
|
Agreed! Excellent! :-) > -----Original Message----- > From: John Myers [mailto:ato...@gm...] > Sent: Wednesday, December 02, 2009 12:22 AM > To: joe...@us... > Cc: avr...@li... > Subject: Re: [avr-llvm-commits] SF.net SVN: avr-llvm:[48] trunk > > Awesome, great job! > > > > > On Tue, Dec 1, 2009 at 3:19 PM, > <joe...@us...> wrote: > > > Revision: 48 > > http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=48&view=rev > Author: joeezapster > Date: 2009-12-01 23:19:40 +0000 (Tue, 01 Dec 2009) > > Log Message: > ----------- > avr-llvm compiles plain funktions! > > - documentation: drafts added > - lowering: can lower functions without argument > - lowering: can lower return void > - instructioninfo: instructions added (ret,call,...) > - testcase: testcases added > > able to compile testcase/retvoid.ll: > > $ Debug/bin/llvm-as ../avr-llvm/trunk/testcases/retvoid.ll > $ Debug/bin/llc ../avr-llvm/trunk/testcases/retvoid.bc > > Modified Paths: > -------------- > trunk/AVR/AVRISelLowering.cpp > trunk/AVR/AVRInstrInfo.td > trunk/AVR/AVRRegisterInfo.cpp > trunk/patches/CMake/CMake.diff > > Added Paths: > ----------- > trunk/docs/devel.html > trunk/docs/gettingstarted.html > trunk/docs/style.css > trunk/testcases/ > trunk/testcases/reti8.ll > trunk/testcases/retvoid.ll > > Removed Paths: > ------------- > trunk/docs/abi.css > trunk/docs/abi.html > trunk/docs/img1.png > trunk/docs/img2.png > > > This was sent by the SourceForge.net collaborative > development platform, the world's largest Open Source > development site. > > > -------------------------------------------------------------- > ---------------- > Join us December 9, 2009 for the Red Hat Virtual Experience, > a free event focused on virtualization and cloud computing. > Attend in-depth sessions from your desk. Your couch. Anywhere. > http://p.sf.net/sfu/redhat-sfdev2dev > _______________________________________________ > avr-llvm-commits mailing list > avr...@li... > https://lists.sourceforge.net/lists/listinfo/avr-llvm-commits > > > > |
From: <ato...@us...> - 2009-12-02 07:26:40
|
Revision: 49 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=49&view=rev Author: atomicdog407 Date: 2009-12-02 07:26:34 +0000 (Wed, 02 Dec 2009) Log Message: ----------- removed generated build file from diff Modified Paths: -------------- trunk/patches/CMake/CMake.diff trunk/patches/README Added Paths: ----------- trunk/patches/CMake/LLVMLibDeps.cmake This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: John M. <ato...@gm...> - 2009-12-02 07:22:02
|
Awesome, great job! On Tue, Dec 1, 2009 at 3:19 PM, <joe...@us...> wrote: > Revision: 48 > http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=48&view=rev > Author: joeezapster > Date: 2009-12-01 23:19:40 +0000 (Tue, 01 Dec 2009) > > Log Message: > ----------- > avr-llvm compiles plain funktions! > > - documentation: drafts added > - lowering: can lower functions without argument > - lowering: can lower return void > - instructioninfo: instructions added (ret,call,...) > - testcase: testcases added > > able to compile testcase/retvoid.ll: > > $ Debug/bin/llvm-as ../avr-llvm/trunk/testcases/retvoid.ll > $ Debug/bin/llc ../avr-llvm/trunk/testcases/retvoid.bc > > Modified Paths: > -------------- > trunk/AVR/AVRISelLowering.cpp > trunk/AVR/AVRInstrInfo.td > trunk/AVR/AVRRegisterInfo.cpp > trunk/patches/CMake/CMake.diff > > Added Paths: > ----------- > trunk/docs/devel.html > trunk/docs/gettingstarted.html > trunk/docs/style.css > trunk/testcases/ > trunk/testcases/reti8.ll > trunk/testcases/retvoid.ll > > Removed Paths: > ------------- > trunk/docs/abi.css > trunk/docs/abi.html > trunk/docs/img1.png > trunk/docs/img2.png > > > This was sent by the SourceForge.net collaborative development platform, > the world's largest Open Source development site. > > > ------------------------------------------------------------------------------ > Join us December 9, 2009 for the Red Hat Virtual Experience, > a free event focused on virtualization and cloud computing. > Attend in-depth sessions from your desk. Your couch. Anywhere. > http://p.sf.net/sfu/redhat-sfdev2dev > _______________________________________________ > avr-llvm-commits mailing list > avr...@li... > https://lists.sourceforge.net/lists/listinfo/avr-llvm-commits > |
From: <joe...@us...> - 2009-12-01 23:19:49
|
Revision: 48 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=48&view=rev Author: joeezapster Date: 2009-12-01 23:19:40 +0000 (Tue, 01 Dec 2009) Log Message: ----------- avr-llvm compiles plain funktions! - documentation: drafts added - lowering: can lower functions without argument - lowering: can lower return void - instructioninfo: instructions added (ret,call,...) - testcase: testcases added able to compile testcase/retvoid.ll: $ Debug/bin/llvm-as ../avr-llvm/trunk/testcases/retvoid.ll $ Debug/bin/llc ../avr-llvm/trunk/testcases/retvoid.bc Modified Paths: -------------- trunk/AVR/AVRISelLowering.cpp trunk/AVR/AVRInstrInfo.td trunk/AVR/AVRRegisterInfo.cpp trunk/patches/CMake/CMake.diff Added Paths: ----------- trunk/docs/devel.html trunk/docs/gettingstarted.html trunk/docs/style.css trunk/testcases/ trunk/testcases/reti8.ll trunk/testcases/retvoid.ll Removed Paths: ------------- trunk/docs/abi.css trunk/docs/abi.html trunk/docs/img1.png trunk/docs/img2.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-11-29 21:58:13
|
Revision: 47 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=47&view=rev Author: atomicdog407 Date: 2009-11-29 21:58:05 +0000 (Sun, 29 Nov 2009) Log Message: ----------- update patches Added Paths: ----------- trunk/patches/CMake/CMake.diff trunk/patches/Triple.diff Removed Paths: ------------- trunk/patches/CMake/CMake.html.patch trunk/patches/CMake/CMakeLists.patch trunk/patches/CMake/LLVMLibDeps.cmake.patch trunk/patches/CMake/config-ix.cmake.patch trunk/patches/Triple.cpp.diff trunk/patches/Triple.h.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-11-28 21:25:53
|
Revision: 46 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=46&view=rev Author: atomicdog407 Date: 2009-11-28 21:25:46 +0000 (Sat, 28 Nov 2009) Log Message: ----------- Add 'Machine Code'/'Asm' printer class info Modified Paths: -------------- trunk/AVR/AVR.h trunk/AVR/AVRTargetMachine.cpp trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp trunk/AVR/AsmPrinter/CMakeLists.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-11-28 19:42:49
|
Revision: 45 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=45&view=rev Author: atomicdog407 Date: 2009-11-28 19:42:37 +0000 (Sat, 28 Nov 2009) Log Message: ----------- removed to match refactoring of trunk Removed Paths: ------------- trunk/AVR/AsmPrinter/AVRAsmPrinter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-11-28 19:41:36
|
Revision: 44 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=44&view=rev Author: atomicdog407 Date: 2009-11-28 19:41:26 +0000 (Sat, 28 Nov 2009) Log Message: ----------- Modified Paths: -------------- branches/release_26/AVR/AVR.td branches/release_26/AVR/AVRCallingConv.td This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-11-28 07:23:56
|
Revision: 43 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=43&view=rev Author: atomicdog407 Date: 2009-11-28 07:23:49 +0000 (Sat, 28 Nov 2009) Log Message: ----------- created stub files to match refactoring of trunk src Added Paths: ----------- trunk/AVR/AVRMachineFunctionInfo.h trunk/AVR/AsmPrinter/AVRInstPrinter.cpp trunk/AVR/AsmPrinter/AVRInstPrinter.h trunk/AVR/AsmPrinter/AVRMCInstLower.cpp trunk/AVR/AsmPrinter/AVRMCInstLower.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-11-28 06:55:28
|
Revision: 42 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=42&view=rev Author: atomicdog407 Date: 2009-11-28 06:55:21 +0000 (Sat, 28 Nov 2009) Log Message: ----------- Remove AVRTargetAsmInfo.cpp. Add AVRMCAsmInfo.cpp Modified Paths: -------------- trunk/AVR/CMakeLists.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: John M. <ato...@gm...> - 2009-11-28 06:45:21
|
I forget I had commented out the include of AVRCallingConv.td inside AVR.td. There were a few tablegen compile errors. I fixed some but just commented out others so we will still need to fix some parts of this file. |
From: <ato...@us...> - 2009-11-28 06:29:12
|
Revision: 41 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=41&view=rev Author: atomicdog407 Date: 2009-11-28 06:29:04 +0000 (Sat, 28 Nov 2009) Log Message: ----------- AVR.td: add AVRInstPrinter. include AVRCallingConv.td AVRCallingConv.td: now compiles Modified Paths: -------------- trunk/AVR/AVR.td trunk/AVR/AVRCallingConv.td This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <joe...@us...> - 2009-11-27 18:40:00
|
Revision: 40 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=40&view=rev Author: joeezapster Date: 2009-11-27 18:39:52 +0000 (Fri, 27 Nov 2009) Log Message: ----------- avr-llvm trunk can be compiled with llvm trunk reintegrated branches/zapsters_trunk -> trunk Modified Paths: -------------- trunk/AVR/AVR.h trunk/AVR/AVRISelDAGToDAG.cpp trunk/AVR/AVRISelLowering.cpp trunk/AVR/AVRISelLowering.h trunk/AVR/AVRInstrInfo.cpp trunk/AVR/AVRInstrInfo.h trunk/AVR/AVRInstrInfo.td trunk/AVR/AVRRegisterInfo.cpp trunk/AVR/AVRRegisterInfo.h trunk/AVR/AVRSubtarget.cpp trunk/AVR/AVRTargetMachine.cpp trunk/AVR/AVRTargetMachine.h trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp trunk/AVR/AsmPrinter/CMakeLists.txt trunk/AVR/CMakeLists.txt trunk/AVR/Makefile trunk/patches/configure.ac.diff trunk/patches/configure.diff Added Paths: ----------- trunk/AVR/AVRFrameInfo.h trunk/AVR/AVRMCAsmInfo.cpp trunk/AVR/AVRMCAsmInfo.h trunk/AVR/AsmPrinter/AVRAsmPrinter.h trunk/AVR/TargetInfo/AVRTargetInfo.cpp trunk/AVR/TargetInfo/CMakeLists.txt trunk/AVR/TargetInfo/Makefile trunk/patches/Triple.cpp.diff trunk/patches/Triple.h.diff Removed Paths: ------------- trunk/AVR/AVRISelDAGToDAG.h trunk/AVR/AVRTargetAsmInfo.cpp trunk/AVR/AVRTargetAsmInfo.h Property Changed: ---------------- trunk/AVR/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <joe...@us...> - 2009-11-27 17:55:12
|
Revision: 39 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=39&view=rev Author: joeezapster Date: 2009-11-27 17:55:04 +0000 (Fri, 27 Nov 2009) Log Message: ----------- zapsters_trunk: sync with trunk Property Changed: ---------------- branches/zapsters_trunk/AVR/ branches/zapsters_trunk/patches/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <joe...@us...> - 2009-11-27 15:43:13
|
Revision: 38 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=38&view=rev Author: joeezapster Date: 2009-11-27 15:43:03 +0000 (Fri, 27 Nov 2009) Log Message: ----------- -zapsters_trunk: compiles with llvm trunk Modified Paths: -------------- branches/zapsters_trunk/AVR/AVRISelLowering.cpp branches/zapsters_trunk/AVR/AVRISelLowering.h branches/zapsters_trunk/AVR/AVRInstrInfo.h branches/zapsters_trunk/AVR/AVRInstrInfo.td branches/zapsters_trunk/AVR/AVRRegisterInfo.cpp branches/zapsters_trunk/AVR/AVRRegisterInfo.h branches/zapsters_trunk/AVR/AVRTargetMachine.cpp branches/zapsters_trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp branches/zapsters_trunk/patches/Triple.cpp.diff branches/zapsters_trunk/patches/configure.ac.diff branches/zapsters_trunk/patches/configure.diff Added Paths: ----------- branches/zapsters_trunk/AVR/AVRMCAsmInfo.cpp branches/zapsters_trunk/AVR/AVRMCAsmInfo.h branches/zapsters_trunk/AVR/AsmPrinter/AVRAsmPrinter.h branches/zapsters_trunk/patches/Triple.h.diff Removed Paths: ------------- branches/zapsters_trunk/AVR/AVRTargetAsmInfo.cpp branches/zapsters_trunk/AVR/AVRTargetAsmInfo.h branches/zapsters_trunk/patches/triple.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <joe...@us...> - 2009-11-26 14:26:35
|
Revision: 37 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=37&view=rev Author: joeezapster Date: 2009-11-26 14:26:23 +0000 (Thu, 26 Nov 2009) Log Message: ----------- - llvm 2.6 compile warnings fixed Modified Paths: -------------- branches/zapsters_trunk/AVR/AVRISelLowering.cpp branches/zapsters_trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <joe...@us...> - 2009-11-26 13:25:28
|
Revision: 36 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=36&view=rev Author: joeezapster Date: 2009-11-26 13:25:12 +0000 (Thu, 26 Nov 2009) Log Message: ----------- - zapsters_trunk: sync with trunk Modified Paths: -------------- branches/zapsters_trunk/patches/configure.ac.diff branches/zapsters_trunk/patches/configure.diff Added Paths: ----------- branches/zapsters_trunk/patches/CMake/ branches/zapsters_trunk/patches/CMake/CMake.html.patch branches/zapsters_trunk/patches/CMake/CMakeLists.patch branches/zapsters_trunk/patches/CMake/LLVMLibDeps.cmake.patch branches/zapsters_trunk/patches/CMake/config-ix.cmake.patch branches/zapsters_trunk/patches/README Removed Paths: ------------- branches/zapsters_trunk/patches/CMake/CMake.html.patch branches/zapsters_trunk/patches/CMake/CMakeLists.patch branches/zapsters_trunk/patches/CMake/LLVMLibDeps.cmake.patch branches/zapsters_trunk/patches/CMake/config-ix.cmake.patch Property Changed: ---------------- branches/zapsters_trunk/AVR/ branches/zapsters_trunk/patches/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <joe...@us...> - 2009-11-26 13:06:07
|
Revision: 35 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=35&view=rev Author: joeezapster Date: 2009-11-26 13:05:59 +0000 (Thu, 26 Nov 2009) Log Message: ----------- - copy of the release_26 branch for reintegration into the trunk tree Added Paths: ----------- branches/zapsters_trunk/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |