aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/Path.inc
AgeCommit message (Expand)Author
2009-11-25API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan
2009-11-24Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan
2009-11-05Path::createDirectoryOnDisk should ignore existing directories on win32 too.Benjamin Kramer
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-12improve win32 path support, patch by Baptiste Lepilleur!Chris Lattner
2009-07-26Don't use llvm_report_error in libSystem, this is a layering violation.Daniel Dunbar
2009-07-12Use llvm_report_error, not llvm_unreachable.Daniel Dunbar
2009-07-12Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar
2009-06-15"This patch implements the method with the GetModuleFileName function for win...Chris Lattner
2009-06-15add a new static method to portably determine whether a patch isChris Lattner
2009-04-01hopefully fix an apparent build error on windows.Chris Lattner
2008-08-11add a helper method to sys::Path for clang, patch byChris Lattner
2008-06-16Minor comment fix.Argyrios Kyrtzidis
2008-06-15Fix the sys::Path::getSuffix() implementation.Argyrios Kyrtzidis
2008-05-11Make constructors target-specific. This fixes problems where the path wouldNick Lewycky
2008-05-06Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems withNick Lewycky
2008-04-07Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek
2008-04-07Added method Path::getDirname().Ted Kremenek
2008-04-01Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner
2008-03-13remove extraneous namespace qualifier, PR2142Chris Lattner
2008-03-03Stub out a Path::GetMainExecutable call to find the path to theChris Lattner
2008-02-27Add path separator support, patch by Sam Bishop. Chris Lattner
2008-01-29Use empty() instead of comparing size() with zero.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-22Unbreak mingw buildAnton Korobeynikov
2007-12-18Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek
2007-12-18Added "isDirectory" method to llvm::sys::Path.Ted Kremenek
2007-07-06finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif
2007-05-06pull some win32 code into common code, add bitcode identification support.Chris Lattner
2007-04-07Unbreak VC++ build.Jeff Cohen
2007-04-07For PR1291:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-29Determine absolute paths the correct way :)Jeff Cohen
2007-03-29Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer
2007-03-29For PR789:Reid Spencer
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-09-01- Fixed broken Win32 buildAnton Korobeynikov
2006-08-25For PR797:Reid Spencer
2006-08-24For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22Update for changes in Path class interface for exception removal.Reid Spencer
2006-08-01Remove some now-dead methods. Use getFileStatus instead.Chris Lattner
2006-08-01elimiante some syscallsChris Lattner
2006-08-01Minor fix due to recent API changesAnton Korobeynikov
2006-07-28Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner
2006-07-28Update win32 for Path::getStatusInfoChris Lattner
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner
2006-06-08Squelch a warning about signed/unsigned.Reid Spencer