Age | Commit message (Expand) | Author |
2010-10-07 | Correctly check if a path is a directory. Fix by Brian Korver. | Evan Cheng |
2010-09-07 | Issue a #error if the host doesn't have an implementation for | Dan Gohman |
2010-09-02 | Apply a patch from Kees van Reeuwijk to add support for Minix. | Dan Gohman |
2010-08-31 | Some fixes for NetBSD | Anton Korobeynikov |
2010-08-04 | Eliminate unnecessary empty string literals. | Dan Gohman |
2010-07-12 | improve Path::makeUnique when mkstemp/mktemp are not available | Chris Lattner |
2010-05-27 | Don't bother clearing the Magic string when the magic number | Dan Gohman |
2010-04-19 | This doesn't need SmallVector.h anymore. | Dan Gohman |
2010-04-19 | Fix this for std::vectors which don't have .data(). | Dan Gohman |
2010-04-19 | Revert 91528 and use a std::vector instead, fixing an abuse of std::string. | Dan Gohman |
2010-03-30 | Fix a grammaro. | Dan Gohman |
2009-12-17 | Make Path use StringRef instead of std::string where possible. | Jeffrey Yasskin |
2009-12-16 | remove use of SmallVector from Path::makeUnique. Path::makeUnique | Chris Lattner |
2009-12-16 | eliminate an extraneous use of SmallVector in a case where | Chris Lattner |
2009-12-09 | Remove spurious extern. | Daniel Dunbar |
2009-11-29 | Remove dead returns. | Benjamin Kramer |
2009-11-29 | This patch ensures that Path::GetMainExecutable is able to handle the | Kovarththanan Rajaratnam |
2009-11-25 | API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r... | Edward O'Callaghan |
2009-11-24 | Remove bogus error handling code. | Daniel Dunbar |
2009-11-24 | Provide Path::isSpecialFile interface for PR5568. | Edward O'Callaghan |
2009-09-09 | Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup on | Benjamin Kramer |
2009-08-23 | remove the last uses of Config/alloca.h | Chris Lattner |
2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
2009-08-05 | Minor code simplification. | Dan Gohman |
2009-07-29 | Remove another F_OK. | Dan Gohman |
2009-07-28 | It isn't necessary to use F_OK when using R_OK or similar. | Dan Gohman |
2009-07-12 | Improve sys::Path::makeAbsolute on Win32. | Daniel Dunbar |
2009-07-12 | "UNIX paths can contain non-ASCII characters, so Path::isValid() should not r... | Chris Lattner |
2009-06-15 | add a new static method to portably determine whether a patch is | Chris Lattner |
2009-05-30 | Untabification. | Bill Wendling |
2009-04-20 | Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: | Daniel Dunbar |
2009-03-02 | Fix main executable path name resolution on FreeBSD, patch by | Chris Lattner |
2009-02-19 | If an executable is run through a symlink, dladdr will return the | Chris Lattner |
2009-02-15 | Fix warning on gcc 4.3. | Mikhail Glushenkov |
2009-02-15 | Whitespace fixes. | Mikhail Glushenkov |
2008-08-11 | add a helper method to sys::Path for clang, patch by | Chris Lattner |
2008-07-24 | Create temp. file in current path. | Devang Patel |
2008-07-22 | While creating temp. file on disk, if the current filename points to a existi... | Devang Patel |
2008-06-27 | Fix GetMainExecutable. Patch by Sam Bishop. | Seo Sanghyeon |
2008-06-15 | Add a missing semicolon. | Wojciech Matyjewicz |
2008-06-15 | Fix the sys::Path::getSuffix() implementation. | Argyrios Kyrtzidis |
2008-05-11 | Make constructors target-specific. This fixes problems where the path would | Nick Lewycky |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
2008-04-07 | Make getDirnameSep a static method (not part of Path's interface). | Ted Kremenek |
2008-04-07 | Added method Path::getDirname(). | Ted Kremenek |
2008-04-03 | Re-implemented Path::createDirectoryOnDisk (for Unix). | Ted Kremenek |
2008-04-01 | add some #includes. | Chris Lattner |
2008-04-01 | Implement Path::MapInFilePages/UnMapFilePages on unix, which | Chris Lattner |
2008-04-01 | Stub out some sys::Path::MapInFilePages/UnMapFilePages methods. | Chris Lattner |
2008-03-13 | Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop. | Chris Lattner |