index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
/
Path.inc
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-07
Add method for checking if a path is a symbolic link.
Rafael Espindola
2010-11-03
Delete unused variables.
Dan Gohman
2010-11-03
Remove several unhelpful checks for isValid from sys::Path.
Dan Gohman
2010-11-02
Don't try to enforce MAXPATHLEN in sys::Path for Unix. OS's can check
Dan Gohman
2010-11-02
Simplify.
Dan Gohman
2010-11-02
Fix a copy+pasto.
Dan Gohman
2010-11-02
Avoid manipulating paths in fixed-sized arrays.
Dan Gohman
2010-11-02
Simplify this code.
Dan Gohman
2010-11-02
Use '\0' instead of 0 for nul character constants.
Dan Gohman
2010-11-02
appendSuffix: don't append a dot when the suffix is empty.
Mikhail Glushenkov
2010-11-02
Eliminate some temporary std::strings.
Dan Gohman
2010-11-02
Micro-optimize.
Dan Gohman
2010-11-02
Path: Add GetEXESuffix() to complement GetDLLSuffix().
Mikhail Glushenkov
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
[next]