aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/FileUtilities.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add new methodChris Lattner2003-12-301-0/+10
* Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner2003-12-301-8/+0
* 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/+23
* Finegrainify namespacificationChris Lattner2003-12-141-19/+16
* Fix copy-pasto.Misha Brukman2003-11-241-2/+2
* Add ability to query if a file is a legitimate ELF shared object.Misha Brukman2003-11-241-0/+10
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic.Brian Gaeke2003-11-111-0/+29
* Add implementation of FileOpenable().Brian Gaeke2003-11-111-96/+41
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fixed spelling & grammar.Misha Brukman2003-09-161-1/+1
* Added the MakeFileReadable() method.John Criswell2003-09-021-0/+54
* Added a description of the algorithm.John Criswell2003-09-021-7/+14
* Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell2003-09-021-0/+50
* close() requires "unistd.h" .Misha Brukman2003-08-071-0/+1
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-071-0/+35
* Check in the implementation of the FileUtilities!Chris Lattner2003-08-011-0/+56