Handle lshr for i128 correctly on SPU also when
[oota-llvm.git] / include / llvm / System / Path.h
2010-11-17 Peter CollingbourneFix typo: Exectuable -> Executable
2010-11-10 Michael J. SpencerSystem/Path: Update comments to match code.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Change GetRootDirectory to return...
2010-11-07 Rafael Espindolatypos
2010-11-07 Rafael EspindolaAdd method for checking if a path is a symbolic link.
2010-11-02 Mikhail GlushenkovappendSuffix: don't append a dot when the suffix is...
2010-11-02 Mikhail GlushenkovPath: Add GetEXESuffix() to complement GetDLLSuffix().
2010-10-28 Mikhail Glushenkov80-col violations.
2010-09-15 Michael J. SpencerSystem/Path: Add isObjectFile().
2010-09-02 Dan GohmanAdd a comment.
2010-08-31 Michael J. SpencerFix spelling/typo.
2010-07-12 Chris LattnerPath::isRootDirectory is unimplemented on Unix and...
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-11-25 Edward O'CallaghanAdjust comments to new semantics.
2009-11-25 Edward O'CallaghanAPI change Path::isSpecialFile to Path::isRegularFile...
2009-11-24 Edward O'CallaghanFix comments as pre-post review for rev.89765.
2009-11-24 Edward O'CallaghanProvide Path::isSpecialFile interface for PR5568.
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-11 Benjamin KramerRevert 78662 to fix broken windows build. Add a comment...
2009-08-11 Dan GohmanRemove an unnecessary mutable.
2009-07-15 Dan GohmanAdd a raw_ostream operator<< to sys::Path.
2009-06-15 Chris Lattneradd a new static method to portably determine whether...
2009-04-09 Daniel DunbarAdd sys::Path::makeAbsolute().
2008-08-11 Chris Lattneradd a helper method to sys::Path for clang, patch by
2008-05-21 Bill WendlingFollow-up to the reverting of r51218. This puts the...
2008-05-20 Bill WendlingReverting r51218 because of breakage on PPC32.
2008-05-18 Chris Lattneradd missing #include.
2008-05-17 Bill WendlingOn Darwin, the string header file isn't 64-bit clean...
2008-05-11 Nick LewyckyMake constructors target-specific. This fixes problems...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-16 Bill WendlingAdd "empty()" method to sys::Path and remove unnecessar...
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-01 Chris LattnerStub out some sys::Path::MapInFilePages/UnMapFilePages...
2008-04-01 Chris Lattneradd an accessor.
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.
2008-02-20 Anton KorobeynikovAdd convenient helper to get suffix of the file
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattneradd support for identifying bitcode files
2007-05-03 Chris Lattnerremove extraneous type qualifiers
2007-04-29 Chris LattnerJeff's fix was fine
2007-04-29 Chris Lattneradd missing ctor
2007-04-29 Jeff CohenFix MemoryBuffer breakage correctly.
2007-04-29 Chris Lattnernew method for creating a path, which does not create...
2007-04-11 Reid SpencerTeach sys::Path how to recognize different kinds of...
2007-04-08 Reid SpencerImplement the output inserter for PathWithStatus
2007-04-07 Reid SpencerFor PR1291:
2007-04-04 Reid SpencerFor PR1302:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Jeff CohenuniqueID is a uint64_t (caught by VC++)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerDon't forget to delete the FileStatus structure on...
2007-03-29 Reid SpencerFor PR789:
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFix constructor documentation.
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-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
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-26 Reid SpencerFor PR780:
2006-07-07 Chris Lattner#include <iosfwd> not <ostream>
2006-06-08 Reid SpencerFor PR804:
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-08 Jeff Cohenfix typo
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-18 Reid SpencerCorrect the name of the method. CopyFiles -> CopyFile.
2004-12-15 Reid SpencerAdjust documentation of GetBytecodeLibraryPaths after...
2004-12-15 Reid SpencerFix a file overwrite bug in llvm-ar introduced by chang...
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid Spencer* Add a std::ostream inserter for sys::Path
2004-12-13 Reid SpencerFor PR351:\
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerChanges per code review:
2004-11-14 Reid Spencer*Put the StatusInfo type in the right section. *Provide...
2004-11-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-09-13 Reid SpencerAdd the GetLibraryPath method.
next