aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/FileUtilities.h
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-1/+1
* For PR1291:Reid Spencer2007-04-071-1/+2
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-281-4/+4
* Final Changes For PR495:Reid Spencer2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-071-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Remove two dead methods and improve the comments for DiffFilesWithTolerance.Chris Lattner2005-01-231-26/+10
* New method.Chris Lattner2005-01-231-0/+13
* Apparently destroyFile() now throws an exception. Since this class isChris Lattner2005-01-201-2/+4
* For PR351:Reid Spencer2004-12-221-38/+0
* For PR351:Reid Spencer2004-12-161-8/+5
* For PR351:Reid Spencer2004-12-151-11/+0
* For PR351:Reid Spencer2004-12-131-12/+0
* For PR351:Reid Spencer2004-12-131-11/+0
* For PR351: \Reid Spencer2004-12-131-11/+0
* Remove commented out functions that have been replaced with lib/SystemReid Spencer2004-12-131-25/+0
* For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer2004-12-131-5/+5
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Add a new CopyFile functionChris Lattner2004-06-021-1/+5
* Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner2004-05-281-1/+11
* Change the order of the arguments to the ctor, allowing us to make the boolea...Chris Lattner2004-02-181-3/+3
* Move a helper class out of bugpoint to here.Chris Lattner2004-02-181-0/+20
* add new functionChris Lattner2003-12-311-0/+6
* Add new functionChris Lattner2003-12-301-28/+13
* Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner2003-12-301-5/+22
* Add trivial exception specs to produce better code since the methods cannotChris Lattner2003-12-291-3/+3
* Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner2003-12-291-0/+21
* Expose functionality to query if a file is an ELF shared object.Misha Brukman2003-11-241-0/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Add prototypes for CheckMagic, IsArchive, and IsBytecode.Brian Gaeke2003-11-111-2/+17
* VS: ----------------------------------------------------------------------Brian Gaeke2003-11-111-0/+5
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Added the MakeFileReadable() method.John Criswell2003-09-021-0/+17
* Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell2003-09-021-0/+15
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-071-0/+10
* New fileChris Lattner2003-08-011-0/+29