<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/Mem2Reg, branch testing</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/Mem2Reg?h=testing</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/Mem2Reg?h=testing'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-21T20:28:52Z</updated>
<entry>
<title>Remove unused field in DISubprogram</title>
<updated>2013-03-21T20:28:52Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-21T20:28:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ebb5183a2f16abc7c88241bb42412465f52c2a61'/>
<id>urn:sha1:ebb5183a2f16abc7c88241bb42412465f52c2a61</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177661 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Split out filename &amp; directory from DIFile to start generalizing over DIScopes</title>
<updated>2013-03-17T21:13:55Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-17T21:13:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b4cf0ab22b5a3ebb720f0b7287fdccfb465b6b7c'/>
<id>urn:sha1:b4cf0ab22b5a3ebb720f0b7287fdccfb465b6b7c</id>
<content type='text'>
This is the first step to making all DIScopes have a common metadata prefix (so
that things (using directives, for example) that can appear in any scope can be
added to that common prefix). DIFile is itself a DIScope so the common prefix
of all DIScopes cannot be a DIFile - instead it's the raw filename/directory
name pair.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177239 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Generalize debug info test to be resilient to changes in metadata node numbering</title>
<updated>2013-03-17T21:08:22Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-17T21:08:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=14de1a87ce2be1a2e9258ea6c8437482cdb480ec'/>
<id>urn:sha1:14de1a87ce2be1a2e9258ea6c8437482cdb480ec</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177238 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the unused 4th operand for DIFile debug info metadata</title>
<updated>2013-03-13T22:05:21Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-13T22:05:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e0805a992ddd2823604969c8aac61a2f339f3c01'/>
<id>urn:sha1:e0805a992ddd2823604969c8aac61a2f339f3c01</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176983 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Upgrading debug info test cases to be (more) compatible with the current debug info format.</title>
<updated>2013-03-11T22:37:40Z</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2013-03-11T22:37:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=850b74d3927c35850a99b10ca7809f61a3b69c67'/>
<id>urn:sha1:850b74d3927c35850a99b10ca7809f61a3b69c67</id>
<content type='text'>
These cases were found by further work to remove support for debug info
versioning. Common cleanups (other than changing the version info in the tag
field) included adding the last parameter to compile_units (recently added for
fission support) and other cases of trailing fields in lexical blocks, compile
units, and subprograms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176834 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>Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.</title>
<updated>2011-11-27T06:54:59Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-11-27T06:54:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d2bf432b2b6ba02e20958953a237213d48b00f20'/>
<id>urn:sha1:d2bf432b2b6ba02e20958953a237213d48b00f20</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145171 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the returns_twice attribute to LLVM.</title>
<updated>2011-10-03T14:45:37Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2011-10-03T14:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=25456ef74ca7ac9bf46451f28d995f785e2596de'/>
<id>urn:sha1:25456ef74ca7ac9bf46451f28d995f785e2596de</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141001 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update more tests to the new EH scheme.</title>
<updated>2011-08-31T21:39:05Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-08-31T21:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=935903191f0f1b62e78d68ec051be594fc4b4ce7'/>
<id>urn:sha1:935903191f0f1b62e78d68ec051be594fc4b4ce7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138903 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add comments and test for atomic load/store and mem2reg.</title>
<updated>2011-08-15T23:55:52Z</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2011-08-15T23:55:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fd06b3cfa184a357f5f37625f50be104c8573fc3'/>
<id>urn:sha1:fd06b3cfa184a357f5f37625f50be104c8573fc3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137690 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
