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...> - 2010-11-01 00:58:15
|
Revision: 102 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=102&view=rev Author: atomicdog407 Date: 2010-11-01 00:58:08 +0000 (Mon, 01 Nov 2010) Log Message: ----------- create 2.8 branch Added Paths: ----------- llvm/branches/release_28/ llvm/branches/release_28/AVR/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2010-10-23 19:24:42
|
Revision: 101 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=101&view=rev Author: faluco Date: 2010-10-23 19:24:34 +0000 (Sat, 23 Oct 2010) Log Message: ----------- added the variadic flag into the call nodes Modified Paths: -------------- llvm/trunk/AVR/AVRInstrInfo.td This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-10-18 03:52:34
|
Revision: 100 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=100&view=rev Author: atomicdog407 Date: 2010-10-18 03:52:28 +0000 (Mon, 18 Oct 2010) Log Message: ----------- Update LLVMLibDeps Modified Paths: -------------- llvm/trunk/patches/replace/cmake/modules/LLVMLibDeps.cmake Added Paths: ----------- llvm/trunk/patches/genCmakeLLVMLibDeps.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-10-18 02:59:21
|
Revision: 99 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=99&view=rev Author: atomicdog407 Date: 2010-10-18 02:59:14 +0000 (Mon, 18 Oct 2010) Log Message: ----------- Fixed copy/paste error that kept symbols from being printed. Removed functions EmitGlobalVariable() and printCCOperand(). Modified Paths: -------------- llvm/trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2010-10-16 21:35:52
|
Revision: 98 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=98&view=rev Author: faluco Date: 2010-10-16 21:35:46 +0000 (Sat, 16 Oct 2010) Log Message: ----------- Merged the branch code into trunk Go! Modified Paths: -------------- llvm/trunk/AVR/AVR.h llvm/trunk/AVR/AVR.td llvm/trunk/AVR/AVRCallingConv.td llvm/trunk/AVR/AVRISelDAGToDAG.cpp llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRISelLowering.h llvm/trunk/AVR/AVRInstrFormats.td llvm/trunk/AVR/AVRInstrInfo.cpp llvm/trunk/AVR/AVRInstrInfo.h llvm/trunk/AVR/AVRInstrInfo.td llvm/trunk/AVR/AVRMCAsmInfo.cpp llvm/trunk/AVR/AVRMCAsmInfo.h llvm/trunk/AVR/AVRRegisterInfo.cpp llvm/trunk/AVR/AVRRegisterInfo.h llvm/trunk/AVR/AVRRegisterInfo.td llvm/trunk/AVR/AVRSubtarget.cpp llvm/trunk/AVR/AVRSubtarget.h llvm/trunk/AVR/AVRTargetMachine.cpp llvm/trunk/AVR/AVRTargetMachine.h llvm/trunk/AVR/CMakeLists.txt llvm/trunk/AVR/Makefile llvm/trunk/AVR/TargetInfo/AVRTargetInfo.cpp llvm/trunk/AVR/TargetInfo/Makefile Added Paths: ----------- llvm/trunk/AVR/AVR16bitInstPass.cpp llvm/trunk/AVR/AVRSelectionDAGInfo.cpp llvm/trunk/AVR/AVRSelectionDAGInfo.h llvm/trunk/AVR/TODO.txt Removed Paths: ------------- llvm/trunk/AVR/AVRFrameInfo.h llvm/trunk/AVR/AVRMachineFunctionInfo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2010-10-16 21:09:38
|
Revision: 97 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=97&view=rev Author: faluco Date: 2010-10-16 21:09:31 +0000 (Sat, 16 Oct 2010) Log Message: ----------- merging the final changes before moving into trunk Modified Paths: -------------- llvm/branches/faluco/AVR/AVR.td llvm/branches/faluco/AVR/AsmPrinter/AVRAsmPrinter.cpp llvm/branches/faluco/AVR/AsmPrinter/CMakeLists.txt llvm/branches/faluco/AVR/AsmPrinter/Makefile Added Paths: ----------- llvm/branches/faluco/AVR/AsmPrinter/AVRInstPrinter.cpp llvm/branches/faluco/AVR/AsmPrinter/AVRInstPrinter.h llvm/branches/faluco/AVR/AsmPrinter/AVRMCInstLower.cpp llvm/branches/faluco/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...> - 2010-10-16 19:41:04
|
Revision: 96 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=96&view=rev Author: atomicdog407 Date: 2010-10-16 19:40:57 +0000 (Sat, 16 Oct 2010) Log Message: ----------- Match refactoring for version 2.8. Removed some functions used for inline asm creation. Modified Paths: -------------- llvm/trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRMCInstLower.cpp llvm/trunk/AVR/AsmPrinter/AVRMCInstLower.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2010-10-16 12:03:08
|
Revision: 95 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=95&view=rev Author: faluco Date: 2010-10-16 12:03:00 +0000 (Sat, 16 Oct 2010) Log Message: ----------- merged in more useful code from trunk Modified Paths: -------------- llvm/branches/faluco/AVR/AVRInstrInfo.td llvm/branches/faluco/AVR/AVRMCAsmInfo.cpp llvm/branches/faluco/AVR/AVRRegisterInfo.cpp llvm/branches/faluco/AVR/AVRSubtarget.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-10-16 07:55:17
|
Revision: 94 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=94&view=rev Author: atomicdog407 Date: 2010-10-16 07:55:11 +0000 (Sat, 16 Oct 2010) Log Message: ----------- Match refactoring to version 2.8. Modified Paths: -------------- llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-10-16 04:37:02
|
Revision: 93 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=93&view=rev Author: atomicdog407 Date: 2010-10-16 04:36:56 +0000 (Sat, 16 Oct 2010) Log Message: ----------- Update documentation. Modified Paths: -------------- llvm/trunk/README llvm/trunk/docs/devel.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-10-12 04:18:05
|
Revision: 92 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=92&view=rev Author: atomicdog407 Date: 2010-10-12 04:17:59 +0000 (Tue, 12 Oct 2010) Log Message: ----------- Update Clang patch for v2.8 Modified Paths: -------------- llvm/trunk/README Added Paths: ----------- cfe/trunk/patches/Targets.diff cfe/trunk/patches/Targets.r94389.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: <fa...@us...> - 2010-10-10 11:15:13
|
Revision: 91 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=91&view=rev Author: faluco Date: 2010-10-10 11:15:05 +0000 (Sun, 10 Oct 2010) Log Message: ----------- Initial import of my code Added Paths: ----------- llvm/branches/faluco/ llvm/branches/faluco/AVR/ llvm/branches/faluco/AVR/AVR.h llvm/branches/faluco/AVR/AVR.td llvm/branches/faluco/AVR/AVR16bitInstPass.cpp llvm/branches/faluco/AVR/AVRCallingConv.td llvm/branches/faluco/AVR/AVRISelDAGToDAG.cpp llvm/branches/faluco/AVR/AVRISelLowering.cpp llvm/branches/faluco/AVR/AVRISelLowering.h llvm/branches/faluco/AVR/AVRInstrFormats.td llvm/branches/faluco/AVR/AVRInstrInfo.cpp llvm/branches/faluco/AVR/AVRInstrInfo.h llvm/branches/faluco/AVR/AVRInstrInfo.td llvm/branches/faluco/AVR/AVRMCAsmInfo.cpp llvm/branches/faluco/AVR/AVRMCAsmInfo.h llvm/branches/faluco/AVR/AVRRegisterInfo.cpp llvm/branches/faluco/AVR/AVRRegisterInfo.h llvm/branches/faluco/AVR/AVRRegisterInfo.td llvm/branches/faluco/AVR/AVRSelectionDAGInfo.cpp llvm/branches/faluco/AVR/AVRSelectionDAGInfo.h llvm/branches/faluco/AVR/AVRSubtarget.cpp llvm/branches/faluco/AVR/AVRSubtarget.h llvm/branches/faluco/AVR/AVRTargetMachine.cpp llvm/branches/faluco/AVR/AVRTargetMachine.h llvm/branches/faluco/AVR/AsmPrinter/ llvm/branches/faluco/AVR/AsmPrinter/AVRAsmPrinter.cpp llvm/branches/faluco/AVR/AsmPrinter/CMakeLists.txt llvm/branches/faluco/AVR/AsmPrinter/Makefile llvm/branches/faluco/AVR/CMakeLists.txt llvm/branches/faluco/AVR/Makefile llvm/branches/faluco/AVR/TODO.txt llvm/branches/faluco/AVR/TargetInfo/ llvm/branches/faluco/AVR/TargetInfo/AVRTargetInfo.cpp llvm/branches/faluco/AVR/TargetInfo/CMakeLists.txt llvm/branches/faluco/AVR/TargetInfo/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-08-27 23:56:01
|
Revision: 89 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=89&view=rev Author: atomicdog407 Date: 2010-08-27 23:55:55 +0000 (Fri, 27 Aug 2010) Log Message: ----------- Modified Paths: -------------- llvm/trunk/AVR/AVR.td 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...> - 2010-03-17 06:16:08
|
Revision: 88 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=88&view=rev Author: atomicdog407 Date: 2010-03-17 06:16:00 +0000 (Wed, 17 Mar 2010) Log Message: ----------- -- Removed, temporally, some Reg classes -- i8 or/xor/ldi/add/sub are generated by llc now (still needs more testing though) Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRInstrInfo.cpp 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...> - 2010-03-17 05:13:51
|
Revision: 87 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=87&view=rev Author: atomicdog407 Date: 2010-03-17 05:13:45 +0000 (Wed, 17 Mar 2010) Log Message: ----------- Add some test cases Added Paths: ----------- llvm/trunk/testcases/add-i8-i8.ll llvm/trunk/testcases/add-imm.ll llvm/trunk/testcases/or.ll llvm/trunk/testcases/sub.ll This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-03-14 04:46:55
|
Revision: 86 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=86&view=rev Author: atomicdog407 Date: 2010-03-14 04:46:48 +0000 (Sun, 14 Mar 2010) Log Message: ----------- Match refactoring in LLVM (rev 98450) Revision Links: -------------- http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=98450&view=rev Modified Paths: -------------- llvm/trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRMCInstLower.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-03-14 02:16:07
|
Revision: 85 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=85&view=rev Author: atomicdog407 Date: 2010-03-14 02:16:00 +0000 (Sun, 14 Mar 2010) Log Message: ----------- Match refactoring in LLVM (rev 98390 and 98394) Revision Links: -------------- http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=98390&view=rev Modified Paths: -------------- llvm/trunk/AVR/AsmPrinter/AVRMCInstLower.cpp llvm/trunk/AVR/AsmPrinter/Makefile llvm/trunk/AVR/TargetInfo/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-03-10 06:24:39
|
Revision: 84 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=84&view=rev Author: atomicdog407 Date: 2010-03-10 06:24:32 +0000 (Wed, 10 Mar 2010) Log Message: ----------- Match refactoring in LLVM (rev 98086 && 98124) Revision Links: -------------- http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=98086&view=rev Modified Paths: -------------- llvm/trunk/AVR/AVRRegisterInfo.h llvm/trunk/AVR/AsmPrinter/AVRMCInstLower.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-03-03 07:58:39
|
Revision: 83 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=83&view=rev Author: atomicdog407 Date: 2010-03-03 07:58:30 +0000 (Wed, 03 Mar 2010) Log Message: ----------- Removed InstructionSelect() to match LLVM refactoring Modified Paths: -------------- llvm/trunk/AVR/AVRISelDAGToDAG.cpp llvm/trunk/AVR/AVRISelLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-02-13 05:56:14
|
Revision: 82 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=82&view=rev Author: atomicdog407 Date: 2010-02-13 05:56:08 +0000 (Sat, 13 Feb 2010) Log Message: ----------- Match refactoring in LLVM (rev 95734) which is using OutStreamer now Revision Links: -------------- http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=95734&view=rev Modified Paths: -------------- llvm/trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-02-13 05:39:46
|
Revision: 81 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=81&view=rev Author: atomicdog407 Date: 2010-02-13 05:39:39 +0000 (Sat, 13 Feb 2010) Log Message: ----------- format cleanup (no functional changes) Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRISelLowering.h llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-02-06 07:52:23
|
Revision: 80 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=80&view=rev Author: atomicdog407 Date: 2010-02-06 07:52:16 +0000 (Sat, 06 Feb 2010) Log Message: ----------- Spelling correction. Removed unused macro. Modified Paths: -------------- llvm/trunk/AVR/AVRInstrInfo.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...> - 2010-02-06 07:38:18
|
Revision: 79 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=79&view=rev Author: atomicdog407 Date: 2010-02-06 07:38:12 +0000 (Sat, 06 Feb 2010) Log Message: ----------- Add some test cases Added Paths: ----------- llvm/trunk/testcases/global.c llvm/trunk/testcases/static.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-02-06 07:37:17
|
Revision: 78 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=78&view=rev Author: atomicdog407 Date: 2010-02-06 07:37:11 +0000 (Sat, 06 Feb 2010) Log Message: ----------- Removed some unused functions. Removed '#' from printing with immediate operands Modified Paths: -------------- llvm/trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <joe...@us...> - 2010-02-03 22:28:33
|
Revision: 77 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=77&view=rev Author: joeezapster Date: 2010-02-03 22:28:26 +0000 (Wed, 03 Feb 2010) Log Message: ----------- - re'diff'ed patch files - regenerated configure and LLVMLibDeps.cmake NOTE: currently it is not possible to compile llvm without the x86 target. It seems that this is an upstream problem. Bugreport already filed (http://llvm.org/bugs/show_bug.cgi?id=6224). Modified Paths: -------------- llvm/trunk/patches/Triple.diff llvm/trunk/patches/configure.ac.diff llvm/trunk/patches/replace/cmake/modules/LLVMLibDeps.cmake llvm/trunk/patches/replace/configure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |