<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/FileCheck, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/FileCheck?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/FileCheck?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-08-31T06:24:03Z</updated>
<entry>
<title>Merge from mainline.</title>
<updated>2009-08-31T06:24:03Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-08-31T06:24:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dc8e00e5efbe93f22f04b014eba594956a205415'/>
<id>urn:sha1:dc8e00e5efbe93f22f04b014eba594956a205415</id>
<content type='text'>
Don't install FileCheck and FileUpdate


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@80548 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>when emitting errors about CHECK-NEXT directives, show the line that the </title>
<updated>2009-08-16T02:22:31Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-16T02:22:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0b2353f277f7a92b48af20f9804c6c35d96ecb75'/>
<id>urn:sha1:0b2353f277f7a92b48af20f9804c6c35d96ecb75</id>
<content type='text'>
CHECK-NEXT is on.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79164 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>implement support for CHECK-NEXT: in filecheck.</title>
<updated>2009-08-15T18:32:21Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-15T18:32:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5dafafdeb4d89b37c6b7efbeabaa7d818c7023fe'/>
<id>urn:sha1:5dafafdeb4d89b37c6b7efbeabaa7d818c7023fe</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79123 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>simplify some code.</title>
<updated>2009-08-15T18:00:42Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-15T18:00:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d7e250527c38297c900db43a9e2f1e56b235b3cc'/>
<id>urn:sha1:d7e250527c38297c900db43a9e2f1e56b235b3cc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79121 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rewrite FindStringInBuffer to use an explicit loop instead of</title>
<updated>2009-08-15T17:53:12Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-15T17:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7bee3271e883acf2d07b48f3796a7cdc158112db'/>
<id>urn:sha1:7bee3271e883acf2d07b48f3796a7cdc158112db</id>
<content type='text'>
trying to wrap strstr which is just too inconvenient.  Make it
use a StringRef to avoid ".c_str()" calls.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79120 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Instead of using an std::pair, use a custom struct.</title>
<updated>2009-08-15T17:41:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-15T17:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=207e1bcf897d1c732f717b9773029651ecc59ab2'/>
<id>urn:sha1:207e1bcf897d1c732f717b9773029651ecc59ab2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79119 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix an ENABLE_EXPENSIVE_CHECKS error.</title>
<updated>2009-08-02T01:21:22Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-08-02T01:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6f69aa356136ada3d414d04cfab4341e87b63165'/>
<id>urn:sha1:6f69aa356136ada3d414d04cfab4341e87b63165</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77845 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tweak comment.</title>
<updated>2009-07-11T22:06:10Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-07-11T22:06:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e9e2733a04875bfab6596e362b37acd031f99010'/>
<id>urn:sha1:e9e2733a04875bfab6596e362b37acd031f99010</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75391 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>improve filecheck's "scanning from here" caret position.</title>
<updated>2009-07-11T19:21:09Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-07-11T19:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d7073db1af89c0340eb81740beb78875d3c4a2f8'/>
<id>urn:sha1:d7073db1af89c0340eb81740beb78875d3c4a2f8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75371 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>make filecheck default to canonicalizing horizontal whitespace</title>
<updated>2009-07-11T18:58:15Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-07-11T18:58:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=88a7e9ee8dd2f1d2f40cdb9c378f050e45161783'/>
<id>urn:sha1:88a7e9ee8dd2f1d2f40cdb9c378f050e45161783</id>
<content type='text'>
away.  This way you can write a space and it matches arbitrary spaces and tabs.


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