Handle lshr for i128 correctly on SPU also when
[oota-llvm.git] / lib / System / Unix / Path.inc
2010-11-07 Rafael EspindolaAdd method for checking if a path is a symbolic link.
2010-11-03 Dan GohmanDelete unused variables.
2010-11-03 Dan GohmanRemove several unhelpful checks for isValid from sys...
2010-11-02 Dan GohmanDon't try to enforce MAXPATHLEN in sys::Path for Unix...
2010-11-02 Dan GohmanSimplify.
2010-11-02 Dan GohmanFix a copy+pasto.
2010-11-02 Dan GohmanAvoid manipulating paths in fixed-sized arrays.
2010-11-02 Dan GohmanSimplify this code.
2010-11-02 Dan GohmanUse '\0' instead of 0 for nul character constants.
2010-11-02 Mikhail GlushenkovappendSuffix: don't append a dot when the suffix is...
2010-11-02 Dan GohmanEliminate some temporary std::strings.
2010-11-02 Dan GohmanMicro-optimize.
2010-11-02 Mikhail GlushenkovPath: Add GetEXESuffix() to complement GetDLLSuffix().
2010-10-07 Evan ChengCorrectly check if a path is a directory. Fix by Brian...
2010-09-07 Dan GohmanIssue a #error if the host doesn't have an implementati...
2010-09-02 Dan GohmanApply a patch from Kees van Reeuwijk to add support...
2010-08-31 Anton KorobeynikovSome fixes for NetBSD
2010-08-04 Dan GohmanEliminate unnecessary empty string literals.
2010-07-12 Chris Lattnerimprove Path::makeUnique when mkstemp/mktemp are not...
2010-05-27 Dan GohmanDon't bother clearing the Magic string when the magic...
2010-04-19 Dan GohmanThis doesn't need SmallVector.h anymore.
2010-04-19 Dan GohmanFix this for std::vectors which don't have .data().
2010-04-19 Dan GohmanRevert 91528 and use a std::vector instead, fixing...
2010-03-30 Dan GohmanFix a grammaro.
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-12-16 Chris Lattnerremove use of SmallVector from Path::makeUnique. Path...
2009-12-16 Chris Lattnereliminate an extraneous use of SmallVector in a case...
2009-12-09 Daniel DunbarRemove spurious extern.
2009-11-29 Benjamin KramerRemove dead returns.
2009-11-29 Kovarththanan Raja... This patch ensures that Path::GetMainExecutable is...
2009-11-25 Edward O'CallaghanAPI change Path::isSpecialFile to Path::isRegularFile...
2009-11-24 Daniel DunbarRemove bogus error handling code.
2009-11-24 Edward O'CallaghanProvide Path::isSpecialFile interface for PR5568.
2009-09-09 Benjamin KramerAdd a shortcut for OS X to Path::GetMainExecutable...
2009-08-23 Chris Lattnerremove the last uses of Config/alloca.h
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-05 Dan GohmanMinor code simplification.
2009-07-29 Dan GohmanRemove another F_OK.
2009-07-28 Dan GohmanIt isn't necessary to use F_OK when using R_OK or similar.
2009-07-12 Daniel DunbarImprove sys::Path::makeAbsolute on Win32.
2009-07-12 Chris Lattner"UNIX paths can contain non-ASCII characters, so Path...
2009-06-15 Chris Lattneradd a new static method to portably determine whether...
2009-05-30 Bill WendlingUntabification.
2009-04-20 Daniel DunbarMake Unix.h:MakeErrMsg separate the prefix and errno...
2009-03-02 Chris LattnerFix main executable path name resolution on FreeBSD...
2009-02-19 Chris LattnerIf an executable is run through a symlink, dladdr will...
2009-02-15 Mikhail GlushenkovFix warning on gcc 4.3.
2009-02-15 Mikhail GlushenkovWhitespace fixes.
2008-08-11 Chris Lattneradd a helper method to sys::Path for clang, patch by
2008-07-24 Devang PatelCreate temp. file in current path.
2008-07-22 Devang PatelWhile creating temp. file on disk, if the current filen...
2008-06-27 Seo SanghyeonFix GetMainExecutable. Patch by Sam Bishop.
2008-06-15 Wojciech MatyjewiczAdd a missing semicolon.
2008-06-15 Argyrios KyrtzidisFix the sys::Path::getSuffix() implementation.
2008-05-11 Nick LewyckyMake constructors target-specific. This fixes problems...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-03 Ted KremenekRe-implemented Path::createDirectoryOnDisk (for Unix).
2008-04-01 Chris Lattneradd some #includes.
2008-04-01 Chris LattnerImplement Path::MapInFilePages/UnMapFilePages on unix...
2008-04-01 Chris LattnerStub out some sys::Path::MapInFilePages/UnMapFilePages...
2008-03-13 Chris LattnerFix Path::GetMainExecutable on cygwin, patch by Sam...
2008-03-03 Chris LattnerStub out a Path::GetMainExecutable call to find the...
2008-02-27 Chris LattnerAdd path separator support, patch by Sam Bishop.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerFor PR789:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-22 Reid SpencerMake an error message a little more intelligible.
2006-08-07 Reid SpencerAdd a note about how the "isFile" check in Path::eraseF...
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-08-01 Chris Lattnerelimiante some syscalls
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-07 Chris Lattnerno need to do a stat then an lstat. lstat will tell...
2005-07-28 Reid SpencerFix a problem in getDirectoryContents where sub-directo...
2005-07-09 Jeff Cohen1. Fix bug in getBaseName where it mishandles suffixes
2005-07-08 Reid SpencerEnsure that functions like isDirectory don't fail if...
2005-07-08 Reid SpencerTwo changes:
2005-07-08 Jeff CohenStamp out tabs
2005-07-08 Jeff CohenFix eraseSuffix()
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-06-02 Reid SpencerPut in a hack for Cygwin that prevents mkdtemp from...
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Reid SpencerFor Bug 543:
next