<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-01-29T18:53:28Z</updated>
<entry>
<title>Fix windows build, patch by Marius Wachtler!</title>
<updated>2009-01-29T18:53:28Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-29T18:53:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f87d28745a406741deefa0dec03fd73944d5c346'/>
<id>urn:sha1:f87d28745a406741deefa0dec03fd73944d5c346</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63325 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR3424, a static constructor ordering issue.  Patch by Robert Schuster!</title>
<updated>2009-01-29T04:43:42Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-29T04:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cee3e7cb6830664a0b228211923589b5d72c93d4'/>
<id>urn:sha1:cee3e7cb6830664a0b228211923589b5d72c93d4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63269 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>rename methods in System/Host to be more consistent.</title>
<updated>2009-01-22T19:53:00Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-22T19:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b67c95834226fc44c435ca97dc5a536bccb30bbf'/>
<id>urn:sha1:b67c95834226fc44c435ca97dc5a536bccb30bbf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62776 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed trailing whitespace from Makefiles.</title>
<updated>2009-01-09T16:44:42Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-01-09T16:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9b8f542e2746b28721b3ec603c3aaaa10ea708fc'/>
<id>urn:sha1:9b8f542e2746b28721b3ec603c3aaaa10ea708fc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't use plain %x to print pointer values. I had changed it from %p</title>
<updated>2008-12-05T23:39:24Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-12-05T23:39:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dd17b25611018fa576a7b941d5c1d54ac489c13c'/>
<id>urn:sha1:dd17b25611018fa576a7b941d5c1d54ac489c13c</id>
<content type='text'>
since %p isn't formatted consistently, but obviously plain %x is wrong.
PRIxPTR with a cast to uintptr_t would work here, but that requires
inconvenient build-system changes. %lu works on all current and
foreseable future hosts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60616 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Demangle and pretty-print symbols in internal backtraces. Patch by</title>
<updated>2008-12-05T20:12:48Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-12-05T20:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=56d9b6dff34c7f934786aa996d94c9f5d7b0c0c9'/>
<id>urn:sha1:56d9b6dff34c7f934786aa996d94c9f5d7b0c0c9</id>
<content type='text'>
Wesley Peck, with a few fixes by me.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60605 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>ARM / Mac OS X also wants to invalidate icache after jitting.</title>
<updated>2008-11-14T02:33:17Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-11-14T02:33:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c663beecdb6d87409ac4891c1a8febdf12013ad2'/>
<id>urn:sha1:c663beecdb6d87409ac4891c1a8febdf12013ad2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59291 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CMake: when bulding shared libraries on non-WIN32 systems, link dl to</title>
<updated>2008-11-12T20:40:56Z</updated>
<author>
<name>Oscar Fuentes</name>
<email>ofv@wanadoo.es</email>
</author>
<published>2008-11-12T20:40:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bc8dda83ef0bbd15c4f4cfb62a0148c53587313f'/>
<id>urn:sha1:bc8dda83ef0bbd15c4f4cfb62a0148c53587313f</id>
<content type='text'>
LLVMSystem.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59159 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed memory.</title>
<updated>2008-11-06T16:21:49Z</updated>
<author>
<name>Nuno Lopes</name>
<email>nunoplopes@sapo.pt</email>
</author>
<published>2008-11-06T16:21:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=274c6a614577cb41d784149eb7fcf6cb2ed2398f'/>
<id>urn:sha1:274c6a614577cb41d784149eb7fcf6cb2ed2398f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58805 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>hasDisassembler should return false if disassembler isn't available.</title>
<updated>2008-11-04T06:09:38Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-11-04T06:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=afc0e0ac1cda676eb7634a03f2ce64f5d1fca31e'/>
<id>urn:sha1:afc0e0ac1cda676eb7634a03f2ce64f5d1fca31e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58682 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
