From: <fa...@us...> - 2011-11-30 20:44:02
|
Revision: 125 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=125&view=rev Author: faluco Date: 2011-11-30 20:43:56 +0000 (Wed, 30 Nov 2011) Log Message: ----------- patch file for custom code in the register allocator Added 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. |
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...> - 2012-06-06 01:24:06
|
Revision: 177 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=177&view=rev Author: faluco Date: 2012-06-06 01:23:57 +0000 (Wed, 06 Jun 2012) Log Message: ----------- sync with llvm 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...> - 2012-06-10 23:37:06
|
Revision: 178 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=178&view=rev Author: faluco Date: 2012-06-10 23:37:00 +0000 (Sun, 10 Jun 2012) Log Message: ----------- update patch 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...> - 2012-06-21 14:22:26
|
Revision: 185 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=185&view=rev Author: faluco Date: 2012-06-21 14:22:15 +0000 (Thu, 21 Jun 2012) Log Message: ----------- update patch to match latest regalloc changes 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...> - 2012-10-15 23:25:45
|
Revision: 232 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=232&view=rev Author: faluco Date: 2012-10-15 23:25:39 +0000 (Mon, 15 Oct 2012) Log Message: ----------- Update custom regalloc patch. RegClassInfo does not provide anymore a reserved register list, it has been moved to the MachineRegisterInfo class. 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...> - 2012-10-15 23:36:30
|
Revision: 233 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=233&view=rev Author: faluco Date: 2012-10-15 23:36:24 +0000 (Mon, 15 Oct 2012) Log Message: ----------- Recompute RegClassInfo after spilling. 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...> - 2013-07-14 23:00:56
|
Revision: 268 http://sourceforge.net/p/avr-llvm/code/268 Author: faluco Date: 2013-07-14 23:00:55 +0000 (Sun, 14 Jul 2013) Log Message: ----------- Update patch to reflect the new register ordering generated by tablegen. 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. |