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...> - 2013-07-30 02:04:13
|
Revision: 293
http://sourceforge.net/p/avr-llvm/code/293
Author: faluco
Date: 2013-07-30 02:04:12 +0000 (Tue, 30 Jul 2013)
Log Message:
-----------
- Change doubles to be 32 bits wide like floats.
- Sync the interrupt patch with the latest changes.
Modified Paths:
--------------
cfe/trunk/patches/Targets.diff
cfe/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...> - 2013-07-29 22:59:22
|
Revision: 292
http://sourceforge.net/p/avr-llvm/code/292
Author: faluco
Date: 2013-07-29 22:59:20 +0000 (Mon, 29 Jul 2013)
Log Message:
-----------
Add common global assignments at the header of each generated assembly file.
Modified Paths:
--------------
llvm/trunk/AVR/AVRAsmPrinter.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ato...@us...> - 2013-07-27 04:12:54
|
Revision: 291
http://sourceforge.net/p/avr-llvm/code/291
Author: atomicdog407
Date: 2013-07-27 04:12:51 +0000 (Sat, 27 Jul 2013)
Log Message:
-----------
Update configure patches
Modified Paths:
--------------
llvm/trunk/patches/LLVMBuild.diff
llvm/trunk/patches/configure.ac.diff
llvm/trunk/patches/replace/configure
llvm/trunk/patches/replace/projects/sample/configure
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-26 20:06:25
|
Revision: 290
http://sourceforge.net/p/avr-llvm/code/290
Author: faluco
Date: 2013-07-26 20:06:23 +0000 (Fri, 26 Jul 2013)
Log Message:
-----------
fix test to pass with latest regalloc changes
Modified Paths:
--------------
llvm/trunk/test/CodeGen/AVR/mul.ll
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ato...@us...> - 2013-07-26 06:08:01
|
Revision: 289
http://sourceforge.net/p/avr-llvm/code/289
Author: atomicdog407
Date: 2013-07-26 06:07:58 +0000 (Fri, 26 Jul 2013)
Log Message:
-----------
Add a Clang branch for working on the AVR Toolchain implementation.
Added Paths:
-----------
cfe/branches/
cfe/branches/TC/
cfe/branches/patches/
cfe/branches/patches/ToolChain.patch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-25 15:42:44
|
Revision: 288
http://sourceforge.net/p/avr-llvm/code/288
Author: faluco
Date: 2013-07-25 15:42:41 +0000 (Thu, 25 Jul 2013)
Log Message:
-----------
Comestic and style fixes (clean trailing white spaces, comments, and compiler warnings)
Modified Paths:
--------------
llvm/trunk/AVR/AVRAsmPrinter.cpp
llvm/trunk/AVR/AVRISelLowering.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: <kao...@us...> - 2013-07-25 11:06:03
|
Revision: 287
http://sourceforge.net/p/avr-llvm/code/287
Author: kaomoneus
Date: 2013-07-25 11:06:02 +0000 (Thu, 25 Jul 2013)
Log Message:
-----------
Added multibyte referencing for register constraints.
Modified Paths:
--------------
llvm/trunk/AVR/AVRAsmPrinter.cpp
llvm/trunk/AVR/AVRISelLowering.cpp
llvm/trunk/AVR/AVRRegisterInfo.td
llvm/trunk/test/CodeGen/AVR/inline-asm.ll
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-24 00:16:42
|
Revision: 286
http://sourceforge.net/p/avr-llvm/code/286
Author: faluco
Date: 2013-07-24 00:16:41 +0000 (Wed, 24 Jul 2013)
Log Message:
-----------
Only split registers when the pseudo is of 16bits.
Modified Paths:
--------------
llvm/trunk/AVR/AVRExpandPseudoInsts.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-24 00:11:08
|
Revision: 285
http://sourceforge.net/p/avr-llvm/code/285
Author: faluco
Date: 2013-07-24 00:11:05 +0000 (Wed, 24 Jul 2013)
Log Message:
-----------
Fixed a serious codegen bug where some pseudo instructions used to pass arguments through the stack that were spreaded out in various BB's were not converted to real instructions.
Modified Paths:
--------------
llvm/trunk/AVR/AVRExpandPseudoInsts.cpp
llvm/trunk/AVR/AVRFrameLowering.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: <fa...@us...> - 2013-07-23 18:57:37
|
Revision: 284
http://sourceforge.net/p/avr-llvm/code/284
Author: faluco
Date: 2013-07-23 18:57:34 +0000 (Tue, 23 Jul 2013)
Log Message:
-----------
Added more expansions to pass Generic/print-arith-int.ll and Generic/APIntLoadStore.ll
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: <fa...@us...> - 2013-07-23 18:22:57
|
Revision: 283
http://sourceforge.net/p/avr-llvm/code/283
Author: faluco
Date: 2013-07-23 18:22:54 +0000 (Tue, 23 Jul 2013)
Log Message:
-----------
Fix to pass Generic/overflow.ll
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...> - 2013-07-23 15:36:56
|
Revision: 282
http://sourceforge.net/p/avr-llvm/code/282
Author: faluco
Date: 2013-07-23 15:36:54 +0000 (Tue, 23 Jul 2013)
Log Message:
-----------
Rework the code responsible of analyzing function argument sizes:
Removed parseFunctionArgs() because it was faulty for non standard argument sizes (like i57 or i113). Instead, manually calculate the sizes using the splitted pieces of each argument. This fixes around 10 regression tests inside the Generic folder.
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: <fa...@us...> - 2013-07-23 00:57:53
|
Revision: 281
http://sourceforge.net/p/avr-llvm/code/281
Author: faluco
Date: 2013-07-23 00:57:52 +0000 (Tue, 23 Jul 2013)
Log Message:
-----------
Add a fix to pass CodeGen/Generic/crash.ll
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: <fa...@us...> - 2013-07-23 00:23:33
|
Revision: 280
http://sourceforge.net/p/avr-llvm/code/280
Author: faluco
Date: 2013-07-23 00:23:28 +0000 (Tue, 23 Jul 2013)
Log Message:
-----------
Added expansions for nodes we don't support to fix failures found while running the tests cases inside the Generic folder.
This has brought up some interesting codegen bugs.
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...> - 2013-07-22 07:26:18
|
Revision: 279
http://sourceforge.net/p/avr-llvm/code/279
Author: atomicdog407
Date: 2013-07-22 07:26:15 +0000 (Mon, 22 Jul 2013)
Log Message:
-----------
update configure patch. 'touch' all patches to avoid patch fuzz
Modified Paths:
--------------
cfe/trunk/patches/Driver.patch
cfe/trunk/patches/OverAlignment.diff
cfe/trunk/patches/Targets.diff
cfe/trunk/patches/flash.diff
cfe/trunk/patches/interrupt.diff
llvm/trunk/patches/AsmPrinter.diff
llvm/trunk/patches/CMake.diff
llvm/trunk/patches/CalcSpillWeights.diff
llvm/trunk/patches/LLVMBuild.diff
llvm/trunk/patches/OverAlignment.diff
llvm/trunk/patches/RegAllocGreedy.diff
llvm/trunk/patches/Triple.diff
llvm/trunk/patches/configure.ac.diff
llvm/trunk/patches/interrupt.diff
llvm/trunk/patches/replace/configure
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-21 23:52:11
|
Revision: 278
http://sourceforge.net/p/avr-llvm/code/278
Author: faluco
Date: 2013-07-21 23:52:07 +0000 (Sun, 21 Jul 2013)
Log Message:
-----------
Fix broken progmem codegen:
- Fixed instruction definitions.
- Added instruction expansions for 16bit lpm and lpm with postinc.
- Added test cases.
Modified Paths:
--------------
llvm/trunk/AVR/AVRExpandPseudoInsts.cpp
llvm/trunk/AVR/AVRInstrInfo.td
Added Paths:
-----------
llvm/trunk/test/CodeGen/AVR/progmem.ll
Property Changed:
----------------
llvm/trunk/test/CodeGen/AVR/inline-asm.ll
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-21 20:22:53
|
Revision: 277
http://sourceforge.net/p/avr-llvm/code/277
Author: faluco
Date: 2013-07-21 20:22:48 +0000 (Sun, 21 Jul 2013)
Log Message:
-----------
The 32 bit code directive is needed otherwise llc crashes.
Modified Paths:
--------------
llvm/trunk/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-21 19:51:32
|
Revision: 276
http://sourceforge.net/p/avr-llvm/code/276
Author: faluco
Date: 2013-07-21 19:51:30 +0000 (Sun, 21 Jul 2013)
Log Message:
-----------
More assembly printing fixes to match avr-as.
Modified Paths:
--------------
llvm/trunk/AVR/MCTargetDesc/AVRMCAsmInfo.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-21 19:34:05
|
Revision: 275
http://sourceforge.net/p/avr-llvm/code/275
Author: faluco
Date: 2013-07-21 19:34:03 +0000 (Sun, 21 Jul 2013)
Log Message:
-----------
Add a patch that avoids LLVM over aligning global variables that don't have an alignment value. Before this, LLVM was aligning strings to a 16 byte boundary.
Added Paths:
-----------
llvm/trunk/patches/OverAlignment.diff
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-19 20:22:22
|
Revision: 274
http://sourceforge.net/p/avr-llvm/code/274
Author: faluco
Date: 2013-07-19 20:22:19 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
add svn eol style property to this file.
Property Changed:
----------------
cfe/trunk/patches/OverAlignment.diff
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-19 20:19:38
|
Revision: 273
http://sourceforge.net/p/avr-llvm/code/273
Author: faluco
Date: 2013-07-19 20:19:34 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
- Update the Targets.diff patch to configure more data alignment types. While there removed some unused functions.
- Add a new patch that disables over aligning for 64 bit data types to a 16 byte boundary. For AVR this wastes too much memory and doesn't benefit from any performance gains. Users can still specify their own custom alignment with attributes if they want to override the 1 byte alignment.
Modified Paths:
--------------
cfe/trunk/patches/Targets.diff
cfe/trunk/patches/doPatch.sh
cfe/trunk/patches/tryPatch.sh
Added Paths:
-----------
cfe/trunk/patches/OverAlignment.diff
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-18 22:38:13
|
Revision: 272
http://sourceforge.net/p/avr-llvm/code/272
Author: faluco
Date: 2013-07-18 22:38:09 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
Fix assembly printing of complex symbol expressions. This should help getting more programs assembled by avr-as.
Modified Paths:
--------------
llvm/trunk/AVR/AVRMCInstLower.cpp
llvm/trunk/AVR/MCTargetDesc/AVRMCExpr.cpp
llvm/trunk/AVR/MCTargetDesc/AVRMCExpr.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-18 02:17:38
|
Revision: 271
http://sourceforge.net/p/avr-llvm/code/271
Author: faluco
Date: 2013-07-18 02:17:36 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
- fix PrintAsmOperand printing twice when the default function in the base class does not fail. Return an error when ExtraCode is not null.
- in PrintAsmMemoryOperand, remove a redundant condition that was checked previously with an assert.
Modified Paths:
--------------
llvm/trunk/AVR/AVRAsmPrinter.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fa...@us...> - 2013-07-15 18:45:12
|
Revision: 270
http://sourceforge.net/p/avr-llvm/code/270
Author: faluco
Date: 2013-07-15 18:45:09 +0000 (Mon, 15 Jul 2013)
Log Message:
-----------
- cleanup a hit the code.
- fix a potential crash.
- handle glue operands.
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: <kao...@us...> - 2013-07-15 12:04:19
|
Revision: 269
http://sourceforge.net/p/avr-llvm/code/269
Author: kaomoneus
Date: 2013-07-15 12:04:17 +0000 (Mon, 15 Jul 2013)
Log Message:
-----------
Inline assembler, memory constraint:
1. Refactoring: most of stuff has been moved into AVRISelDAGToDAG::SelectInlineAsmMemoryOperand.
2. Optimization:
add reg, imm
inst .. [reg]
If it is possible to allocate 'reg' as Z or Y and 'imm' < 64. We can transform code into:
inst .. [reg+imm]
Modified Paths:
--------------
llvm/trunk/AVR/AVRISelDAGToDAG.cpp
llvm/trunk/AVR/AVRISelLowering.cpp
llvm/trunk/test/CodeGen/AVR/inline-asm.ll
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|