summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Remove Path::getDirectoryContents.Rafael Espindola2013-06-191-48/+0
* Remove Path::canExecute.Rafael Espindola2013-06-191-7/+0
* Remove Path::canWrite.Rafael Espindola2013-06-181-7/+0
* Remove unused Path::canRead.Rafael Espindola2013-06-181-7/+0
* Remove uniqueID from PathV1.h.Rafael Espindola2013-06-181-7/+0
* Add GetCurrentDirectory back.Rafael Espindola2013-06-141-0/+10
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-141-10/+0
* Remove Path::getMagicNumber.Rafael Espindola2013-06-121-25/+0
* Remove Path::isAbsolute.Rafael Espindola2013-06-121-18/+0
* Remove Path::isAbsolute().Rafael Espindola2013-06-121-15/+0
* Remove Path::getSuffix.Rafael Espindola2013-06-121-16/+0
* Remove sys::CopyFile.Rafael Espindola2013-06-121-11/+0
* Remove the old file memory mapping functions.Rafael Espindola2013-06-121-11/+0
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-121-12/+0
* Remove Path::makeExecutableOnDisk.Rafael Espindola2013-06-121-5/+0
* Remove Path::getDirname.Rafael Espindola2013-06-111-5/+0
* Remove Path::getBasename.Rafael Espindola2013-06-111-16/+0
* Remove Path::getLast.Rafael Espindola2013-06-111-17/+0
* Remove GetRootDirectory.Rafael Espindola2013-06-111-8/+0
* Remove GetUserHomeDirectory.Rafael Espindola2013-06-111-13/+0
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-111-30/+0
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-111-17/+0
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Disabling a spurious deprecation warning about using PathV1 from within the P...Aaron Ballman2012-06-091-0/+10
* Fixing a typo in the comments.Aaron Ballman2012-06-091-1/+1
* Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...NAKAMURA Takumi2012-05-271-1/+3
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-011-8/+0
* Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi2011-10-241-18/+9
* Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...NAKAMURA Takumi2011-03-161-1/+11
* Try to fix the windows build.Rafael Espindola2011-03-101-2/+2
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-111-2/+3
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-101-3/+5
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+918
OpenPOWER on IntegriCloud