Remove Path::canWrite.
[oota-llvm.git] / lib / Support / Unix / Path.inc
2013-06-18 Rafael EspindolaRemove Path::canWrite.
2013-06-18 Rafael EspindolaRemove unused Path::canRead.
2013-06-18 Rafael EspindolaRemove uniqueID from PathV1.h.
2013-06-14 Rafael EspindolaAdd GetCurrentDirectory back.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-06-12 Rafael EspindolaRemove Path::getMagicNumber.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute().
2013-06-12 Rafael EspindolaRemove Path::getSuffix.
2013-06-12 Rafael EspindolaRemove sys::CopyFile.
2013-06-12 Rafael EspindolaRemove the old file memory mapping functions.
2013-06-12 Rafael EspindolaRemove Path::createFileOnDisk.
2013-06-12 Rafael EspindolaRemove Path::makeExecutableOnDisk.
2013-06-11 Rafael EspindolaRemove Path::getDirname.
2013-06-11 Rafael EspindolaRemove Path::getBasename.
2013-06-11 Rafael EspindolaRemove Path::getLast.
2013-06-11 Rafael EspindolaRemove GetRootDirectory.
2013-06-11 Rafael EspindolaRemove GetUserHomeDirectory.
2013-06-11 Rafael EspindolaRemove GetSystemLibraryPaths.
2013-06-11 Rafael EspindolaRemove Path::GetBitcodeLibraryPaths.
2012-09-26 Sylvestre LedruThe assumption that /proc/self/exe always exists is...
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-07-12 Galina KistanovaFixed few warnings.
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-03-26 Anton KorobeynikovFix GetMainExecutable on kFreeBSD.
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-07-29 Nick LewyckyDon't look at $PWD in GetCurrentDirectory.
2011-07-29 Nick LewyckyTeach Path::GetCurrentDirectory to use $PWD, to support...
2011-07-05 Chad RosierBy default mkstemp() creates a temporary file with...
2011-03-10 Rafael EspindolaAdd r127409 back now that the windows file was updated.
2011-03-10 Jakob Stoklund OlesenRevert r127409 which broke all the Windows bots.
2011-03-10 Rafael EspindolaAdd support for MemoryBuffers that are not null termina...
2011-02-18 Chris Lattnerimprove support for OpenBSD, patch by Amit Kulkarni!
2011-01-11 Michael J. SpencerSupport/Path: Deprecate PathV1::isDirectory and replace...
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2010-12-27 Michael J. SpencerSupport/PathV1: Deprecate GetRootDirectory.
2010-12-25 Michael J. SpencerSupport/PathV1: Deprecate makeAbsolute and remove Unix...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.