| Commit message (Expand) | Author | Age | Files | Lines |
* | 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. | Argyrios Kyrtzidis | 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 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -1/+1 |
* | pull some win32 code into common code, add bitcode identification support. | Chris Lattner | 2007-05-06 | 1 | -31/+0 |
* | For PR1291: | Reid Spencer | 2007-04-07 | 1 | -44/+45 |
* | For PR789: | Reid Spencer | 2007-03-29 | 1 | -32/+35 |
* | Add a uniqueID field to the FileStatus structure for Paths. This will map | Reid Spencer | 2007-03-29 | 1 | -0/+1 |
* | For PR789: | Reid Spencer | 2007-03-29 | 1 | -12/+22 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -53/+60 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -34/+21 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -5/+8 |
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -15/+22 |
* | For PR797: | Reid Spencer | 2006-08-22 | 1 | -9/+18 |
* | Make the sys::Path::GetTemporaryDirectory method not throw exceptions and | Reid Spencer | 2006-08-22 | 1 | -23/+30 |
* | Make an error message a little more intelligible. | Reid Spencer | 2006-08-22 | 1 | -1/+1 |
* | Add a note about how the "isFile" check in Path::eraseFromDisk prevents | Reid Spencer | 2006-08-07 | 1 | -0/+5 |
* | Remove some now-dead methods. Use getFileStatus instead. | Chris Lattner | 2006-08-01 | 1 | -34/+0 |
* | elimiante some syscalls | Chris Lattner | 2006-08-01 | 1 | -15/+12 |
* | Modify setStatusInfoOnDisk to not throw an exception. | Chris Lattner | 2006-07-28 | 1 | -4/+4 |
* | Modify Path::eraseFromDisk to not throw an exception. | Chris Lattner | 2006-07-28 | 1 | -24/+29 |
* | Change Path::getStatusInfo to return a boolean and error string on an error | Chris Lattner | 2006-07-28 | 1 | -15/+15 |
* | no need to do a stat then an lstat. lstat will tell us if normal files don't... | Chris Lattner | 2006-07-07 | 1 | -7/+4 |
* | Fix a problem in getDirectoryContents where sub-directory names were | Reid Spencer | 2005-07-28 | 1 | -6/+14 |
* | 1. Fix bug in getBaseName where it mishandles suffixes | Jeff Cohen | 2005-07-09 | 1 | -2/+6 |
* | Ensure that functions like isDirectory don't fail if the file doesn't | Reid Spencer | 2005-07-08 | 1 | -1/+13 |