<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Archive, branch stable</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Archive?h=stable</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Archive?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-02-26T21:20:35Z</updated>
<entry>
<title>Fix auto_ptr is deprecated warnings</title>
<updated>2013-02-26T21:20:35Z</updated>
<author>
<name>Matt Arsenault</name>
<email>Matthew.Arsenault@amd.com</email>
</author>
<published>2013-02-26T21:20:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7375f4f98148fc34f0c7fc765967501cdc65b24e'/>
<id>urn:sha1:7375f4f98148fc34f0c7fc765967501cdc65b24e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176123 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2013-02-26T20:13:09Z</updated>
<author>
<name>Matt Arsenault</name>
<email>Matthew.Arsenault@amd.com</email>
</author>
<published>2013-02-26T20:13:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d06c9cb9bb0ad682d097f704f8ed97b0fb657670'/>
<id>urn:sha1:d06c9cb9bb0ad682d097f704f8ed97b0fb657670</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176117 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move all of the header files which are involved in modelling the LLVM IR</title>
<updated>2013-01-02T11:36:10Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2013-01-02T11:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0b8c9a80f20772c3793201ab5b251d3520b9cea3'/>
<id>urn:sha1:0b8c9a80f20772c3793201ab5b251d3520b9cea3</id>
<content type='text'>
into their new header subdirectory: include/llvm/IR. This matches the
directory structure of lib, and begins to correct a long standing point
of file layout clutter in LLVM.

There are still more header files to move here, but I wanted to handle
them in separate commits to make tracking what files make sense at each
layer easier.

The only really questionable files here are the target intrinsic
tablegen files. But that's a battle I'd rather not fight today.

I've updated both CMake and Makefile build systems (I think, and my
tests think, but I may have missed something).

I've also re-sorted the includes throughout the project. I'll be
committing updates to Clang, DragonEgg, and Polly momentarily.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171366 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Sort includes for all of the .h files under the 'lib' tree. These were</title>
<updated>2012-12-04T07:12:27Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-12-04T07:12:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a1514e24cc24b050f53a12650e047799358833a1'/>
<id>urn:sha1:a1514e24cc24b050f53a12650e047799358833a1</id>
<content type='text'>
missed in the first pass because the script didn't yet handle include
guards.

Note that the script is now able to handle all of these headers without
manual edits. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169224 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the new script to sort the includes of every file under lib.</title>
<updated>2012-12-03T16:50:05Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-12-03T16:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d04a8d4b33ff316ca4cf961e06c9e312eff8e64f'/>
<id>urn:sha1:d04a8d4b33ff316ca4cf961e06c9e312eff8e64f</id>
<content type='text'>
Sooooo many of these had incorrect or strange main module includes.
I have manually inspected all of these, and fixed the main module
include to be the nearest plausible thing I could find. If you own or
care about any of these source files, I encourage you to take some time
and check that these edits were sensible. I can't have broken anything
(I strictly added headers, and reordered them, never removed), but they
may not be the headers you'd really like to identify as containing the
API being implemented.

Many forward declarations and missing includes were added to a header
files to allow them to parse cleanly when included first. The main
module rule does in fact have its merits. =]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169131 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Mark checkSignature const, and in turn stop casting away const from</title>
<updated>2012-09-05T22:09:23Z</updated>
<author>
<name>Roman Divacky</name>
<email>rdivacky@freebsd.org</email>
</author>
<published>2012-09-05T22:09:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=651e800defafb14ffb7905b9efa8423f1f5c215b'/>
<id>urn:sha1:651e800defafb14ffb7905b9efa8423f1f5c215b</id>
<content type='text'>
ArchiveMemberHeader. Found by gcc48 -Wcast-qual.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163255 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove references to compression in llvm-ar. It has been a long time since we</title>
<updated>2012-08-10T01:57:52Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2012-08-10T01:57:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=94bc246a8b2fd0ef371c8f3846ac9a5a367ed9ab'/>
<id>urn:sha1:94bc246a8b2fd0ef371c8f3846ac9a5a367ed9ab</id>
<content type='text'>
switched from a bytecode+bzip2 to the current bitcode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161651 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Include cstdio in a few place that depended on getting it transitively through StringExtras.h</title>
<updated>2012-03-23T11:35:30Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-03-23T11:35:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=901b85888c2de6bf982c47ab69b7e83908b6a216'/>
<id>urn:sha1:901b85888c2de6bf982c47ab69b7e83908b6a216</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153328 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Avoid using an invalidated iterator.</title>
<updated>2012-01-23T05:07:16Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2012-01-23T05:07:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4254df306268edb7f47a77eecd1f8b59f1b17fe0'/>
<id>urn:sha1:4254df306268edb7f47a77eecd1f8b59f1b17fe0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148681 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>The iteration order over a std::set&lt;Module*&gt; depends on the addresses of the</title>
<updated>2012-01-23T03:41:53Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2012-01-23T03:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=603d6b56a2b72358e7b599aab743beb44823d76c'/>
<id>urn:sha1:603d6b56a2b72358e7b599aab743beb44823d76c</id>
<content type='text'>
modules. Avoid that to make the order the linker sees the modules deterministic.

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