<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/MBlaze, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/MBlaze?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/MBlaze?h=release_33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-18T22:08:16Z</updated>
<entry>
<title>Remove unnecessary leading comment characters in lit-only file</title>
<updated>2013-03-18T22:08:16Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-18T22:08:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4388d58ff4881e4046d0e08add48a83aaf671e8a'/>
<id>urn:sha1:4388d58ff4881e4046d0e08add48a83aaf671e8a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177327 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Include '.test' suffix in target specific lit configs that need it</title>
<updated>2013-03-18T20:31:44Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-18T20:31:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e68f0b650e32c1993c5d4c92e04cb3d7b7588010'/>
<id>urn:sha1:e68f0b650e32c1993c5d4c92e04cb3d7b7588010</id>
<content type='text'>
Apparently my final cleanup to use a relevant suffix for these tests before
committing r176831 caused them to stop running since lit wasn't configured to
run tests with that suffix in those directories (why don't we just have a
global suffix list?). So, add the suffix to the relevant directories &amp; fix the
test that has bitrotted over the last week due to my debug info schema changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177315 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove duplicate test contents.</title>
<updated>2013-03-11T22:10:14Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-11T22:10:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7cf04f3e1256150bea1b6ffe16fd2e98ae265080'/>
<id>urn:sha1:7cf04f3e1256150bea1b6ffe16fd2e98ae265080</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176831 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>Change the default scheduler from Latency to ILP, since Latency</title>
<updated>2011-10-24T17:45:02Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2011-10-24T17:45:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8c2d270ae8b460912633883f24346c0763373a56'/>
<id>urn:sha1:8c2d270ae8b460912633883f24346c0763373a56</id>
<content type='text'>
is going away.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142810 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add scheduling information for the MBlaze backend.</title>
<updated>2011-04-11T22:31:52Z</updated>
<author>
<name>Wesley Peck</name>
<email>peckw@wesleypeck.com</email>
</author>
<published>2011-04-11T22:31:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3d820baf195973de23d6520d692acc6bfb43bfe9'/>
<id>urn:sha1:3d820baf195973de23d6520d692acc6bfb43bfe9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129311 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix visitShift to properly zero extend the shift amount if the provided operand</title>
<updated>2011-02-13T09:02:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-02-13T09:02:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d3027738856d57ee22930deca0c7977fdc13e633'/>
<id>urn:sha1:d3027738856d57ee22930deca0c7977fdc13e633</id>
<content type='text'>
is narrower than the shift register.  Doing an anyext provides undefined bits in
the top part of the register.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125457 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Lower the MBlaze target specific calling conventions for "interrupt_handler"</title>
<updated>2010-12-15T20:27:28Z</updated>
<author>
<name>Wesley Peck</name>
<email>peckw@wesleypeck.com</email>
</author>
<published>2010-12-15T20:27:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dc9d87a9bbb5bc2ddaad7ab0db4aed82d88636c6'/>
<id>urn:sha1:dc9d87a9bbb5bc2ddaad7ab0db4aed82d88636c6</id>
<content type='text'>
and "save_volatiles" correctly. This completes the custom calling convention
functionality changes for the MBlaze backend that were started in 121888.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121891 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Missed some ADDI &lt;-&gt; ADDIK conversions in 121649.</title>
<updated>2010-12-12T22:53:14Z</updated>
<author>
<name>Wesley Peck</name>
<email>peckw@wesleypeck.com</email>
</author>
<published>2010-12-12T22:53:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=638f7a9a5e7caf05c8871afe6d27a5bdd2dd4ac2'/>
<id>urn:sha1:638f7a9a5e7caf05c8871afe6d27a5bdd2dd4ac2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121652 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
