aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/FileUtilities.h
Commit message (Expand)AuthorAgeFilesLines
* 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