<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/MSP430, branch release_32</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/MSP430?h=release_32</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/MSP430?h=release_32'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-10-17T17:37:11Z</updated>
<entry>
<title>Fix fallout from RegInfo =&gt; FrameLowering refactoring on MSP430.</title>
<updated>2012-10-17T17:37:11Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2012-10-17T17:37:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e4b33a115bb91c663c55061fd232fa839cc8c4ca'/>
<id>urn:sha1:e4b33a115bb91c663c55061fd232fa839cc8c4ca</id>
<content type='text'>
Patch by Job Noorman!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166108 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reapply r161633-161634 "Partition use lists so defs always come before uses.""</title>
<updated>2012-08-10T00:21:30Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2012-08-10T00:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c7908037d87c8f6866b872e9f6b5a7fffae5b63e'/>
<id>urn:sha1:c7908037d87c8f6866b872e9f6b5a7fffae5b63e</id>
<content type='text'>
No changes to these patches, MRI needed to be notified when changing
uses into defs and vice versa.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161644 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r161633-161634 "Partition use lists so defs always come before uses."</title>
<updated>2012-08-09T23:31:36Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2012-08-09T23:31:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1134aae4e743290da2ad29a7ac76d3a1f9dcfce8'/>
<id>urn:sha1:1134aae4e743290da2ad29a7ac76d3a1f9dcfce8</id>
<content type='text'>
These commits broke a number of buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161640 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't use pointer-pointers for the register use lists.</title>
<updated>2012-08-09T22:49:42Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2012-08-09T22:49:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=46f4c35372062eaf097922b5683bc6639ccf342b'/>
<id>urn:sha1:46f4c35372062eaf097922b5683bc6639ccf342b</id>
<content type='text'>
Use a more conventional doubly linked list where the Prev pointers form
a cycle. This means it is no longer necessary to adjust the Prev
pointers when reallocating the VRegInfo array.

The test changes are required because the register allocation hint is
using the use-list order to break ties.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161633 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>These tests used intrinsics with the wrong prototype.  They weren't caught because</title>
<updated>2012-05-27T19:35:41Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2012-05-27T19:35:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c32cef6aa158a572dd42a4e15762ebb5c666c85e'/>
<id>urn:sha1:c32cef6aa158a572dd42a4e15762ebb5c666c85e</id>
<content type='text'>
the old verifier just checked that something "was a pointer", but not that the pointee
was correct.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157544 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu</title>
<updated>2012-03-25T09:02:19Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-03-25T09:02:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cc85160672e3b2d5ec363cc4e151e5b944a60454'/>
<id>urn:sha1:cc85160672e3b2d5ec363cc4e151e5b944a60454</id>
<content type='text'>
* Removed test/lib/llvm.exp - it is no longer needed 
* Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files
  left in the test suite so this code is no longer required. test/lit.cfg is
  now much shorter and clearer 
* Removed a lot of duplicate code in lit.local.cfg files that need access to
  the root configuration, by adding a "root" attribute to the TestingConfig
  object. This attribute is dynamically computed to provide the same
  information as was previously provided by the custom getRoot functions. 
* Documented the config.root attribute in docs/CommandGuide/lit.pod





git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153408 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.</title>
<updated>2012-02-16T06:28:33Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-02-16T06:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f0c411079cd21bb3a81a1b70bf8c67539a16c22'/>
<id>urn:sha1:0f0c411079cd21bb3a81a1b70bf8c67539a16c22</id>
<content type='text'>
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150664 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.</title>
<updated>2011-11-27T06:54:59Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-11-27T06:54:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d2bf432b2b6ba02e20958953a237213d48b00f20'/>
<id>urn:sha1:d2bf432b2b6ba02e20958953a237213d48b00f20</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145171 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the explicit request for "Latency" scheduling from MSP430,</title>
<updated>2011-10-24T17:53:16Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-10-24T17:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=334190e47eb28fe749380594992a7ae2e1c7737f'/>
<id>urn:sha1:334190e47eb28fe749380594992a7ae2e1c7737f</id>
<content type='text'>
as the Latency scheduler is going away.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142811 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix register-dependent test in MSP430.</title>
<updated>2011-05-04T01:01:39Z</updated>
<author>
<name>Jakob Stoklund Olesen</name>
<email>stoklund@2pi.dk</email>
</author>
<published>2011-05-04T01:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9dfb367a424cd71686e7830668a2e44eaa7aaef7'/>
<id>urn:sha1:9dfb367a424cd71686e7830668a2e44eaa7aaef7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130815 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
