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: John M. <ato...@gm...> - 2010-02-03 06:22:47
|
RE: How is this file generated? Sorry for the late response. It never made it to my email for some reason. I just found your question on sf.net archive of email. You regenerate the LLVMLibDeps.cmake file by building _all_ the targets. So just compiling the AVR won't work. So LLVM_TARGETS_TO_BUILD= all instead of "AVR" On 12/28/09, ato...@us... <ato...@us...> wrote: > Revision: 67 > http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=67&view=rev > Author: atomicdog407 > Date: 2009-12-28 23:50:33 +0000 (Mon, 28 Dec 2009) > > Log Message: > ----------- > regenerated LLVMLibDeps.cmake > > Modified Paths: > -------------- > llvm/trunk/patches/replace/cmake/modules/LLVMLibDeps.cmake > > > This was sent by the SourceForge.net collaborative development platform, the > world's largest Open Source development site. > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > avr-llvm-commits mailing list > avr...@li... > https://lists.sourceforge.net/lists/listinfo/avr-llvm-commits > |
From: <ato...@us...> - 2010-02-03 05:02:51
|
Revision: 76 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=76&view=rev Author: atomicdog407 Date: 2010-02-03 05:02:45 +0000 (Wed, 03 Feb 2010) Log Message: ----------- Some changes to match refactoring in LLVM 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: Josef E. <za...@za...> - 2010-01-27 21:26:52
|
ato...@us... wrote: > Revision: 67 > http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=67&view=rev > Author: atomicdog407 > Date: 2009-12-28 23:50:33 +0000 (Mon, 28 Dec 2009) > > Log Message: > ----------- > regenerated LLVMLibDeps.cmake How is this file generated? Thanks, Josef |
From: <ato...@us...> - 2010-01-27 08:23:55
|
Revision: 75 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=75&view=rev Author: atomicdog407 Date: 2010-01-27 08:23:47 +0000 (Wed, 27 Jan 2010) Log Message: ----------- removed EmitGlobalVariable (aka PrintGlobalVariable) since it was causing a runtime error. Can be fixed/added later if it's actually needed. Added some 'Feature predicates' to AVRInstrInfo.td Modified Paths: -------------- llvm/trunk/AVR/AVRInstrInfo.td llvm/trunk/AVR/AVRMCAsmInfo.cpp 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: <joe...@us...> - 2010-01-26 08:58:46
|
Revision: 74 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=74&view=rev Author: joeezapster Date: 2010-01-26 08:58:39 +0000 (Tue, 26 Jan 2010) Log Message: ----------- Changes to match MC refactoring Modified Paths: -------------- llvm/trunk/AVR/AVRMCAsmInfo.cpp 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-01-26 02:34:05
|
Revision: 73 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=73&view=rev Author: atomicdog407 Date: 2010-01-26 02:33:58 +0000 (Tue, 26 Jan 2010) Log Message: ----------- Some changes to match refactoring in clang 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: <joe...@us...> - 2010-01-18 12:40:12
|
Revision: 72 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=72&view=rev Author: joeezapster Date: 2010-01-18 12:40:00 +0000 (Mon, 18 Jan 2010) Log Message: ----------- Refactoring AsmPrinter: - removed Mangler.h stuff (see llvm r93615) - changed MCExpr::print to << (see llvm r93699 and r93695) Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.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-01-07 06:15:59
|
Revision: 71 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=71&view=rev Author: atomicdog407 Date: 2010-01-07 06:15:51 +0000 (Thu, 07 Jan 2010) Log Message: ----------- Add device/-mattr feature changed underscore to dash for feature cmd line strings Modified Paths: -------------- llvm/trunk/AVR/AVR.td llvm/trunk/AVR/AVRSubtarget.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-01-05 07:18:46
|
Revision: 70 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=70&view=rev Author: atomicdog407 Date: 2010-01-05 07:18:34 +0000 (Tue, 05 Jan 2010) Log Message: ----------- Some changes to match refactoring in LLVM Modified Paths: -------------- llvm/trunk/AVR/AVRISelDAGToDAG.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2010-01-03 02:12:08
|
Revision: 69 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=69&view=rev Author: atomicdog407 Date: 2010-01-03 02:11:57 +0000 (Sun, 03 Jan 2010) Log Message: ----------- Update patch files Modified Paths: -------------- llvm/trunk/patches/Triple.diff Added Paths: ----------- cfe/trunk/patches/ 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...> - 2010-01-03 02:04:09
|
Revision: 68 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=68&view=rev Author: atomicdog407 Date: 2010-01-03 02:03:58 +0000 (Sun, 03 Jan 2010) Log Message: ----------- - Changed default CPU type from generic to avr2 - Coding style format cleanup Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRSubtarget.cpp llvm/trunk/AVR/AVRTargetMachine.cpp llvm/trunk/AVR/TargetInfo/AVRTargetInfo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-12-28 23:50:40
|
Revision: 67 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=67&view=rev Author: atomicdog407 Date: 2009-12-28 23:50:33 +0000 (Mon, 28 Dec 2009) Log Message: ----------- regenerated LLVMLibDeps.cmake Modified Paths: -------------- llvm/trunk/patches/replace/cmake/modules/LLVMLibDeps.cmake This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-12-15 07:00:50
|
Revision: 66 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=66&view=rev Author: atomicdog407 Date: 2009-12-15 07:00:42 +0000 (Tue, 15 Dec 2009) Log Message: ----------- replaced 'assert 0' with llvm_unreachable() deleted eliminateCallFramePseudoInstr(). As far as I can tell we don't need this. Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRRegisterInfo.cpp llvm/trunk/AVR/AVRRegisterInfo.h llvm/trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp Property Changed: ---------------- 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...> - 2009-12-14 08:43:45
|
Revision: 65 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=65&view=rev Author: atomicdog407 Date: 2009-12-14 08:43:37 +0000 (Mon, 14 Dec 2009) Log Message: ----------- Added svn end of line property to files. AVRMCAsmInfo.cpp/h: Added/correct some asm directives Modified Paths: -------------- llvm/trunk/AVR/AVRInstrInfo.cpp llvm/trunk/AVR/AVRInstrInfo.h llvm/trunk/AVR/AVRMCAsmInfo.cpp llvm/trunk/AVR/AVRMCAsmInfo.h Property Changed: ---------------- llvm/trunk/AVR/AVR.h llvm/trunk/AVR/AVR.td llvm/trunk/AVR/AVRCallingConv.td llvm/trunk/AVR/AVRFrameInfo.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/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/AsmPrinter/CMakeLists.txt llvm/trunk/AVR/AsmPrinter/Makefile llvm/trunk/AVR/CMakeLists.txt llvm/trunk/AVR/Makefile llvm/trunk/AVR/TargetInfo/AVRTargetInfo.cpp llvm/trunk/AVR/TargetInfo/CMakeLists.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: <ato...@us...> - 2009-12-13 09:13:15
|
Revision: 64 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=64&view=rev Author: atomicdog407 Date: 2009-12-13 09:13:07 +0000 (Sun, 13 Dec 2009) Log Message: ----------- Changed the .comm directive back to use alignment (globals use it) __SREG__ and friends are now printed to top of asm file Global variables: Stopped .type directive from printing with .comm in order to match avr-gcc Removed printing of sections directive in order to match avr-gcc Added HACKS for __do_clear_bss and the .data directive Modified Paths: -------------- llvm/trunk/AVR/AVRMCAsmInfo.cpp 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...> - 2009-12-12 08:42:41
|
Revision: 63 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=63&view=rev Author: atomicdog407 Date: 2009-12-12 08:42:31 +0000 (Sat, 12 Dec 2009) Log Message: ----------- Removed MSP430 specific asm info from printSrcMemOperand & printOperand 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...> - 2009-12-12 05:02:51
|
Revision: 62 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=62&view=rev Author: atomicdog407 Date: 2009-12-12 05:02:44 +0000 (Sat, 12 Dec 2009) Log Message: ----------- Add AVRInstrInfo::insertNoop() 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: <ato...@us...> - 2009-12-11 04:20:11
|
Revision: 61 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=61&view=rev Author: atomicdog407 Date: 2009-12-11 04:20:04 +0000 (Fri, 11 Dec 2009) Log Message: ----------- complete function AVRRegisterInfo::getDwarfRegNum Modified Paths: -------------- llvm/trunk/AVR/AVRRegisterInfo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-12-10 04:49:26
|
Revision: 60 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=60&view=rev Author: atomicdog407 Date: 2009-12-10 04:49:18 +0000 (Thu, 10 Dec 2009) Log Message: ----------- Removed asm directive .align (not needed by avr-as) 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: <joe...@us...> - 2009-12-09 20:13:02
|
Revision: 59 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=59&view=rev Author: joeezapster Date: 2009-12-09 20:12:50 +0000 (Wed, 09 Dec 2009) Log Message: ----------- - added support for i8 arguments Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp llvm/trunk/AVR/AVRISelLowering.h llvm/trunk/docs/devel.html llvm/trunk/docs/gettingstarted.html llvm/trunk/docs/style.css Added Paths: ----------- llvm/trunk/testcases/arg1.c llvm/trunk/testcases/arg1.ll llvm/trunk/testcases/argret1.c llvm/trunk/testcases/argret1.ll llvm/trunk/testcases/argret2.c llvm/trunk/testcases/argret2.ll Property Changed: ---------------- 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: <joe...@us...> - 2009-12-09 15:49:18
|
Revision: 58 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=58&view=rev Author: joeezapster Date: 2009-12-09 15:49:08 +0000 (Wed, 09 Dec 2009) Log Message: ----------- changed patch folder structure: - all patches are now located in the patch folder (no subdirs!) - all replacement files (autogen) are now in the replace folder in the same subfolder as in llvm trunk e.g. LLVMLibDeps.cmake is now patches/replace/cmake/modules/LLVMLibDeps.cmake This change has two advantages: 1. It is now easier to find the correct location in llvm trunk if files are replaced. 2. All patches can be applied with one cmd line. 3. All files can be replace with one cmd line (rsync required). Assuming you are in llvm trunk: $ cat ../avr-llvm/patches/*.diff | patch -p0 # apply *all* patches $ rsync -r --exclude=.svn ../avr-llvm/patches/replace/* ./ # replace *all* autogen files Note the --exclude=.svn option. 'cp -rf' would destroy the llvm working copy by changing the files in the .svn folders! Modified Paths: -------------- llvm/trunk/docs/devel.html llvm/trunk/docs/gettingstarted.html llvm/trunk/patches/README Added Paths: ----------- llvm/trunk/patches/CMake.diff llvm/trunk/patches/replace/ llvm/trunk/patches/replace/cmake/ llvm/trunk/patches/replace/cmake/modules/ llvm/trunk/patches/replace/cmake/modules/LLVMLibDeps.cmake llvm/trunk/patches/replace/configure Removed Paths: ------------- llvm/trunk/patches/CMake/ llvm/trunk/patches/configure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-12-09 06:33:40
|
Revision: 56 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=56&view=rev Author: atomicdog407 Date: 2009-12-09 05:20:37 +0000 (Wed, 09 Dec 2009) Log Message: ----------- Add .lcomm asm directives (static variables) changed .comm asm directive to not take alignment argument Modified Paths: -------------- llvm/trunk/AVR/AVRMCAsmInfo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-12-09 06:28:09
|
Revision: 57 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=57&view=rev Author: atomicdog407 Date: 2009-12-09 05:58:16 +0000 (Wed, 09 Dec 2009) Log Message: ----------- -fix line ending win/unix mix -update README Modified Paths: -------------- llvm/trunk/AVR/AVRMCAsmInfo.cpp llvm/trunk/README This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ato...@us...> - 2009-12-08 06:42:03
|
Revision: 55 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=55&view=rev Author: atomicdog407 Date: 2009-12-08 06:41:49 +0000 (Tue, 08 Dec 2009) Log Message: ----------- - Coding style format cleanup Modified Paths: -------------- llvm/trunk/AVR/AVRCallingConv.td llvm/trunk/AVR/AVRInstrFormats.td llvm/trunk/AVR/AVRInstrInfo.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...> - 2009-12-07 07:11:52
|
Revision: 54 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=54&view=rev Author: atomicdog407 Date: 2009-12-07 07:11:45 +0000 (Mon, 07 Dec 2009) Log Message: ----------- - Coding style format cleanup Modified Paths: -------------- llvm/trunk/AVR/AsmPrinter/AVRAsmPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.cpp llvm/trunk/AVR/AsmPrinter/AVRInstPrinter.h llvm/trunk/AVR/AsmPrinter/AVRMCInstLower.cpp llvm/trunk/AVR/AsmPrinter/AVRMCInstLower.h llvm/trunk/AVR/TargetInfo/AVRTargetInfo.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |