<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System/Win32, branch release_24</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System/Win32?h=release_24</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System/Win32?h=release_24'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-10-04T08:15:32Z</updated>
<entry>
<title>Add implementations for sys::Memory::setWritable and sys::Memory::setExecutable on Win32 platform.</title>
<updated>2008-10-04T08:15:32Z</updated>
<author>
<name>Argyrios Kyrtzidis</name>
<email>akyrtzi@gmail.com</email>
</author>
<published>2008-10-04T08:15:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c8a07733d3cb1ed13963e9da3e8958bed0e3018d'/>
<id>urn:sha1:c8a07733d3cb1ed13963e9da3e8958bed0e3018d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57047 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>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>Minor comment fix.</title>
<updated>2008-06-16T10:14:09Z</updated>
<author>
<name>Argyrios Kyrtzidis</name>
<email>akyrtzi@gmail.com</email>
</author>
<published>2008-06-16T10:14:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4bd3225088551cab39c71a6a673b10a765c6459d'/>
<id>urn:sha1:4bd3225088551cab39c71a6a673b10a765c6459d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52312 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>
<entry>
<title>Fix the environment block that is passed to the CreateProcess function.</title>
<updated>2008-06-15T03:54:39Z</updated>
<author>
<name>Argyrios Kyrtzidis</name>
<email>akyrtzi@gmail.com</email>
</author>
<published>2008-06-15T03:54:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f1844d2f58d3c6ea4e99329450bb46c0f054b232'/>
<id>urn:sha1:f1844d2f58d3c6ea4e99329450bb46c0f054b232</id>
<content type='text'>
This bug made llvm-ld unable to function with "-native" option, since the process that was used to call 'gcc' was crashing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52284 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic</title>
<updated>2008-06-12T12:53:35Z</updated>
<author>
<name>Matthijs Kooijman</name>
<email>matthijs@stdin.nl</email>
</author>
<published>2008-06-12T12:53:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cf45ca04084e7888051cc6ec9c9c37e10a118ee6'/>
<id>urn:sha1:cf45ca04084e7888051cc6ec9c9c37e10a118ee6</id>
<content type='text'>
error that caused it to redirect stderr to stdout too often.

This fix is applied identically to the win32 code as well, but that is
untested.
--Thi line, and those below, will be ignored--

M    System/Unix/Program.inc
M    System/Win32/Program.inc


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52233 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make I/O redirection handling in sys::Program a bit more consistent. No</title>
<updated>2008-06-12T10:47:18Z</updated>
<author>
<name>Matthijs Kooijman</name>
<email>matthijs@stdin.nl</email>
</author>
<published>2008-06-12T10:47:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=905261efed461e2b9dd505a2569f7f9315906c71'/>
<id>urn:sha1:905261efed461e2b9dd505a2569f7f9315906c71</id>
<content type='text'>
functional changes. Win32 code is untested, but should work fine.

In the unix variant, rename RedirectFD to RedirectIO and let that function
handle empty and null paths instead of doing that in the caller 3 times. This
is the same as win32 already does it.

In the win32 variant, use Path::isEmpty() instead of checking the resulting
c_str() manually. This is the same as unix already does it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52230 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Provide hooks for libgcc symbols' address resolution inside lli on mingw32.</title>
<updated>2008-06-06T07:20:07Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2008-06-06T07:20:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=232a4ab77a078703de787c51a281efd8bed10d68'/>
<id>urn:sha1:232a4ab77a078703de787c51a281efd8bed10d68</id>
<content type='text'>
Patch by Julien Lerouge!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52037 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make constructors target-specific. This fixes problems where the path would</title>
<updated>2008-05-11T17:37:40Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2008-05-11T17:37:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fff116fd58783879812198abdda2fc33d4bc1cac'/>
<id>urn:sha1:fff116fd58783879812198abdda2fc33d4bc1cac</id>
<content type='text'>
include backslashes on Windows. This should fix llvm-ld problems on win32.


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