aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-171-15/+15
* API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan2009-11-251-2/+4
* Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan2009-11-241-0/+5
* Path::createDirectoryOnDisk should ignore existing directories on win32 too.Benjamin Kramer2009-11-051-2/+4
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-2/+2
* improve win32 path support, patch by Baptiste Lepilleur!Chris Lattner2009-08-121-1/+2
* Don't use llvm_report_error in libSystem, this is a layering violation.Daniel Dunbar2009-07-261-2/+2
* Use llvm_report_error, not llvm_unreachable.Daniel Dunbar2009-07-121-2/+2
* Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar2009-07-121-0/+23
* "This patch implements the method with the GetModuleFileName function for win...Chris Lattner2009-06-151-1/+3
* add a new static method to portably determine whether a patch isChris Lattner2009-06-151-0/+14
* hopefully fix an apparent build error on windows.Chris Lattner2009-04-011-0/+1
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-111-0/+7
* Minor comment fix.Argyrios Kyrtzidis2008-06-161-1/+1
* Fix the sys::Path::getSuffix() implementation.Argyrios Kyrtzidis2008-06-151-0/+16
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-111-1/+11
* Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems withNick Lewycky2008-05-061-1/+1
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-071-1/+3
* Added method Path::getDirname().Ted Kremenek2008-04-071-0/+2
* 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