aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/FileUtilities.cpp
Commit message (Expand)AuthorAgeFilesLines
* Put in a #error in the event that we don't have an mmap that can map a fileReid Spencer2004-09-201-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-8/+8
* Make all of this functionality work directly on win32. Properly conditionalizeChris Lattner2004-06-071-13/+29
* Include cerrno.Alkis Evlogimenos2004-06-051-1/+2
* Implement the new CopyFile functionChris Lattner2004-06-021-0/+35
* Add support for zero length filesChris Lattner2004-05-281-1/+10
* Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner2004-05-281-0/+34
* Add new functionChris Lattner2003-12-311-0/+13
* 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