aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
Commit message (Expand)AuthorAgeFilesLines
* MappedFile is dead, remove it.Chris Lattner2008-04-011-104/+0
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-011-0/+10
* Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner2008-04-011-1/+1
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-011-42/+6
* cleanup the MappedFile API and comments. This removes and updatesChris Lattner2008-04-011-52/+52
* Revert r48676. I had plans for using it, but now it's just dead code.Owen Anderson2008-03-241-23/+0
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-221-0/+23
* this was removed from the Unix side.Chris Lattner2008-03-141-5/+0
* remove extraneous namespace qualifier, PR2142Chris Lattner2008-03-131-2/+1
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-031-0/+6
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-271-19/+2
* Provide __main hooks for cygwin & mingw32Anton Korobeynikov2008-02-221-17/+27
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-1/+1
* Fix potential buffer overflowAnton Korobeynikov2008-01-241-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-2911-22/+22
* Unbreak mingw buildAnton Korobeynikov2007-12-221-1/+2
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-181-0/+9
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-181-0/+7
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-212-2/+15
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-061-1/+1
* Provide hook for alloca on VCPP. Patch by Scott GrahamAnton Korobeynikov2007-06-251-4/+18
* pull some win32 code into common code, add bitcode identification support.Chris Lattner2007-05-061-15/+0
* Unbreak VC++ build.Jeff Cohen2007-04-072-32/+32
* For PR1291:Reid Spencer2007-04-071-16/+14
* For PR789:Reid Spencer2007-03-292-16/+18
* Determine absolute paths the correct way :)Jeff Cohen2007-03-291-3/+9
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-291-0/+7
* For PR789:Reid Spencer2007-03-291-14/+27
* Fix mingw32 buildAnton Korobeynikov2007-03-191-0/+1
* Unbreak mingw32 buildAnton Korobeynikov2007-03-091-0/+8
* Ensure 64-bit correctness.Jeff Cohen2007-03-051-1/+1
* Implement memoryLimit on Windows.Jeff Cohen2007-03-052-6/+52
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-0/+1
* Partly fixed JITing on mingw32 platform. The support is not full due toAnton Korobeynikov2006-12-191-0/+25
* Unbreak VC++ build.Jeff Cohen2006-11-051-0/+5
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-014-20/+24
* For PR797:Reid Spencer2006-08-256-67/+51
* For PR797:Reid Spencer2006-08-241-42/+37
* For PR797:Reid Spencer2006-08-232-5/+6
* For PR797:Reid Spencer2006-08-231-6/+10
* For PR797:Reid Spencer2006-08-221-5/+10
* Update for changes in Path class interface for exception removal.Reid Spencer2006-08-221-16/+6
* For PR797:Reid Spencer2006-08-212-31/+59
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-011-33/+0
* Use getFileStatus instead of Path::isDirectory().Chris Lattner2006-08-011-6/+8
* elimiante some syscallsChris Lattner2006-08-011-8/+8
* Minor fix due to recent API changesAnton Korobeynikov2006-08-011-1/+1
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-281-8/+8
* Update win32 for Path::getStatusInfoChris Lattner2006-07-281-4/+6
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-281-11/+10