<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/TestingGuide.html, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/TestingGuide.html?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/TestingGuide.html?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-02-26T21:23:59Z</updated>
<entry>
<title>Test autoupdate.</title>
<updated>2010-02-26T21:23:59Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-02-26T21:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bb134231d85060c2d0d11c861405d4376dc5fcea'/>
<id>urn:sha1:bb134231d85060c2d0d11c861405d4376dc5fcea</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97266 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Test auto update.</title>
<updated>2010-02-26T21:19:09Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-02-26T21:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=14ffb1ebacc19c3f8b46fb119b01183f6c276b48'/>
<id>urn:sha1:14ffb1ebacc19c3f8b46fb119b01183f6c276b48</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97265 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Eliminate llvmgcc_version testing variable.</title>
<updated>2010-02-23T07:56:28Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2010-02-23T07:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3d4d01bd39653ca869c4fca211fa861bfcf33dcc'/>
<id>urn:sha1:3d4d01bd39653ca869c4fca211fa861bfcf33dcc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96908 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Kill unused llvmgccmajvers testing variable.</title>
<updated>2010-02-23T07:56:18Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2010-02-23T07:56:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a2b40a95b264a8a00d849928cc510556bbf778a3'/>
<id>urn:sha1:a2b40a95b264a8a00d849928cc510556bbf778a3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96906 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rename REG -&gt; REGISTER to make it explicit in the doc.  &lt;tt&gt;ify some stuff.</title>
<updated>2009-09-27T08:01:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-09-27T08:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9217f6b2e40c1a4d5caf43d6ff1d37d056552310'/>
<id>urn:sha1:9217f6b2e40c1a4d5caf43d6ff1d37d056552310</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82892 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>implement and document support for filecheck variables.  This</title>
<updated>2009-09-27T07:56:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-09-27T07:56:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eec96958cd53ebb61bebfd3af416ace380df6f6c'/>
<id>urn:sha1:eec96958cd53ebb61bebfd3af416ace380df6f6c</id>
<content type='text'>
allows matching and remembering a string and then matching and
verifying that the string occurs later in the file.

Change X86/xor.ll to use this in some cases where the test was
checking for an arbitrary register allocation decision.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82891 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add and document regex support for FileCheck.  You can now do stuff like:</title>
<updated>2009-09-24T21:47:32Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-09-24T21:47:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=528700863adefca8de461ce28a7d903729fb96b4'/>
<id>urn:sha1:528700863adefca8de461ce28a7d903729fb96b4</id>
<content type='text'>
; CHECK: movl {{%e[a-z][xi]}}, %eax

or whatever.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82717 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>grammaro</title>
<updated>2009-09-20T22:45:18Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-09-20T22:45:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4d0764da03b6b229c3bf26e5ac47fe82104d30d7'/>
<id>urn:sha1:4d0764da03b6b229c3bf26e5ac47fe82104d30d7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82412 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>implement and document support for CHECK-NOT</title>
<updated>2009-09-20T22:35:26Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-09-20T22:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f15380ba8ae35941dcd56d9a288ad023295dde30'/>
<id>urn:sha1:f15380ba8ae35941dcd56d9a288ad023295dde30</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82408 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove prcontext.</title>
<updated>2009-09-10T04:56:59Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-09-10T04:56:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f3e2d80770c43e2ae1e5ba0d6a944974087f57ae'/>
<id>urn:sha1:f3e2d80770c43e2ae1e5ba0d6a944974087f57ae</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81427 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
