<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/TailCallElim, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/TailCallElim?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/TailCallElim?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-12T16:27:52Z</updated>
<entry>
<title>Revert the test moves from 176733.  Use "REQUIRES: asserts" instead.</title>
<updated>2013-03-12T16:27:52Z</updated>
<author>
<name>Jan Wen Voung</name>
<email>jvoung@google.com</email>
</author>
<published>2013-03-12T16:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4323665bd857c0527b50463d415d9e76493ad2fe'/>
<id>urn:sha1:4323665bd857c0527b50463d415d9e76493ad2fe</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176873 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Disable statistics on Release builds and move tests that depend on -stats.</title>
<updated>2013-03-08T22:56:31Z</updated>
<author>
<name>Jan Wen Voung</name>
<email>jvoung@google.com</email>
</author>
<published>2013-03-08T22:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fa785cb22d50c657eb08c762d627cd6aa96982f3'/>
<id>urn:sha1:fa785cb22d50c657eb08c762d627cd6aa96982f3</id>
<content type='text'>
Summary:
Statistics are still available in Release+Asserts (any +Asserts builds),
and stats can also be turned on with LLVM_ENABLE_STATS.

Move some of the FastISel stats that were moved under DEBUG()
back out of DEBUG(), since stats are disabled across the board now.

Many tests depend on grepping "-stats" output.  Move those into
a orig_dir/Stats/. so that they can be marked as unsupported
when building without statistics.

Differential Revision: http://llvm-reviews.chandlerc.com/D486

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176733 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Converted test dont-tce-tail-marked-call.ll to use FileCheck.</title>
<updated>2013-01-11T04:16:35Z</updated>
<author>
<name>Michael Gottesman</name>
<email>mgottesman@apple.com</email>
</author>
<published>2013-01-11T04:16:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=04a0dc772916ddebdeefaf1344247e243ba6636d'/>
<id>urn:sha1:04a0dc772916ddebdeefaf1344247e243ba6636d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172172 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This commit is a 4x squash commit consisting of 4x functions converted to use FileCheck instead of grep.</title>
<updated>2013-01-11T04:12:53Z</updated>
<author>
<name>Michael Gottesman</name>
<email>mgottesman@apple.com</email>
</author>
<published>2013-01-11T04:12:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fff44aea75648caec5528b004789c5bbb8be7396'/>
<id>urn:sha1:fff44aea75648caec5528b004789c5bbb8be7396</id>
<content type='text'>
Messages:
Converted test case trivial_codegen_tailcall.ll to use FileCheck.
Converted test return_constant.ll to use FileCheck instead of grep.
Converted test reorder_load.ll to use FileCheck instead of grep.
Converted test intervening-inst.ll to use FileCheck instead of grep.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172171 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tests: rewrite 'opt ... %s' to 'opt ... &lt; %s' so that opt does not emit a ModuleID</title>
<updated>2013-01-01T14:04:36Z</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2013-01-01T14:04:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3dd0781b8cc13e83e5991d238542c1b39bc5fcac'/>
<id>urn:sha1:3dd0781b8cc13e83e5991d238542c1b39bc5fcac</id>
<content type='text'>
This is done to avoid odd test failures, like the one fixed in r171243.

While there, FileCheck'ize tests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171344 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tests: rewrite 'opt ... %s' to 'opt ... &lt; %s' so that opt does not emit a ModuleID</title>
<updated>2013-01-01T13:57:25Z</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2013-01-01T13:57:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fbfb1b286f08cd48e55b1284879a95f75ec964f6'/>
<id>urn:sha1:fbfb1b286f08cd48e55b1284879a95f75ec964f6</id>
<content type='text'>
This is done to avoid odd test failures, like the one fixed in r171243.

My previous regex was not good enough to find these.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171343 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tests: rewrite 'opt ... %s' to 'opt ... &lt; %s' so that opt does not emit a ModuleID</title>
<updated>2012-12-30T01:28:40Z</updated>
<author>
<name>Dmitri Gribenko</name>
<email>gribozavr@gmail.com</email>
</author>
<published>2012-12-30T01:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b4912b9dccd7250c372a40ba0734171c6b0f5e9b'/>
<id>urn:sha1:b4912b9dccd7250c372a40ba0734171c6b0f5e9b</id>
<content type='text'>
This is done to avoid odd test failures, like the one fixed in r171243.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171246 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r166407 because it caused analyzer tests to crash and broke self-host bots.</title>
<updated>2012-10-22T18:16:14Z</updated>
<author>
<name>Argyrios Kyrtzidis</name>
<email>akyrtzi@gmail.com</email>
</author>
<published>2012-10-22T18:16:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0b06e2331eb549b53ac1e96d4878dfb0910b98f0'/>
<id>urn:sha1:0b06e2331eb549b53ac1e96d4878dfb0910b98f0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166424 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reapply r166405, teaching tailcallelim to be smarter about nocapture, with a</title>
<updated>2012-10-22T03:03:52Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2012-10-22T03:03:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18b1f4e7692f6a42d8e64d4b7c50a73b2aeacd90'/>
<id>urn:sha1:18b1f4e7692f6a42d8e64d4b7c50a73b2aeacd90</id>
<content type='text'>
very small but very important bugfix:
  bool shouldExplore(Use *U) {
    Value *V = U-&gt;get();
    if (isa&lt;CallInst&gt;(V) || isa&lt;InvokeInst&gt;(V))
    [...]
should have read:
  bool shouldExplore(Use *U) {
    Value *V = U-&gt;getUser();
    if (isa&lt;CallInst&gt;(V) || isa&lt;InvokeInst&gt;(V))
Fixes PR14143!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166407 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r166405, "Teach TailRecursionElimination to consider 'nocapture' when deciding whether"</title>
<updated>2012-10-22T00:48:51Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-10-22T00:48:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d581b9e61ff782e30cbd097b154213197033db0a'/>
<id>urn:sha1:d581b9e61ff782e30cbd097b154213197033db0a</id>
<content type='text'>
It broke selfhosting stage2 in several builders.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166406 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
