summaryrefslogtreecommitdiff
path: root/include/llvm/System/Path.h
Commit message (Expand)AuthorAge
* Merge System into Support.Michael J. Spencer2010-11-29
* Fix typo: Exectuable -> ExecutablePeter Collingbourne2010-11-17
* System/Path: Update comments to match code.Michael J. Spencer2010-11-10
* System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.Michael J. Spencer2010-11-09
* typosRafael Espindola2010-11-07
* Add method for checking if a path is a symbolic link.Rafael Espindola2010-11-07
* appendSuffix: don't append a dot when the suffix is empty.Mikhail Glushenkov2010-11-02
* Path: Add GetEXESuffix() to complement GetDLLSuffix().Mikhail Glushenkov2010-11-02
* 80-col violations.Mikhail Glushenkov2010-10-28
* System/Path: Add isObjectFile().Michael J. Spencer2010-09-15
* Add a comment.Dan Gohman2010-09-02
* Fix spelling/typo.Michael J. Spencer2010-08-31
* Path::isRootDirectory is unimplemented on Unix and not used,Chris Lattner2010-07-12
* Fix various doxygen warnings.Dan Gohman2010-02-22
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-17
* Adjust comments to new semantics.Edward O'Callaghan2009-11-25
* API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan2009-11-25
* Fix comments as pre-post review for rev.89765.Edward O'Callaghan2009-11-24
* Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan2009-11-24
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Revert 78662 to fix broken windows build. Add a comment which explains the pr...Benjamin Kramer2009-08-11
* Remove an unnecessary mutable.Dan Gohman2009-08-11
* Add a raw_ostream operator<< to sys::Path.Dan Gohman2009-07-15
* add a new static method to portably determine whether a patch isChris Lattner2009-06-15
* Add sys::Path::makeAbsolute().Daniel Dunbar2009-04-09
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-11
* Follow-up to the reverting of r51218. This puts the checks out-of-line. BecauseBill Wendling2008-05-21
* Reverting r51218 because of breakage on PPC32.Bill Wendling2008-05-20
* add missing #include.Chris Lattner2008-05-18
* On Darwin, the string header file isn't 64-bit clean. The use ofBill Wendling2008-05-17
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-11
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Add "empty()" method to sys::Path and remove unnecessary whitespace.Bill Wendling2008-04-16
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-07
* Added method Path::getDirname().Ted Kremenek2008-04-07
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-01
* add an accessor.Chris Lattner2008-04-01
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-03
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-27
* Add convenient helper to get suffix of the fileAnton Korobeynikov2008-02-20
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-18
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-18
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-18
* Fix minor doxygen nits.Reid Spencer2007-08-05
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-06
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* add support for identifying bitcode filesChris Lattner2007-05-06
* remove extraneous type qualifiersChris Lattner2007-05-03