aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/FileUtilities.h
AgeCommit message (Expand)Author
2011-03-31Fix whitespace.Michael J. Spencer
2011-03-31Switch FileRemover from PathV1 to V2.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-03-30Fix llvm-ld to clean up its output files in case of an error.Dan Gohman
2010-03-27Give FileRemover a default constructor to allow FileRemovers to be createdDan Gohman
2009-02-20Removed trailing whitespace.Misha Brukman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-08-27Add explicit keywords and remove spurious trailing semicolons.Dan Gohman
2007-04-07For PR1291:Reid Spencer
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-23Remove two dead methods and improve the comments for DiffFilesWithTolerance.Chris Lattner
2005-01-23New method.Chris Lattner
2005-01-20Apparently destroyFile() now throws an exception. Since this class isChris Lattner
2004-12-22For PR351:Reid Spencer
2004-12-16For PR351:Reid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-13Remove commented out functions that have been replaced with lib/SystemReid Spencer
2004-12-13For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-06-02Add a new CopyFile functionChris Lattner
2004-05-28Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner
2004-02-18Change the order of the arguments to the ctor, allowing us to make the boolea...Chris Lattner
2004-02-18Move a helper class out of bugpoint to here.Chris Lattner
2003-12-31add new functionChris Lattner
2003-12-30Add new functionChris Lattner
2003-12-30Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner
2003-12-29Add trivial exception specs to produce better code since the methods cannotChris Lattner
2003-12-29Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner
2003-11-24Expose functionality to query if a file is an ELF shared object.Misha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-11Add prototypes for CheckMagic, IsArchive, and IsBytecode.Brian Gaeke
2003-11-11 VS: ----------------------------------------------------------------------Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-09-02Added the MakeFileReadable() method.John Criswell
2003-09-02Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell
2003-08-07Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman
2003-08-01New fileChris Lattner