summaryrefslogtreecommitdiff
path: root/include/llvm/Support/PathV1.h
Commit message (Expand)AuthorAge
* Add GetCurrentDirectory back.Rafael Espindola2013-06-14
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-14
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-12
* Remove Path::getMagicNumber.Rafael Espindola2013-06-12
* Remove Path::hasMagicNumber.Rafael Espindola2013-06-12
* Remove Path::isAbsolute.Rafael Espindola2013-06-12
* Remove Path::isAbsolute().Rafael Espindola2013-06-12
* Remove Path::getSuffix.Rafael Espindola2013-06-12
* Remove sys::CopyFile.Rafael Espindola2013-06-12
* Remove the old file memory mapping functions.Rafael Espindola2013-06-12
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-12
* Remove Path::makeExecutableOnDisk.Rafael Espindola2013-06-12
* Remove Path::getDirname.Rafael Espindola2013-06-11
* Remove Path::getBasename.Rafael Espindola2013-06-11
* Remove Path::getLast.Rafael Espindola2013-06-11
* Remove GetDLLSuffix.Rafael Espindola2013-06-11
* Remove GetRootDirectory.Rafael Espindola2013-06-11
* Remove GetUserHomeDirectory.Rafael Espindola2013-06-11
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-11
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-11
* Remove unused FindLibrary function.Rafael Espindola2013-06-11
* Remove sys::identifyFileType.Rafael Espindola2013-06-11
* Remove the old IdentifyFileType now that lld was updated.Rafael Espindola2013-06-10
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Update for current naming conventions.Rafael Espindola2013-06-10
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-01
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-14
* Add r127409 back now that the windows file was updated.Rafael Espindola2011-03-10
* Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen2011-03-10
* Add support for MemoryBuffers that are not null terminated and addRafael Espindola2011-03-10
* Depricate PathV1::isAbsolute.Michael J. Spencer2011-02-24
* Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...Michael J. Spencer2011-01-12
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-11
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-10
* Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer2010-12-28
* Fix typo.Michael J. Spencer2010-12-28
* Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer2010-12-27
* Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer2010-12-25
* This is still used and issuing an annoying warning. Don't deprecate something inBill Wendling2010-12-20
* Fix spelling.Michael J. Spencer2010-12-20
* Support/PathV1: Clarify deprecation warning.Michael J. Spencer2010-12-18
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-18
* Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson2010-12-18
* Support/PathV1: Clarify deprecation warning.Michael J. Spencer2010-12-18
* Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer2010-12-18
* Support/PathV1: Deprecate getLast.Michael J. Spencer2010-12-18