<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System/Win32, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System/Win32?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System/Win32?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-12-29T20:36:04Z</updated>
<entry>
<title>Remove attribution from file headers, per discussion on llvmdev.</title>
<updated>2007-12-29T20:36:04Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4ee451de366474b9c228b4e5fa573795a715216d'/>
<id>urn:sha1:4ee451de366474b9c228b4e5fa573795a715216d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45418 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Unbreak mingw build</title>
<updated>2007-12-22T14:26:49Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-12-22T14:26:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=64ddbe48e1fff857a5d0c426735deedfbefb1eec'/>
<id>urn:sha1:64ddbe48e1fff857a5d0c426735deedfbefb1eec</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45314 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added "GetCurrentDirectory()" to sys::Path.</title>
<updated>2007-12-18T22:07:33Z</updated>
<author>
<name>Ted Kremenek</name>
<email>kremenek@apple.com</email>
</author>
<published>2007-12-18T22:07:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=79200788df8d946eae6973709b998a7f3a4cb754'/>
<id>urn:sha1:79200788df8d946eae6973709b998a7f3a4cb754</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45182 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added "isDirectory" method to llvm::sys::Path.</title>
<updated>2007-12-18T19:46:22Z</updated>
<author>
<name>Ted Kremenek</name>
<email>kremenek@apple.com</email>
</author>
<published>2007-12-18T19:46:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fd52711675cb581e7672f131046e355a2b5ba167'/>
<id>urn:sha1:fd52711675cb581e7672f131046e355a2b5ba167</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45168 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This change does a couple of things.  First it gets the Visual Studio builds working. </title>
<updated>2007-11-21T00:37:56Z</updated>
<author>
<name>Chuck Rose III</name>
<email>cfr@adobe.com</email>
</author>
<published>2007-11-21T00:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0ccb93034a47303509ee2c89b8bf13956a510b94'/>
<id>urn:sha1:0ccb93034a47303509ee2c89b8bf13956a510b94</id>
<content type='text'>
I added the lexing files to the VStudio projects and removed the .l files from the 
VStudio projects.  There was a problem with use of strtoll in TGLexer.cpp and Chris
suggested switching to strtol, so that's included here.

Additionally, this checkin adds minimal x64 builds to the VStudio builds.  Build issues
related to x64 in the windows specific files for DynamicLibrary.inc and Singals.inc
are worked around, but not ultimately solved.  Binaries used to be stored in

...\win32\{Debug|Release}

but are now kept in

...\win32\bin\{win32|x64}\{Debug|Release}

intermediate files will continue to be stored in the individual project directories under 
win32.  

Some names will likely change in the future to reflect that the vstudio projects
are no longer 32-bit only, but I wanted to get things up and running today so kept away
from bigger restructuring.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44260 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>finishing touches of bytecode -&gt; bitcode changes. also unbreak Windows</title>
<updated>2007-07-06T20:28:40Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2007-07-06T20:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=db5565a1f549a979c84e559e18863f4c1d8f884f'/>
<id>urn:sha1:db5565a1f549a979c84e559e18863f4c1d8f884f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37950 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Provide hook for alloca on VCPP. Patch by Scott Graham</title>
<updated>2007-06-25T07:12:14Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-06-25T07:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5248896635195dfa1df742c05c5faa157a501988'/>
<id>urn:sha1:5248896635195dfa1df742c05c5faa157a501988</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37715 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>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>
</feed>
