aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: Exectuable -> ExecutablePeter Collingbourne2010-11-171-1/+1
* appendSuffix: don't append a dot when the suffix is empty.Mikhail Glushenkov2010-11-021-0/+15
* GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.Mikhail Glushenkov2010-11-021-1/+1
* System/Path: Add x86-64 COFF to IdentifyFileType.Michael J. Spencer2010-09-151-0/+4
* System/Path: Add isObjectFile().Michael J. Spencer2010-09-151-0/+14
* Cleanup Whitespace.Michael J. Spencer2010-08-311-20/+20
* Don't bother checking canRead() before calling getMagicNumber();Dan Gohman2010-05-271-16/+13
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-171-10/+11
* Remove unused includes.Chandler Carruth2009-10-251-1/+0
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-9/+0
* Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar2009-07-121-12/+1
* Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files:Torok Edwin2009-04-251-1/+1
* Add sys::Path::makeAbsolute().Daniel Dunbar2009-04-091-0/+12
* Handle bitcode wrappers.Devang Patel2008-07-221-1/+4
* Add a little wrapper header that is put around bc files when emittingChris Lattner2008-07-091-1/+6
* Cleanup for unitialized types. Patch by Jean-Daniel Dupas!Bill Wendling2008-06-261-4/+4
* "An improved Mach-O file type detection for sys::IdentifyFileType()Chris Lattner2008-06-261-18/+32
* Fix the sys::Path::getSuffix() implementation.Argyrios Kyrtzidis2008-06-151-5/+0
* Follow-up to the reverting of r51218. This puts the checks out-of-line. BecauseBill Wendling2008-05-211-0/+12
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-3/+4
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-071-1/+1
* Added method Path::getDirname().Ted Kremenek2008-04-071-0/+39
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-271-0/+19
* Add convenient helper to get suffix of the fileAnton Korobeynikov2008-02-201-1/+4
* Fix compile failures with g++-4.3.Duncan Sands2008-01-091-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-181-1/+0
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-16/+0
* pull some win32 code into common code, add bitcode identification support.Chris Lattner2007-05-061-0/+29
* silence annoying gcc 4.3 warningsChris Lattner2007-05-031-2/+4
* Hack to get sys::Path to recognize macho dylibs.Chris Lattner2007-04-111-4/+7
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-111-7/+25
* Make isDynamicLibrary detect more than just an ELF file.Reid Spencer2007-04-111-2/+10
* For PR1302:Reid Spencer2007-04-041-9/+38
* For PR780:Reid Spencer2006-07-261-0/+2
* Move << method out of line.Chris Lattner2006-07-071-8/+8
* For PR495:Reid Spencer2005-07-071-3/+3
* For PR495:Reid Spencer2005-07-071-2/+2
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-091-2/+2
* For PR351:Reid Spencer2004-12-241-1/+7
* Fix VC++ compilation errorsJeff Cohen2004-12-151-0/+2
* For PR351:Reid Spencer2004-12-151-0/+8
* Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer2004-12-131-0/+6
* For PR351: \Reid Spencer2004-12-131-0/+31
* Make sure IdentifyFileType is in the sys namespace.Reid Spencer2004-11-141-1/+1
* Add missing include.Alkis Evlogimenos2004-11-141-0/+1
* Implement IdentifyFileType functionReid Spencer2004-11-141-0/+27
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-111-10/+0