<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System/Unix, branch release_21</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System/Unix?h=release_21</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System/Unix?h=release_21'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-09-07T04:06:50Z</updated>
<entry>
<title>Add lengthof and endof templates that hide a lot of sizeof computations.</title>
<updated>2007-09-07T04:06:50Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2007-09-07T04:06:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=718cb665ca6ce2bc4d8e8479f46a45db91b49f86'/>
<id>urn:sha1:718cb665ca6ce2bc4d8e8479f46a45db91b49f86</id>
<content type='text'>
Patch by Sterling Stein!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41758 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD below), should subsume Cygwin</title>
<updated>2007-07-06T10:31:27Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2007-07-06T10:31:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aa6b7fd5ec21855bc712de4c73b60b9580406227'/>
<id>urn:sha1:aa6b7fd5ec21855bc712de4c73b60b9580406227</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37939 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Here is the bulk of the sanitizing.</title>
<updated>2007-07-05T17:07:56Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2007-07-05T17:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a99be51bf5cdac1438069d4b01766c47704961c8'/>
<id>urn:sha1:a99be51bf5cdac1438069d4b01766c47704961c8</id>
<content type='text'>
Almost all occurrences of "bytecode" in the sources have been eliminated.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37913 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix LLVM build on NetBSD. Patch by Neil Booth.</title>
<updated>2007-06-04T15:28:57Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2007-06-04T15:28:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=69bdf68fe6a30759791d4003ea92c7c4bffee1ac'/>
<id>urn:sha1:69bdf68fe6a30759791d4003ea92c7c4bffee1ac</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37410 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a bug where the bcreader could crash on .bc files that were an exact</title>
<updated>2007-05-11T00:00:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-11T00:00:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=39253260b90964141901a7900bec1f0406f02c3d'/>
<id>urn:sha1:39253260b90964141901a7900bec1f0406f02c3d</id>
<content type='text'>
multiple of the page size, due to a bug in MappedFile


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36980 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>
</feed>
