For PR351:Remove the file type checking methods (now in sys::Path)
[oota-llvm.git] / lib / Support / FileUtilities.cpp
2004-12-13 Reid SpencerFor PR351:Remove the file type checking methods (now...
2004-11-08 Misha BrukmanHandle headers for compressed bytecode files
2004-09-20 Reid SpencerPut in a #error in the event that we don't have an...
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-07 Chris LattnerMake all of this functionality work directly on win32...
2004-06-05 Alkis EvlogimenosInclude cerrno.
2004-06-02 Chris LattnerImplement the new CopyFile function
2004-05-28 Chris LattnerAdd support for zero length files
2004-05-28 Chris LattnerAdd a pair of functions to hide system specific details...
2003-12-31 Chris LattnerAdd new function
2003-12-30 Chris LattnerAdd new method
2003-12-30 Chris LattnerFurther revisions of the FDHandle idea. In this versio...
2003-12-29 Chris LattnerAdd trivial exception specs to produce better code...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-24 Misha BrukmanFix copy-pasto.
2003-11-24 Misha BrukmanAdd ability to query if a file is a legitimate ELF...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeMove IsArchive and IsBytecode here from gccld. Refactor...
2003-11-11 Brian GaekeAdd implementation of FileOpenable().
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-16 Misha BrukmanFixed spelling & grammar.
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded a description of the algorithm.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-08-07 Misha Brukmanclose() requires "unistd.h" .
2003-08-07 Misha BrukmanMoved removeFile() and getUniqueFilename() into FileUti...
2003-08-01 Chris LattnerCheck in the implementation of the FileUtilities!