<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System/Unix, branch release_24</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System/Unix?h=release_24</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System/Unix?h=release_24'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-10-03T16:17:20Z</updated>
<entry>
<title>On Darwin ARM, memory needs special handling to do JIT. This patch expands</title>
<updated>2008-10-03T16:17:20Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2008-10-03T16:17:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cce6c297c54b4c9c8615c77e97cd64e70812ea60'/>
<id>urn:sha1:cce6c297c54b4c9c8615c77e97cd64e70812ea60</id>
<content type='text'>
this handling to work properly for modifying stub functions, relocations
back to entry points after JIT compilation, etc..


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57013 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add llvm::sys::{osName,osVersion} for retrieving operating system name</title>
<updated>2008-10-02T01:17:28Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2008-10-02T01:17:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bb146720973e23a21015a86176bfb1cbf552fb10'/>
<id>urn:sha1:bb146720973e23a21015a86176bfb1cbf552fb10</id>
<content type='text'>
&amp; version as strings.
 - Win32 code is untested.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56942 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Preliminary support for systems which require changing JIT memory regions privilege from read / write to read / executable.</title>
<updated>2008-09-18T07:54:21Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-09-18T07:54:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bc4707a2554ac04ba006bf70035e7bc7270236a9'/>
<id>urn:sha1:bc4707a2554ac04ba006bf70035e7bc7270236a9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56303 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>AllocateRWXMemory -&gt; AllocateRWX.</title>
<updated>2008-09-16T17:28:18Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-09-16T17:28:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=19a341acb8df340651053c1ebb2403232103445b'/>
<id>urn:sha1:19a341acb8df340651053c1ebb2403232103445b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56244 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add a helper method to sys::Path for clang, patch by</title>
<updated>2008-08-11T23:39:47Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2008-08-11T23:39:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0eab5e2efa0741b766f71a75626f7598990d5c3d'/>
<id>urn:sha1:0eab5e2efa0741b766f71a75626f7598990d5c3d</id>
<content type='text'>
Kovarththanan Rajaratnam!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54655 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Create temp. file in current path.</title>
<updated>2008-07-24T00:35:38Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-07-24T00:35:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bdfa9ac44550ea329468f3309b36c629017f3f3d'/>
<id>urn:sha1:bdfa9ac44550ea329468f3309b36c629017f3f3d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53973 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>While creating temp. file on disk, if the current filename points to a existing directory then create new temp. file inside the directory.</title>
<updated>2008-07-22T20:02:39Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2008-07-22T20:02:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ce8fdf105c313aa35b93e5a77ae5461e27ddebb0'/>
<id>urn:sha1:ce8fdf105c313aa35b93e5a77ae5461e27ddebb0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53929 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix GetMainExecutable. Patch by Sam Bishop.</title>
<updated>2008-06-27T22:55:30Z</updated>
<author>
<name>Seo Sanghyeon</name>
<email>sanxiyn@gmail.com</email>
</author>
<published>2008-06-27T22:55:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fd6437f4f929dd7aa5304cc844478d1866f988c2'/>
<id>urn:sha1:fd6437f4f929dd7aa5304cc844478d1866f988c2</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52847 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a missing semicolon.</title>
<updated>2008-06-15T18:02:47Z</updated>
<author>
<name>Wojciech Matyjewicz</name>
<email>wmatyjewicz@fastmail.fm</email>
</author>
<published>2008-06-15T18:02:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=93c534623c4691d255ea6c870347482ff8752313'/>
<id>urn:sha1:93c534623c4691d255ea6c870347482ff8752313</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52290 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix the sys::Path::getSuffix() implementation.</title>
<updated>2008-06-15T15:15:19Z</updated>
<author>
<name>Argyrios Kyrtzidis</name>
<email>akyrtzi@gmail.com</email>
</author>
<published>2008-06-15T15:15:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fc19988bcbe6cfbe4668c50cd9689a711cc26cdd'/>
<id>urn:sha1:fc19988bcbe6cfbe4668c50cd9689a711cc26cdd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52288 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
