<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System/Unix, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System/Unix?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System/Unix?h=release_20'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-05-15T05:15:10Z</updated>
<entry>
<title>Merge from mainline.</title>
<updated>2007-05-15T05:15:10Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2007-05-15T05:15:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f9116a1aaa2b7b7d96409e4860b692fc2e75b706'/>
<id>urn:sha1:f9116a1aaa2b7b7d96409e4860b692fc2e75b706</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_20@37078 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>pull some win32 code into common code, add bitcode identification support.</title>
<updated>2007-05-06T05:32:21Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-06T05:32:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f283a5e53a99d13035a9e783acff80d4ea064a92'/>
<id>urn:sha1:f283a5e53a99d13035a9e783acff80d4ea064a92</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36846 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Cygwin doesn't have the RSS_LIMIT for get/setrlimit.</title>
<updated>2007-04-23T07:22:51Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-23T07:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2e40d0329065d2744b5ed2abfe20c549c9d3f5e2'/>
<id>urn:sha1:2e40d0329065d2744b5ed2abfe20c549c9d3f5e2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36361 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR1291:</title>
<updated>2007-04-07T18:52:17Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-07T18:52:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2ae9d11b7c0fd54e0b5298fb4fcf17b6ee9d5c91'/>
<id>urn:sha1:2ae9d11b7c0fd54e0b5298fb4fcf17b6ee9d5c91</id>
<content type='text'>
Implement the PathWithStatus class and its use throughout lib/System.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35742 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the stat information in the Path object, if it is already obtained. This</title>
<updated>2007-03-29T19:11:22Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-29T19:11:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1ea733db9d7eb1e55785e9b2201638c37db56cad'/>
<id>urn:sha1:1ea733db9d7eb1e55785e9b2201638c37db56cad</id>
<content type='text'>
avoids a call to ::fstat by MappedFile when the file size information was
already obtained by the Path object.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35477 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR789:</title>
<updated>2007-03-29T19:05:44Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-29T19:05:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8475ec068c213d0bf73f7686d82491a8f12e3b32'/>
<id>urn:sha1:8475ec068c213d0bf73f7686d82491a8f12e3b32</id>
<content type='text'>
Make the sys::Path::getFileStatus function more efficient by having it
return a pointer to the FileStatus structure rather than copy it. Adjust
uses of the function accordingly. Also, fix some memory issues in sys::Path.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35476 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a uniqueID field to the FileStatus structure for Paths. This will map</title>
<updated>2007-03-29T17:00:31Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-29T17:00:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4031befb62d90309bdaa3c9cbed9c0b5fc12d67c'/>
<id>urn:sha1:4031befb62d90309bdaa3c9cbed9c0b5fc12d67c</id>
<content type='text'>
to the inode number on Unix and something far less unique on Windows. The
windows case needs to be improved.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35461 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR789:</title>
<updated>2007-03-29T16:43:20Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-03-29T16:43:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=69cce815e7414ad9a186920c78890c852986d6bf'/>
<id>urn:sha1:69cce815e7414ad9a186920c78890c852986d6bf</id>
<content type='text'>
* Add a method: bool isAbsolute() const, which determines if the path name
  is absolute or not.
* Implement caching of file status information in the Path object. Allow it
  to be updated forcefully or lazily re-fetched from the cached value.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35456 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add possibility to set memory limit for binaries run via libSystem. This</title>
<updated>2007-02-16T19:11:07Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-02-16T19:11:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9ba8a76f8baaa1092d60ccfbc04e7efdc207c98f'/>
<id>urn:sha1:9ba8a76f8baaa1092d60ccfbc04e7efdc207c98f</id>
<content type='text'>
is especially needed for bugpoint. This partly implements PR688


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34349 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Eliminate "control reaches end of non-void function" warnings.</title>
<updated>2006-12-05T17:53:26Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-12-05T17:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=875fd8fd10172655921aa2e6b6aceb131b04d530'/>
<id>urn:sha1:875fd8fd10172655921aa2e6b6aceb131b04d530</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32225 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
