aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/FileUtilities.h
AgeCommit message (Expand)Author
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