aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/Path.h
Commit message (Expand)AuthorAgeFilesLines
* add a new static method to portably determine whether a patch isChris Lattner2009-06-151-0/+5
* Add sys::Path::makeAbsolute().Daniel Dunbar2009-04-091-0/+4
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-111-0/+6
* Follow-up to the reverting of r51218. This puts the checks out-of-line. BecauseBill Wendling2008-05-211-9/+3
* Reverting r51218 because of breakage on PPC32.Bill Wendling2008-05-201-4/+3
* add missing #include.Chris Lattner2008-05-181-0/+1
* On Darwin, the string header file isn't 64-bit clean. The use ofBill Wendling2008-05-171-3/+3
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-111-3/+2
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-4/+4
* Add "empty()" method to sys::Path and remove unnecessary whitespace.Bill Wendling2008-04-161-39/+42
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-071-7/+0
* Added method Path::getDirname().Ted Kremenek2008-04-071-0/+12
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-011-0/+23
* add an accessor.Chris Lattner2008-04-011-0/+3
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-031-0/+4
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-271-0/+4
* Add convenient helper to get suffix of the fileAnton Korobeynikov2008-02-201-0/+8
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-181-0/+5
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-181-1/+7
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-181-2/+0
* Fix minor doxygen nits.Reid Spencer2007-08-051-8/+11
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+656