aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-011-0/+10
* 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
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* 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
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-061-1/+1
* pull some win32 code into common code, add bitcode identification support.Chris Lattner2007-05-061-15/+0
* Unbreak VC++ build.Jeff Cohen2007-04-071-28/+25
* For PR1291:Reid Spencer2007-04-071-16/+14
* For PR789:Reid Spencer2007-03-291-14/+14
* 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
* Unbreak VC++ build.Jeff Cohen2006-11-051-0/+5
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-011-13/+19
* For PR797:Reid Spencer2006-08-251-11/+11
* For PR797:Reid Spencer2006-08-241-42/+37
* For PR797:Reid Spencer2006-08-231-3/+3
* 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
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-011-33/+0
* 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
* Squelch a warning about signed/unsigned.Reid Spencer2006-06-081-1/+1
* For PR804:Reid Spencer2006-06-081-1/+1
* For PR798:Reid Spencer2006-06-051-7/+8
* Unlike Unix, Windows won't let a file be implicitly replaced via renaming wit...Jeff Cohen2006-05-071-1/+1
* Mingw32 patches supplied by Anton Korobeynikov.Jeff Cohen2006-04-291-1/+1
* Fix bugs also fixed in Unix version, plus other general cleanup.Jeff Cohen2005-07-091-17/+61
* Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer2005-07-081-0/+6
* Stamp out tabsJeff Cohen2005-07-081-19/+18
* Make Win32 implementation conform to new paradigmJeff Cohen2005-07-081-48/+59
* Final Changes For PR495:Reid Spencer2005-07-081-12/+19
* Fix VC++ breakageJeff Cohen2005-07-081-8/+5
* Changes to mimic those in Unix/Path.inc in support of PR495. This hasn'tReid Spencer2005-07-071-155/+94
* For PR495:Reid Spencer2005-07-071-2/+8
* For PR495:Reid Spencer2005-07-071-6/+6
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Fix some Path bugsJeff Cohen2005-01-271-11/+24
* Fix destroyDirectory bugJeff Cohen2005-01-221-5/+8
* Fix and improve win32 path validation.Jeff Cohen2005-01-141-10/+22
* Where do these tabs keep coming from???Jeff Cohen2004-12-311-1/+1