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...> - 2012-03-09 17:44:30
|
Revision: 150 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=150&view=rev Author: faluco Date: 2012-03-09 17:44:19 +0000 (Fri, 09 Mar 2012) Log Message: ----------- - Implement sei and cli instructions. - Implement in and out instructions and their 16bit expansions. - Implement SPLOAD expansion. - Reverse the order of the sts expansion to correctly write special 16bit IO addresses. - Finish implementation of prologue and epilogue codegen now that in/out is done. This should let functions that use the stack to be assembled. - Implement eliminateCallFramePseudoInstr. Modified Paths: -------------- llvm/trunk/AVR/AVRExpandPseudoInsts.cpp llvm/trunk/AVR/AVRFrameLowering.cpp llvm/trunk/AVR/AVRInstrInfo.td llvm/trunk/AVR/AVRRegisterInfo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-03-07 16:24:22
|
Revision: 149 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=149&view=rev Author: faluco Date: 2012-03-07 16:24:11 +0000 (Wed, 07 Mar 2012) Log Message: ----------- Emit custom prologue/epilogue code for interrupt/signal handlers. Modified Paths: -------------- llvm/trunk/AVR/AVRFrameLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-03-07 00:14:19
|
Revision: 148 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=148&view=rev Author: faluco Date: 2012-03-07 00:14:13 +0000 (Wed, 07 Mar 2012) Log Message: ----------- - Implement a new calling convention for the signal attribute. - Don't emit reti/ret instructions when the naked attribute is present. - Updates to latests llvm API changes. Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRRegisterInfo.cpp llvm/trunk/AVR/InstPrinter/AVRInstPrinter.h llvm/trunk/AVR/MCTargetDesc/AVRMCTargetDesc.cpp llvm/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...> - 2012-03-06 23:57:41
|
Revision: 147 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=147&view=rev Author: faluco Date: 2012-03-06 23:57:35 +0000 (Tue, 06 Mar 2012) Log Message: ----------- Implement interrupt attribute. Add various sanity checks on how the attributes are used, and introduce new error strings. Modified Paths: -------------- cfe/trunk/patches/interrupt.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2012-03-06 05:18:57
|
Revision: 146 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=146&view=rev Author: atomicdog407 Date: 2012-03-06 05:18:51 +0000 (Tue, 06 Mar 2012) Log Message: ----------- Update patch file. Added Paths: ----------- llvm/trunk/patches/SplitArgPiece.diff Removed Paths: ------------- llvm/trunk/patches/SelectionDAGBuilder.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: <ato...@us...> - 2012-03-05 17:20:37
|
Revision: 145 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=145&view=rev Author: atomicdog407 Date: 2012-03-05 17:20:31 +0000 (Mon, 05 Mar 2012) Log Message: ----------- Combine patches related to adding interrupt support into two files. One for clang and one for llvm. Modified Paths: -------------- cfe/trunk/patches/README.txt Added Paths: ----------- cfe/trunk/patches/Driver.patch cfe/trunk/patches/interrupt.diff llvm/trunk/patches/interrupt.diff Removed Paths: ------------- cfe/trunk/patches/Attr.diff cfe/trunk/patches/Driver.diff cfe/trunk/patches/TargetAttributesSema.diff cfe/trunk/patches/TargetInfo.diff llvm/trunk/patches/AsmWriter.diff llvm/trunk/patches/CallingConv.diff llvm/trunk/patches/LLLexer.diff llvm/trunk/patches/LLParser.diff llvm/trunk/patches/LLToken.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-03-04 23:22:11
|
Revision: 144 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=144&view=rev Author: faluco Date: 2012-03-04 23:22:05 +0000 (Sun, 04 Mar 2012) Log Message: ----------- Add reti instruction Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRISelLowering.h llvm/trunk/AVR/AVRInstrInfo.td 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:31:12
|
Revision: 143 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=143&view=rev Author: faluco Date: 2012-03-04 21:31:05 +0000 (Sun, 04 Mar 2012) Log Message: ----------- Add a new calling convention for interrupts Added Paths: ----------- llvm/trunk/patches/AsmWriter.diff llvm/trunk/patches/CallingConv.diff llvm/trunk/patches/LLLexer.diff llvm/trunk/patches/LLParser.diff llvm/trunk/patches/LLToken.diff 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-03-04 18:32:56
|
Revision: 141 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=141&view=rev Author: atomicdog407 Date: 2012-03-04 18:32:50 +0000 (Sun, 04 Mar 2012) Log Message: ----------- Update RegAlloc patch to match llvm ToT Modified Paths: -------------- llvm/trunk/patches/RegAllocGreedy.diff llvm/trunk/patches/Triple.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-03-04 13:48:40
|
Revision: 140 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=140&view=rev Author: faluco Date: 2012-03-04 13:48:34 +0000 (Sun, 04 Mar 2012) Log Message: ----------- update to latests llvm changes Modified Paths: -------------- llvm/trunk/AVR/AVRRegisterInfo.cpp llvm/trunk/AVR/AVRRegisterInfo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2012-03-04 07:52:08
|
Revision: 139 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=139&view=rev Author: atomicdog407 Date: 2012-03-04 07:52:02 +0000 (Sun, 04 Mar 2012) Log Message: ----------- correct/update patch Modified 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...> - 2012-03-03 20:49:13
|
Revision: 138 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=138&view=rev Author: faluco Date: 2012-03-03 20:49:06 +0000 (Sat, 03 Mar 2012) Log Message: ----------- remove unreachable code Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/MCTargetDesc/AVRMCExpr.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-03-03 17:57:31
|
Revision: 137 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=137&view=rev Author: faluco Date: 2012-03-03 17:57:25 +0000 (Sat, 03 Mar 2012) Log Message: ----------- AVRInstrInfo.td: - Add missing instruction properties in STS/LDS - Fix ROL and ROR not using SREG AVRExpandPseudoInsts.cpp: - Fix all pseudo instrs taking two input registers operands not propagating the kill flag in the first operand - Transfer implicit SREG dependencies in all expansions - Copy memory ops in memory instructions - Implement missing pseudo expansions: cp, cpc, st/ldd predec and postinc Modified Paths: -------------- llvm/trunk/AVR/AVRExpandPseudoInsts.cpp llvm/trunk/AVR/AVRInstrInfo.td This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-02-28 15:24:20
|
Revision: 136 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=136&view=rev Author: faluco Date: 2012-02-28 15:24:10 +0000 (Tue, 28 Feb 2012) Log Message: ----------- Fix an API change from llvm's trunk Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRISelLowering.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-02-27 20:30:59
|
Revision: 135 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=135&view=rev Author: faluco Date: 2012-02-27 20:30:53 +0000 (Mon, 27 Feb 2012) Log Message: ----------- Finish up adding SREG dependencies in instructions Modified Paths: -------------- llvm/trunk/AVR/AVRFrameLowering.cpp llvm/trunk/AVR/AVRInstrInfo.td This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-02-26 14:36:51
|
Revision: 134 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=134&view=rev Author: faluco Date: 2012-02-26 14:36:45 +0000 (Sun, 26 Feb 2012) Log Message: ----------- Fix a compiler error caused by changes in llvm's trunk Modified Paths: -------------- 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...> - 2012-02-26 07:40:31
|
Revision: 133 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=133&view=rev Author: atomicdog407 Date: 2012-02-26 07:40:24 +0000 (Sun, 26 Feb 2012) Log Message: ----------- update some patch files Modified Paths: -------------- llvm/trunk/patches/CMake.diff llvm/trunk/patches/Triple.diff Added Paths: ----------- cfe/trunk/patches/Targets.diff llvm/trunk/patches/LLVMBuild.diff Removed Paths: ------------- cfe/trunk/patches/Target.diff cfe/trunk/patches/Targets.116292.diff cfe/trunk/patches/Targets.r94389.diff llvm/trunk/patches/genCmakeLLVMLibDeps.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-02-25 02:28:47
|
Revision: 132 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=132&view=rev Author: faluco Date: 2012-02-25 02:28:41 +0000 (Sat, 25 Feb 2012) Log Message: ----------- Start adding SREG dependencies to every instruction 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: <fa...@us...> - 2012-02-25 01:14:12
|
Revision: 131 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=131&view=rev Author: faluco Date: 2012-02-25 01:14:06 +0000 (Sat, 25 Feb 2012) Log Message: ----------- Implement isStoreToStackSlot and isLoadFromStackSlot Modified Paths: -------------- llvm/trunk/AVR/AVRInstrInfo.cpp llvm/trunk/AVR/AVRInstrInfo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-02-24 23:53:56
|
Revision: 130 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=130&view=rev Author: faluco Date: 2012-02-24 23:53:49 +0000 (Fri, 24 Feb 2012) Log Message: ----------- Fix some comment headers like what is done in llvm's trunk Modified Paths: -------------- llvm/trunk/AVR/AVRExpandPseudoInsts.cpp llvm/trunk/AVR/AVRFrameLowering.cpp llvm/trunk/AVR/AVRFrameLowering.h llvm/trunk/AVR/AVRInstrInfo.cpp llvm/trunk/AVR/AVRInstrInfo.td llvm/trunk/AVR/AVRMCInstLower.h llvm/trunk/AVR/AVRMachineFunctionInfo.cpp llvm/trunk/AVR/AVRMachineFunctionInfo.h llvm/trunk/AVR/AVRRegisterInfo.cpp llvm/trunk/AVR/AVRSubtarget.cpp llvm/trunk/AVR/AVRSubtarget.h llvm/trunk/AVR/InstPrinter/AVRInstPrinter.h llvm/trunk/AVR/MCTargetDesc/AVRMCAsmInfo.cpp llvm/trunk/AVR/MCTargetDesc/AVRMCAsmInfo.h llvm/trunk/AVR/MCTargetDesc/AVRMCExpr.h llvm/trunk/AVR/MCTargetDesc/AVRMCTargetDesc.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-02-18 02:00:47
|
Revision: 129 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=129&view=rev Author: faluco Date: 2012-02-18 02:00:34 +0000 (Sat, 18 Feb 2012) Log Message: ----------- Initial import of the new backend Added Paths: ----------- llvm/trunk/AVR/AVR.h llvm/trunk/AVR/AVR.td llvm/trunk/AVR/AVRAsmPrinter.cpp llvm/trunk/AVR/AVRCallingConv.td llvm/trunk/AVR/AVRExpandPseudoInsts.cpp llvm/trunk/AVR/AVRFrameLowering.cpp llvm/trunk/AVR/AVRFrameLowering.h 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/AVRMCInstLower.cpp llvm/trunk/AVR/AVRMCInstLower.h llvm/trunk/AVR/AVRMachineFunctionInfo.cpp llvm/trunk/AVR/AVRMachineFunctionInfo.h llvm/trunk/AVR/AVRRegisterInfo.cpp llvm/trunk/AVR/AVRRegisterInfo.h llvm/trunk/AVR/AVRRegisterInfo.td llvm/trunk/AVR/AVRSelectionDAGInfo.cpp llvm/trunk/AVR/AVRSelectionDAGInfo.h 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/InstPrinter/ llvm/trunk/AVR/InstPrinter/AVRInstPrinter.cpp llvm/trunk/AVR/InstPrinter/AVRInstPrinter.h llvm/trunk/AVR/InstPrinter/CMakeLists.txt llvm/trunk/AVR/InstPrinter/LLVMBuild.txt llvm/trunk/AVR/InstPrinter/Makefile llvm/trunk/AVR/LLVMBuild.txt llvm/trunk/AVR/MCTargetDesc/ llvm/trunk/AVR/MCTargetDesc/AVRMCAsmInfo.cpp llvm/trunk/AVR/MCTargetDesc/AVRMCAsmInfo.h llvm/trunk/AVR/MCTargetDesc/AVRMCExpr.cpp llvm/trunk/AVR/MCTargetDesc/AVRMCExpr.h llvm/trunk/AVR/MCTargetDesc/AVRMCTargetDesc.cpp llvm/trunk/AVR/MCTargetDesc/AVRMCTargetDesc.h llvm/trunk/AVR/MCTargetDesc/CMakeLists.txt llvm/trunk/AVR/MCTargetDesc/LLVMBuild.txt llvm/trunk/AVR/MCTargetDesc/Makefile llvm/trunk/AVR/Makefile llvm/trunk/AVR/TargetInfo/ llvm/trunk/AVR/TargetInfo/AVRTargetInfo.cpp llvm/trunk/AVR/TargetInfo/CMakeLists.txt llvm/trunk/AVR/TargetInfo/LLVMBuild.txt llvm/trunk/AVR/TargetInfo/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-02-18 01:54:24
|
Revision: 128 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=128&view=rev Author: faluco Date: 2012-02-18 01:54:12 +0000 (Sat, 18 Feb 2012) Log Message: ----------- Delete old code in prepare for the new backend Removed Paths: ------------- llvm/trunk/AVR/AVR.h llvm/trunk/AVR/AVR.td llvm/trunk/AVR/AVR16bitInstPass.cpp llvm/trunk/AVR/AVRAsmPrinter.cpp llvm/trunk/AVR/AVRCallingConv.td llvm/trunk/AVR/AVRFrameLowering.cpp llvm/trunk/AVR/AVRFrameLowering.h 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/AVRMCInstLower.cpp llvm/trunk/AVR/AVRMCInstLower.h llvm/trunk/AVR/AVRRegisterInfo.cpp llvm/trunk/AVR/AVRRegisterInfo.h llvm/trunk/AVR/AVRRegisterInfo.td llvm/trunk/AVR/AVRSelectionDAGInfo.cpp llvm/trunk/AVR/AVRSelectionDAGInfo.h 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/InstPrinter/ llvm/trunk/AVR/Makefile llvm/trunk/AVR/TODO.txt llvm/trunk/AVR/TargetInfo/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2011-12-10 16:57:59
|
Revision: 127 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=127&view=rev Author: faluco Date: 2011-12-10 16:57:52 +0000 (Sat, 10 Dec 2011) Log Message: ----------- Fixed a case where we were getting false positives because a spill could get removed if it was rematted. This reserved Y where it wasn't needed making it unavailable in a function. Modified 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: <fa...@us...> - 2011-12-01 00:41:24
|
Revision: 126 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=126&view=rev Author: faluco Date: 2011-12-01 00:41:18 +0000 (Thu, 01 Dec 2011) Log Message: ----------- include check for aliased registers of REG_Y Modified Paths: -------------- llvm/trunk/patches/RegAllocGreedy.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |