aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/Path.inc
Commit message (Expand)AuthorAgeFilesLines
* Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar2009-07-121-0/+13
* "UNIX paths can contain non-ASCII characters, so Path::isValid() should not r...Chris Lattner2009-07-121-9/+1
* add a new static method to portably determine whether a patch isChris Lattner2009-06-151-0/+8
* Untabification.Bill Wendling2009-05-301-42/+41
* Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:Daniel Dunbar2009-04-201-3/+3
* Fix main executable path name resolution on FreeBSD, patch by Chris Lattner2009-03-021-1/+60
* If an executable is run through a symlink, dladdr will return theChris Lattner2009-02-191-3/+8
* Fix warning on gcc 4.3.Mikhail Glushenkov2009-02-151-1/+4
* Whitespace fixes.Mikhail Glushenkov2009-02-151-58/+58
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-111-0/+6
* Create temp. file in current path.Devang Patel2008-07-241-6/+3
* While creating temp. file on disk, if the current filename points to a existi...Devang Patel2008-07-221-2/+8
* Fix GetMainExecutable. Patch by Sam Bishop.Seo Sanghyeon2008-06-271-4/+2
* Add a missing semicolon.Wojciech Matyjewicz2008-06-151-1/+1
* Fix the sys::Path::getSuffix() implementation.Argiris Kirtzidis2008-06-151-0/+16
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-111-0/+6
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-2/+2
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-071-1/+3
* Added method Path::getDirname().Ted Kremenek2008-04-071-2/+4
* Re-implemented Path::createDirectoryOnDisk (for Unix).Ted Kremenek2008-04-031-32/+39
* add some #includes.Chris Lattner2008-04-011-2/+8
* Implement Path::MapInFilePages/UnMapFilePages on unix, which Chris Lattner2008-04-011-5/+10
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-011-0/+10
* Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop.Chris Lattner2008-03-131-1/+10
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-031-0/+18
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-271-19/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-181-0/+10
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-181-0/+8
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+721