<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System, branch release_20</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System?h=release_20</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System?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>silence annoying gcc 4.3 warnings</title>
<updated>2007-05-03T18:15:56Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-05-03T18:15:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=24eac6cb00ab18afe7a175ea876bbde776c07532'/>
<id>urn:sha1:24eac6cb00ab18afe7a175ea876bbde776c07532</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36681 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>Hack to get sys::Path to recognize macho dylibs.</title>
<updated>2007-04-11T03:15:35Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-04-11T03:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ade7592085cbb3d37a7cc9701c4c07c9c58a87c5'/>
<id>urn:sha1:ade7592085cbb3d37a7cc9701c4c07c9c58a87c5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35878 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Teach sys::Path how to recognize different kinds of object files for ELF</title>
<updated>2007-04-11T02:02:09Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-11T02:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=947aa7de67c553a0bbf0ef60173f23a8747014bf'/>
<id>urn:sha1:947aa7de67c553a0bbf0ef60173f23a8747014bf</id>
<content type='text'>
and Mach-O systems. Additionally, correct the Mach-O logic code to look at
byte 12 not byte 15. Hopefully this fixes the llvm-ld warning on Darwin.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35876 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make isDynamicLibrary detect more than just an ELF file.</title>
<updated>2007-04-11T00:49:39Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-11T00:49:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=410aa020a2c834a5029bb98ee44691c0ec6f2c53'/>
<id>urn:sha1:410aa020a2c834a5029bb98ee44691c0ec6f2c53</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35874 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Unbreak VC++ build.</title>
<updated>2007-04-07T20:47:27Z</updated>
<author>
<name>Jeff Cohen</name>
<email>jeffc@jolt-lang.org</email>
</author>
<published>2007-04-07T20:47:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=31102896e5cecdc2b28edd52bb0599d3bc91d24e'/>
<id>urn:sha1:31102896e5cecdc2b28edd52bb0599d3bc91d24e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35751 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>For PR1302:</title>
<updated>2007-04-04T06:30:26Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-04-04T06:30:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8bb5fd17f9a715ac9ce87619f3b6c1066a244859'/>
<id>urn:sha1:8bb5fd17f9a715ac9ce87619f3b6c1066a244859</id>
<content type='text'>
Implement recognition of COFF, ELF and Mach-O object/shared lib files.


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