aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Path.inc
AgeCommit message (Expand)AuthorFilesLines
2011-07-05By default mkstemp() creates a temporary file with mode 0600, but the modeChad Rosier1-0/+3
2011-03-10Add r127409 back now that the windows file was updated.Rafael Espindola1-3/+3
2011-03-10Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen1-3/+3
2011-03-10Add support for MemoryBuffers that are not null terminated and addRafael Espindola1-3/+3
2011-02-18improve support for OpenBSD, patch by Amit Kulkarni!Chris Lattner1-2/+4
2011-01-11Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer1-1/+2
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer1-1/+2
2010-12-27Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer1-6/+5
2010-12-25Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer1-12/+0
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+896