<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Support, branch stable</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Support?h=stable</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Support?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-03-30T15:23:08Z</updated>
<entry>
<title>Put private class into an anonmyous namespace.</title>
<updated>2013-03-30T15:23:08Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2013-03-30T15:23:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ddcc82b871e2033ed3e566be8e7303aac5cde471'/>
<id>urn:sha1:ddcc82b871e2033ed3e566be8e7303aac5cde471</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178420 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>SmallVector and SmallPtrSet allocations now power-of-two aligned.</title>
<updated>2013-03-29T22:07:12Z</updated>
<author>
<name>Jean-Luc Duprat</name>
<email>jduprat@apple.com</email>
</author>
<published>2013-03-29T22:07:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e1e9366281a98cd06b61d5d7e136ce2b1a433ba6'/>
<id>urn:sha1:e1e9366281a98cd06b61d5d7e136ce2b1a433ba6</id>
<content type='text'>
This time tested on both OSX and Linux.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178377 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to"</title>
<updated>2013-03-29T07:11:21Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2013-03-29T07:11:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ef484a376cce3729b45ad86eab5724aa83a61823'/>
<id>urn:sha1:ef484a376cce3729b45ad86eab5724aa83a61823</id>
<content type='text'>
This reverts commit 617330909f0c26a3f2ab8601a029b9bdca48aa61.

It broke the bots:

/home/clangbuild2/clang-ppc64-2/llvm.src/unittests/ADT/SmallVectorTest.cpp:150: PushPopTest
/home/clangbuild2/clang-ppc64-2/llvm.src/unittests/ADT/SmallVectorTest.cpp:118: Failure
Value of: v[i].getValue()
  Actual: 0
Expected: value
Which is: 2

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178334 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix allocations of SmallVector and SmallPtrSet so they are more prone to</title>
<updated>2013-03-29T05:45:22Z</updated>
<author>
<name>Jean-Luc Duprat</name>
<email>jduprat@apple.com</email>
</author>
<published>2013-03-29T05:45:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=617330909f0c26a3f2ab8601a029b9bdca48aa61'/>
<id>urn:sha1:617330909f0c26a3f2ab8601a029b9bdca48aa61</id>
<content type='text'>
being power-of-two sized.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178332 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't try to generate crash diagnostics if we had an I/O failure.  It's very</title>
<updated>2013-03-27T18:30:00Z</updated>
<author>
<name>Chad Rosier</name>
<email>mcrosier@apple.com</email>
</author>
<published>2013-03-27T18:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2b7f2190514244cedc6b74aea42c2f9a3ee714a9'/>
<id>urn:sha1:2b7f2190514244cedc6b74aea42c2f9a3ee714a9</id>
<content type='text'>
likely the crash diagnostics generation will fail as well.
Part of rdar://13296693


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178163 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a boolean parameter to the llvm::report_fatal_error() function to indicated</title>
<updated>2013-03-27T18:27:54Z</updated>
<author>
<name>Chad Rosier</name>
<email>mcrosier@apple.com</email>
</author>
<published>2013-03-27T18:27:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ce945578ee190cefee0cdd987c1c287d04b8536a'/>
<id>urn:sha1:ce945578ee190cefee0cdd987c1c287d04b8536a</id>
<content type='text'>
if crash diagnostics should be generated.  By default this is enabled.
Part of rdar://13296693


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178161 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a boolean parameter to the ExecuteAndWait static function to indicated</title>
<updated>2013-03-26T23:35:00Z</updated>
<author>
<name>Chad Rosier</name>
<email>mcrosier@apple.com</email>
</author>
<published>2013-03-26T23:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=847e36fb60ed4c9fa08215df4fddbe085bbad87a'/>
<id>urn:sha1:847e36fb60ed4c9fa08215df4fddbe085bbad87a</id>
<content type='text'>
if execution failed.  ExecuteAndWait returns -1 upon an execution failure, but
checking the return value isn't sufficient because the wait command may
return -1 as well.  This new parameter is to be used by the clang driver in a
subsequent commit.
Part of rdar://13362359


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178087 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add missing file to cmake build.</title>
<updated>2013-03-26T01:29:15Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2013-03-26T01:29:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f4cdfc12a188646ba4f6b4245b21b256c6fe5a4e'/>
<id>urn:sha1:f4cdfc12a188646ba4f6b4245b21b256c6fe5a4e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177963 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a new watchdog timer interface. The interface does not permit handling timeouts, so</title>
<updated>2013-03-26T01:27:52Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2013-03-26T01:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d5e1be03eda2e8036f136fdf12a5f5d9e1e684d8'/>
<id>urn:sha1:d5e1be03eda2e8036f136fdf12a5f5d9e1e684d8</id>
<content type='text'>
it's only really useful if you're going to crash anyways. Use it in the pretty stack trace
printer to kill the compiler if we hang while printing the stack trace.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177962 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r177543: Add timing of the IR parsing code with a new</title>
<updated>2013-03-22T02:20:34Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2013-03-22T02:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f0b0f1f9d97f4cf4d2f00c60fbc3d377a93465f8'/>
<id>urn:sha1:f0b0f1f9d97f4cf4d2f00c60fbc3d377a93465f8</id>
<content type='text'>
-time-ir-parsing flag

This breaks the layering of the Support library. We can't add an
implementation side to IRReader because it refers directly to entities
only accessible as part of the IR, AsmParser, and BitcodeReader
libraries. It can only be used in a context where all of those libraries
will be available.

We'll need to find some other way to get this functionality, and
hopefully solve the long-standing layering problem of IRReader.h...

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