<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/LoopSimplify, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/LoopSimplify?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/LoopSimplify?h=release_33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-07-02T12:47:22Z</updated>
<entry>
<title>Convert all tests using TCL-style quoting to use shell-style quoting.</title>
<updated>2012-07-02T12:47:22Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-07-02T12:47:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4177e6fff50552908bab510f1e896fa974a6f155'/>
<id>urn:sha1:4177e6fff50552908bab510f1e896fa974a6f155</id>
<content type='text'>
This was done through the aid of a terrible Perl creation. I will not
paste any of the horrors here. Suffice to say, it require multiple
staged rounds of replacements, state carried between, and a few
nested-construct-parsing hacks that I'm not proud of. It happens, by
luck, to be able to deal with all the TCL-quoting patterns in evidence
in the LLVM test suite.

If anyone is maintaining large out-of-tree test trees, feel free to poke
me and I'll send you the steps I used to convert things, as well as
answer any painful questions etc. IRC works best for this type of thing
I find.

Once converted, switch the LLVM lit config to use ShTests the same as
Clang. In addition to being able to delete large amounts of Python code
from 'lit', this will also simplify the entire test suite and some of
lit's architecture.

Finally, the test suite runs 33% faster on Linux now. ;]
For my 16-hardware-thread (2x 4-core xeon e5520): 36s -&gt; 24s

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159525 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>LoopSimplify bug fix. Handle indirect loop back edges.</title>
<updated>2012-03-20T21:24:52Z</updated>
<author>
<name>Andrew Trick</name>
<email>atrick@apple.com</email>
</author>
<published>2012-03-20T21:24:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7edc277f7214837d3b7cc382350ea1eb968d09aa'/>
<id>urn:sha1:7edc277f7214837d3b7cc382350ea1eb968d09aa</id>
<content type='text'>
Do not call SplitBlockPredecessors on a loop preheader when one of the
predecessors is an indirectbr. Otherwise, you will hit this assert:
!isa&lt;IndirectBrInst&gt;(Preds[i]-&gt;getTerminator()) &amp;&amp; "Cannot split an edge from an IndirectBrInst"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153134 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>Make loop preheader insertion in LoopSimplify handle the case where the loop header is a landing pad correctly (by splitting the landingpad out of the loop header).  Make some adjustments to the rest of LoopSimplify to make it clear that the rest of LoopSimplify isn't making bad assumptions about the presence of landing pads.  PR11575.</title>
<updated>2011-12-15T00:50:34Z</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2011-12-15T00:50:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7d1ff37118d5b3febae818676d9dd9513057fed7'/>
<id>urn:sha1:7d1ff37118d5b3febae818676d9dd9513057fed7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146621 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed colons from some target datalayout strings in test, since they don't match the required format.</title>
<updated>2011-10-12T22:24:17Z</updated>
<author>
<name>Lang Hames</name>
<email>lhames@gmail.com</email>
</author>
<published>2011-10-12T22:24:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=68df750a4f96e1788adef5631281accca2c663cc'/>
<id>urn:sha1:68df750a4f96e1788adef5631281accca2c663cc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141825 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update to the new EH syntax.</title>
<updated>2011-09-19T23:50:34Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-19T23:50:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9ead2c0609104d6feecdba3b70f0c6bb1ffe3094'/>
<id>urn:sha1:9ead2c0609104d6feecdba3b70f0c6bb1ffe3094</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140103 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Dramatically reduce this testcase.</title>
<updated>2011-09-19T23:47:06Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-09-19T23:47:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0b9a90932d65f39ca5e8f12631a604ab756c5ead'/>
<id>urn:sha1:0b9a90932d65f39ca5e8f12631a604ab756c5ead</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140101 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Generalize test case to handle multiple indvars modes.</title>
<updated>2011-09-13T03:17:25Z</updated>
<author>
<name>Andrew Trick</name>
<email>atrick@apple.com</email>
</author>
<published>2011-09-13T03:17:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=603fff39688a4e3a90f62031d523f2e0f9b05722'/>
<id>urn:sha1:603fff39688a4e3a90f62031d523f2e0f9b05722</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139578 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reenable test.</title>
<updated>2011-08-31T23:08:05Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-08-31T23:08:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b5d92d83b4c501dad0297d18031870dfc311978e'/>
<id>urn:sha1:b5d92d83b4c501dad0297d18031870dfc311978e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138916 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert accidental commit</title>
<updated>2011-08-31T23:07:46Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-08-31T23:07:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3b5e99d79ea02b57cd6b736d75520b3cee873cf7'/>
<id>urn:sha1:3b5e99d79ea02b57cd6b736d75520b3cee873cf7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138915 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
