aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/Path.h
Commit message (Expand)AuthorAgeFilesLines
* Correct the name of the method. CopyFiles -> CopyFile.Reid Spencer2004-12-181-1/+1
* Adjust documentation of GetBytecodeLibraryPaths after removing LLVMGCCDIRReid Spencer2004-12-151-24/+25
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-151-2/+2
* For PR351:Reid Spencer2004-12-151-1/+16
* For PR351:Reid Spencer2004-12-131-0/+16
* For PR351: \Reid Spencer2004-12-131-0/+15
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-131-1/+7
* For PR351:\Reid Spencer2004-12-131-25/+29
* Path::get -> Path::toStringReid Spencer2004-12-111-3/+3
* Per code review:Reid Spencer2004-11-161-9/+7
* Changes per code review:Reid Spencer2004-11-141-14/+21
* *Put the StatusInfo type in the right section. *Provide the ability to rename...Reid Spencer2004-11-141-19/+72
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-091-0/+30
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-37/+37
* Add the GetLibraryPath method.Reid Spencer2004-09-131-0/+11
* Add methods for detecting file types by magic number, getting the file nameReid Spencer2004-09-111-1/+38
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-291-118/+372
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-251-0/+160
* Back out include/llvm/System changes until a satisfactory solution canReid Spencer2004-08-161-214/+0
* First version of a class to represent the notion of an operating systemReid Spencer2004-08-151-0/+214