| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve sys::Path::makeAbsolute on Win32. | Daniel Dunbar | 2009-07-12 | 1 | -0/+13 |
* | "UNIX paths can contain non-ASCII characters, so Path::isValid() should not r... | Chris Lattner | 2009-07-12 | 1 | -9/+1 |
* | add a new static method to portably determine whether a patch is | Chris Lattner | 2009-06-15 | 1 | -0/+8 |
* | Untabification. | Bill Wendling | 2009-05-30 | 1 | -42/+41 |
* | Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: | Daniel Dunbar | 2009-04-20 | 1 | -3/+3 |
* | Fix main executable path name resolution on FreeBSD, patch by | Chris Lattner | 2009-03-02 | 1 | -1/+60 |
* | If an executable is run through a symlink, dladdr will return the | Chris Lattner | 2009-02-19 | 1 | -3/+8 |
* | Fix warning on gcc 4.3. | Mikhail Glushenkov | 2009-02-15 | 1 | -1/+4 |
* | Whitespace fixes. | Mikhail Glushenkov | 2009-02-15 | 1 | -58/+58 |
* | add a helper method to sys::Path for clang, patch by | Chris Lattner | 2008-08-11 | 1 | -0/+6 |
* | Create temp. file in current path. | Devang Patel | 2008-07-24 | 1 | -6/+3 |
* | While creating temp. file on disk, if the current filename points to a existi... | Devang Patel | 2008-07-22 | 1 | -2/+8 |
* | Fix GetMainExecutable. Patch by Sam Bishop. | Seo Sanghyeon | 2008-06-27 | 1 | -4/+2 |
* | Add a missing semicolon. | Wojciech Matyjewicz | 2008-06-15 | 1 | -1/+1 |
* | Fix the sys::Path::getSuffix() implementation. | Argiris Kirtzidis | 2008-06-15 | 1 | -0/+16 |
* | Make constructors target-specific. This fixes problems where the path would | Nick Lewycky | 2008-05-11 | 1 | -0/+6 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -2/+2 |
* | Make getDirnameSep a static method (not part of Path's interface). | Ted Kremenek | 2008-04-07 | 1 | -1/+3 |
* | Added method Path::getDirname(). | Ted Kremenek | 2008-04-07 | 1 | -2/+4 |
* | Re-implemented Path::createDirectoryOnDisk (for Unix). | Ted Kremenek | 2008-04-03 | 1 | -32/+39 |
* | add some #includes. | Chris Lattner | 2008-04-01 | 1 | -2/+8 |
* | Implement Path::MapInFilePages/UnMapFilePages on unix, which | Chris Lattner | 2008-04-01 | 1 | -5/+10 |
* | Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. | Chris Lattner | 2008-04-01 | 1 | -0/+10 |
* | Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop. | Chris Lattner | 2008-03-13 | 1 | -1/+10 |
* | Stub out a Path::GetMainExecutable call to find the path to the | Chris Lattner | 2008-03-03 | 1 | -0/+18 |
* | Add path separator support, patch by Sam Bishop. | Chris Lattner | 2008-02-27 | 1 | -19/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Added "GetCurrentDirectory()" to sys::Path. | Ted Kremenek | 2007-12-18 | 1 | -0/+10 |
* | Added "isDirectory" method to llvm::sys::Path. | Ted Kremenek | 2007-12-18 | 1 | -0/+8 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+721 |