summaryrefslogtreecommitdiff
path: root/lib/Support/FileUtilities.cpp
Commit message (Expand)AuthorAge
...
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer2004-12-13
* Handle headers for compressed bytecode filesMisha Brukman2004-11-08
* Put in a #error in the event that we don't have an mmap that can map a fileReid Spencer2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Make all of this functionality work directly on win32. Properly conditionalizeChris Lattner2004-06-07
* Include cerrno.Alkis Evlogimenos2004-06-05
* Implement the new CopyFile functionChris Lattner2004-06-02
* Add support for zero length filesChris Lattner2004-05-28
* Add a pair of functions to hide system specific details of mapping a file in ...Chris Lattner2004-05-28
* Add new functionChris Lattner2003-12-31
* Add new methodChris Lattner2003-12-30
* Further revisions of the FDHandle idea. In this version we use ownershipChris Lattner2003-12-30
* Add trivial exception specs to produce better code since the methods cannotChris Lattner2003-12-29
* Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner2003-12-29
* Finegrainify namespacificationChris Lattner2003-12-14
* Fix copy-pasto.Misha Brukman2003-11-24
* Add ability to query if a file is a legitimate ELF shared object.Misha Brukman2003-11-24
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Move IsArchive and IsBytecode here from gccld. Refactor into CheckMagic.Brian Gaeke2003-11-11
* Add implementation of FileOpenable().Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fixed spelling & grammar.Misha Brukman2003-09-16
* Added the MakeFileReadable() method.John Criswell2003-09-02
* Added a description of the algorithm.John Criswell2003-09-02
* Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell2003-09-02
* close() requires "unistd.h" .Misha Brukman2003-08-07
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-07
* Check in the implementation of the FileUtilities!Chris Lattner2003-08-01