<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-02-14T18:20:09Z</updated>
<entry>
<title>follow-on to PR6280</title>
<updated>2010-02-14T18:20:09Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-14T18:20:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=782ab584e5c91d9d3dfcfa66d94903767552fbee'/>
<id>urn:sha1:782ab584e5c91d9d3dfcfa66d94903767552fbee</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96172 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>improve support for minix, PR6280, patch by</title>
<updated>2010-02-12T00:37:46Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-02-12T00:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6ae7bbb5ea15ec11fa516fc920719f5d9c1abb00'/>
<id>urn:sha1:6ae7bbb5ea15ec11fa516fc920719f5d9c1abb00</id>
<content type='text'>
Kees van Reeuwijk!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95946 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add llvm::Program::ChangeStderrToBinary().</title>
<updated>2010-01-28T06:42:08Z</updated>
<author>
<name>Douglas Gregor</name>
<email>dgregor@apple.com</email>
</author>
<published>2010-01-28T06:42:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=21569cddc1a9df3bf4a3c9e06977273f1eba3e63'/>
<id>urn:sha1:21569cddc1a9df3bf4a3c9e06977273f1eba3e63</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94743 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>mark some libraries that currently require RTTI.</title>
<updated>2010-01-24T20:22:08Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-24T20:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c0f8a361f5dc93f0817411ef17af57b0d3fe60b6'/>
<id>urn:sha1:c0f8a361f5dc93f0817411ef17af57b0d3fe60b6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94377 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix TimeValue::now() on Unix.</title>
<updated>2010-01-22T15:51:31Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2010-01-22T15:51:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b0a5baefaa74411e441631343e2c50bb7535e893'/>
<id>urn:sha1:b0a5baefaa74411e441631343e2c50bb7535e893</id>
<content type='text'>
TimeValue()::now().toEpochTime() is supposed to be the same as time(),
but it wasn't, because toEpoch subtracted PosixZeroTime, but now()
didn't add PosixZeroTime!
Add a unittest to check this works.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94178 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Stubs for getHostCPUFeatures API. This implements part of PR5389.</title>
<updated>2010-01-19T21:26:05Z</updated>
<author>
<name>Xerxes Ranby</name>
<email>xerxes@zafena.se</email>
</author>
<published>2010-01-19T21:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1c8183df7f03b2e939c9fdeded8561abcdd52c45'/>
<id>urn:sha1:1c8183df7f03b2e939c9fdeded8561abcdd52c45</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93913 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove spurious semicolon.</title>
<updated>2010-01-14T20:19:51Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2010-01-14T20:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f4b6d88cdace335e71da7ec9b44804ffa058f37f'/>
<id>urn:sha1:f4b6d88cdace335e71da7ec9b44804ffa058f37f</id>
<content type='text'>
Patch by Diego Iastrubni!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93450 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Alternative fix to make sure that the extern declarations used by</title>
<updated>2009-12-23T19:12:50Z</updated>
<author>
<name>Douglas Gregor</name>
<email>dgregor@apple.com</email>
</author>
<published>2009-12-23T19:12:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=37b7baec0dfe183a03df8e54be267cc2ae37be72'/>
<id>urn:sha1:37b7baec0dfe183a03df8e54be267cc2ae37be72</id>
<content type='text'>
DynamicLibrary::SearchForAddressOfSymbol refer to declarations in the
global namespace.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92023 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert 92020 until I figure out a more portable fix</title>
<updated>2009-12-23T19:04:10Z</updated>
<author>
<name>Douglas Gregor</name>
<email>dgregor@apple.com</email>
</author>
<published>2009-12-23T19:04:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0b64472737a1267d15ae218b833d516808848051'/>
<id>urn:sha1:0b64472737a1267d15ae218b833d516808848051</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92021 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move the extern symbol declarations outside of</title>
<updated>2009-12-23T18:56:27Z</updated>
<author>
<name>Douglas Gregor</name>
<email>dgregor@apple.com</email>
</author>
<published>2009-12-23T18:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0f706ab789c29030c57da6e0b0d820b80689728d'/>
<id>urn:sha1:0f706ab789c29030c57da6e0b0d820b80689728d</id>
<content type='text'>
DynamicLibrary::SearchForAddressOfSymbol and force them to have "C"
linkage. 

Interestingly, GCC treats the block-scoped "extern" declarations we
previously had as if they were extern "C" declarations (or, at least,
were in the global namespace), so that GCC bug papered over this LLVM
bug. Clang and EDG get the linkage correct; this new variant seems to
work for both GCC and Clang.


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