aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System/Path.h
AgeCommit message (Expand)Author
2008-03-03Stub out a Path::GetMainExecutable call to find the path to theChris Lattner
2008-02-27Add path separator support, patch by Sam Bishop. Chris Lattner
2008-02-20Add convenient helper to get suffix of the fileAnton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-18Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek
2007-12-18Added "isDirectory" method to llvm::sys::Path.Ted Kremenek
2007-12-18remove obviously dead uses of IncludeFile.Chris Lattner
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06add support for identifying bitcode filesChris Lattner
2007-05-03remove extraneous type qualifiersChris Lattner
2007-04-29Jeff's fix was fineChris Lattner
2007-04-29add missing ctorChris Lattner
2007-04-29Fix MemoryBuffer breakage correctly.Jeff Cohen
2007-04-29new method for creating a path, which does not create a temporary string.Chris Lattner
2007-04-11Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer
2007-04-08Implement the output inserter for PathWithStatusReid Spencer
2007-04-07For PR1291:Reid Spencer
2007-04-04For PR1302:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-29uniqueID is a uint64_t (caught by VC++)Jeff Cohen
2007-03-29Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer
2007-03-29Don't forget to delete the FileStatus structure on destruction of Path.Reid Spencer
2007-03-29For PR789:Reid Spencer
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-08-23For PR797:Reid Spencer
2006-08-23Fix constructor documentation.Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer
2006-08-01Remove some now-dead methods. Use getFileStatus instead.Chris Lattner
2006-07-28Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-26For PR780:Reid Spencer
2006-07-07#include <iosfwd> not <ostream>Chris Lattner
2006-06-08For PR804:Reid Spencer
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-08fix typoJeff Cohen
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-18Correct the name of the method. CopyFiles -> CopyFile.Reid Spencer
2004-12-15Adjust documentation of GetBytecodeLibraryPaths after removing LLVMGCCDIRReid Spencer