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
/
Path.cpp
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-17
Fix typo: Exectuable -> Executable
Peter Collingbourne
2010-11-02
appendSuffix: don't append a dot when the suffix is empty.
Mikhail Glushenkov
2010-11-02
GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.
Mikhail Glushenkov
2010-09-15
System/Path: Add x86-64 COFF to IdentifyFileType.
Michael J. Spencer
2010-09-15
System/Path: Add isObjectFile().
Michael J. Spencer
2010-08-31
Cleanup Whitespace.
Michael J. Spencer
2010-05-27
Don't bother checking canRead() before calling getMagicNumber();
Dan Gohman
2009-12-17
Make Path use StringRef instead of std::string where possible.
Jeffrey Yasskin
2009-10-25
Remove unused includes.
Chandler Carruth
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-07-12
Improve sys::Path::makeAbsolute on Win32.
Daniel Dunbar
2009-04-25
Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files:
Torok Edwin
2009-04-09
Add sys::Path::makeAbsolute().
Daniel Dunbar
2008-07-22
Handle bitcode wrappers.
Devang Patel
2008-07-09
Add a little wrapper header that is put around bc files when emitting
Chris Lattner
2008-06-26
Cleanup for unitialized types. Patch by Jean-Daniel Dupas!
Bill Wendling
2008-06-26
"An improved Mach-O file type detection for sys::IdentifyFileType()
Chris Lattner
2008-06-15
Fix the sys::Path::getSuffix() implementation.
Argyrios Kyrtzidis
2008-05-21
Follow-up to the reverting of r51218. This puts the checks out-of-line. Because
Bill Wendling
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-02-27
Add path separator support, patch by Sam Bishop.
Chris Lattner
2008-02-20
Add convenient helper to get suffix of the file
Anton Korobeynikov
2008-01-09
Fix compile failures with g++-4.3.
Duncan Sands
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-18
remove obviously dead uses of IncludeFile.
Chris Lattner
2007-07-06
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-05-06
pull some win32 code into common code, add bitcode identification support.
Chris Lattner
2007-05-03
silence annoying gcc 4.3 warnings
Chris Lattner
2007-04-11
Hack to get sys::Path to recognize macho dylibs.
Chris Lattner
2007-04-11
Teach sys::Path how to recognize different kinds of object files for ELF
Reid Spencer
2007-04-11
Make isDynamicLibrary detect more than just an ELF file.
Reid Spencer
2007-04-04
For PR1302:
Reid Spencer
2006-07-26
For PR780:
Reid Spencer
2006-07-07
Move << method out of line.
Chris Lattner
2005-07-07
For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-09
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
Reid Spencer
2004-12-24
For PR351:
Reid Spencer
2004-12-15
Fix VC++ compilation errors
Jeff Cohen
2004-12-15
For PR351:
Reid Spencer
2004-12-13
Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT
Reid Spencer
2004-12-13
For PR351: \
Reid Spencer
2004-11-14
Make sure IdentifyFileType is in the sys namespace.
Reid Spencer
2004-11-14
Add missing include.
Alkis Evlogimenos
2004-11-14
Implement IdentifyFileType function
Reid Spencer
[next]