<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-05-15T22:06:08Z</updated>
<entry>
<title>Merge in 156319 156837 156838.</title>
<updated>2012-05-15T22:06:08Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-05-15T22:06:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=02b87df98afb03136a1f5076c042696c98524947'/>
<id>urn:sha1:02b87df98afb03136a1f5076c042696c98524947</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_31@156863 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merging r155230:</title>
<updated>2012-04-20T20:32:47Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-04-20T20:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ac662fd3e8ac791763b049166c413eccd21cf872'/>
<id>urn:sha1:ac662fd3e8ac791763b049166c413eccd21cf872</id>
<content type='text'>
------------------------------------------------------------------------
r155230 | void | 2012-04-20 13:31:44 -0700 (Fri, 20 Apr 2012) | 1 line

Modify the sh-bang to run out-of-the-box for FreeBSDes.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_31@155231 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a flag to rebranch if we need to.</title>
<updated>2012-04-18T21:38:12Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-04-18T21:38:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bdcfb7663a2a62fd52a14dbeaa076423c719ec2d'/>
<id>urn:sha1:bdcfb7663a2a62fd52a14dbeaa076423c719ec2d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155049 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert "Replace some uses of std:map&lt;std::string,...&gt; with StringMap."</title>
<updated>2012-04-18T20:24:49Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2012-04-18T20:24:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b4b26f87fe2309abaa6fceaa71a9d6e812654c9f'/>
<id>urn:sha1:b4b26f87fe2309abaa6fceaa71a9d6e812654c9f</id>
<content type='text'>
StringMap iterators are not deterministic, and that's more important
here than speed or memory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155039 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>tblgen: remove duplicated newlines.</title>
<updated>2012-04-18T19:22:47Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-04-18T19:22:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3cbcffc4e5990209ce80a54e615f55245fe3b824'/>
<id>urn:sha1:3cbcffc4e5990209ce80a54e615f55245fe3b824</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155038 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Replace some uses of std:map&lt;std::string,...&gt; with StringMap.</title>
<updated>2012-04-18T19:13:59Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2012-04-18T19:13:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=325478d78dcf8a113c0bda932f76222b6299fa43'/>
<id>urn:sha1:325478d78dcf8a113c0bda932f76222b6299fa43</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155037 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use SmallVector for the requirements on an InstAlias.</title>
<updated>2012-04-18T19:02:43Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2012-04-18T19:02:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a5b0685142e8d3f5d9b6cf5aee270ebbd796c1ba'/>
<id>urn:sha1:a5b0685142e8d3f5d9b6cf5aee270ebbd796c1ba</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155034 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tidy up. Formatting.</title>
<updated>2012-04-18T18:56:33Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2012-04-18T18:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=016c679c50e13532a30d80b59232e4b82ab807bf'/>
<id>urn:sha1:016c679c50e13532a30d80b59232e4b82ab807bf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155032 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move a few more warnings to use PrintWarning().</title>
<updated>2012-04-18T18:39:31Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2012-04-18T18:39:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bfb4327baa5bbab78f0da4c8c069482878660a04'/>
<id>urn:sha1:bfb4327baa5bbab78f0da4c8c069482878660a04</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155027 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tidy up. No need for a Twine here, as it's just constants.</title>
<updated>2012-04-18T18:39:27Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2012-04-18T18:39:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=37c53ff6a715b2f9efcfa5253b2774b31301b6f8'/>
<id>urn:sha1:37c53ff6a715b2f9efcfa5253b2774b31301b6f8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155026 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
