<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System/Unix, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System/Unix?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System/Unix?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-01-22T19:53:00Z</updated>
<entry>
<title>rename methods in System/Host to be more consistent.</title>
<updated>2009-01-22T19:53:00Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-01-22T19:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b67c95834226fc44c435ca97dc5a536bccb30bbf'/>
<id>urn:sha1:b67c95834226fc44c435ca97dc5a536bccb30bbf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62776 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't use plain %x to print pointer values. I had changed it from %p</title>
<updated>2008-12-05T23:39:24Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-12-05T23:39:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dd17b25611018fa576a7b941d5c1d54ac489c13c'/>
<id>urn:sha1:dd17b25611018fa576a7b941d5c1d54ac489c13c</id>
<content type='text'>
since %p isn't formatted consistently, but obviously plain %x is wrong.
PRIxPTR with a cast to uintptr_t would work here, but that requires
inconvenient build-system changes. %lu works on all current and
foreseable future hosts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60616 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Demangle and pretty-print symbols in internal backtraces. Patch by</title>
<updated>2008-12-05T20:12:48Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2008-12-05T20:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=56d9b6dff34c7f934786aa996d94c9f5d7b0c0c9'/>
<id>urn:sha1:56d9b6dff34c7f934786aa996d94c9f5d7b0c0c9</id>
<content type='text'>
Wesley Peck, with a few fixes by me.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60605 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update the stub and callback code to handle lazy compilation. The stub</title>
<updated>2008-10-20T21:39:23Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2008-10-20T21:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=932a32d2512353478d16c4101582adff404a55a5'/>
<id>urn:sha1:932a32d2512353478d16c4101582adff404a55a5</id>
<content type='text'>
is re-written by the callback to branch directly to the compiled code
in future invocations.

Added back in range-based memory permission functions for the updating of
the stub on Darwin.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57846 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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>
</feed>
