<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System/Unix, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System/Unix?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System/Unix?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>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>move a few more symbols to .rodata</title>
<updated>2009-12-23T17:48:10Z</updated>
<author>
<name>Nuno Lopes</name>
<email>nunoplopes@sapo.pt</email>
</author>
<published>2009-12-23T17:48:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ec9d8b00470b2ddabef4e1b58b4f60d69995d8ce'/>
<id>urn:sha1:ec9d8b00470b2ddabef4e1b58b4f60d69995d8ce</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92011 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make Path use StringRef instead of std::string where possible.</title>
<updated>2009-12-17T21:02:39Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2009-12-17T21:02:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=88cd3582b6cb70c0283e4c5d6d783114323a1ce1'/>
<id>urn:sha1:88cd3582b6cb70c0283e4c5d6d783114323a1ce1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91620 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove use of SmallVector from Path::makeUnique.  Path::makeUnique</title>
<updated>2009-12-16T08:40:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-12-16T08:40:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dc5138d81fec41f0976806f0303dc15c5425e050'/>
<id>urn:sha1:dc5138d81fec41f0976806f0303dc15c5425e050</id>
<content type='text'>
is not used by anything performance sensitive, so just use std::string.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91528 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>eliminate an extraneous use of SmallVector in a case where</title>
<updated>2009-12-16T08:35:54Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-12-16T08:35:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e4b0cd2856063933fbadd17e68b2cb638c30000c'/>
<id>urn:sha1:e4b0cd2856063933fbadd17e68b2cb638c30000c</id>
<content type='text'>
a fixed size buffer is perfectly fine.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91527 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove spurious extern.</title>
<updated>2009-12-09T03:26:33Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-12-09T03:26:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=164c7ba0ef6a7db1b2d58f959e879ddcdf276ad5'/>
<id>urn:sha1:164c7ba0ef6a7db1b2d58f959e879ddcdf276ad5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90937 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove dead returns.</title>
<updated>2009-11-29T17:42:58Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2009-11-29T17:42:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=18eaefd25e398bdda58d581c4d0a780a63524cb1'/>
<id>urn:sha1:18eaefd25e398bdda58d581c4d0a780a63524cb1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90083 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
