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