Re-landing "Refactoring cl::list_storage from "is a" to "has a" std::vector."
[oota-llvm.git] / include / llvm / Support / FileUtilities.h
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-01-10 Rafael EspindolaUse the simpler version of sys::fs::remove when possible.
2013-06-13 Rafael EspindolaDon't use PathV1.h in FileUtilities.h.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2011-03-31 Michael J. SpencerFix whitespace.
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-03-30 Dan GohmanFix llvm-ld to clean up its output files in case of...
2010-03-27 Dan GohmanGive FileRemover a default constructor to allow FileRem...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-04-07 Reid SpencerFor PR1291:
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-23 Chris LattnerRemove two dead methods and improve the comments for...
2005-01-23 Chris LattnerNew method.
2005-01-20 Chris LattnerApparently destroyFile() now throws an exception. ...
2004-12-22 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerRemove commented out functions that have been replaced...
2004-12-13 Reid SpencerFor PR351:Remove the file type checking methods (now...
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-02 Chris LattnerAdd a new CopyFile function
2004-05-28 Chris LattnerAdd a pair of functions to hide system specific details...
2004-02-18 Chris LattnerChange the order of the arguments to the ctor, allowing...
2004-02-18 Chris LattnerMove a helper class out of bugpoint to here.
2003-12-31 Chris Lattneradd new function
2003-12-30 Chris LattnerAdd new function
2003-12-30 Chris LattnerFurther revisions of the FDHandle idea. In this versio...
2003-12-29 Chris LattnerAdd trivial exception specs to produce better code...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-11-24 Misha BrukmanExpose functionality to query if a file is an ELF share...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeAdd prototypes for CheckMagic, IsArchive, and IsBytecode.
2003-11-11 Brian Gaeke VS: ---------------------------------------------...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-01 Chris LattnerNew file