summaryrefslogtreecommitdiff
path: root/lib/System/Path.cpp
Commit message (Expand)AuthorAge
* Handle bitcode wrappers.Devang Patel2008-07-22
* Add a little wrapper header that is put around bc files when emittingChris Lattner2008-07-09
* Cleanup for unitialized types. Patch by Jean-Daniel Dupas!Bill Wendling2008-06-26
* "An improved Mach-O file type detection for sys::IdentifyFileType()Chris Lattner2008-06-26
* Fix the sys::Path::getSuffix() implementation.Argyrios Kyrtzidis2008-06-15
* Follow-up to the reverting of r51218. This puts the checks out-of-line. BecauseBill Wendling2008-05-21
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-07
* Added method Path::getDirname().Ted Kremenek2008-04-07
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-27
* Add convenient helper to get suffix of the fileAnton Korobeynikov2008-02-20
* Fix compile failures with g++-4.3.Duncan Sands2008-01-09
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-18
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-06
* pull some win32 code into common code, add bitcode identification support.Chris Lattner2007-05-06
* silence annoying gcc 4.3 warningsChris Lattner2007-05-03
* Hack to get sys::Path to recognize macho dylibs.Chris Lattner2007-04-11
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-11
* Make isDynamicLibrary detect more than just an ELF file.Reid Spencer2007-04-11
* For PR1302:Reid Spencer2007-04-04
* For PR780:Reid Spencer2006-07-26
* Move << method out of line.Chris Lattner2006-07-07
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the sillyReid Spencer2005-01-09
* For PR351:Reid Spencer2004-12-24
* Fix VC++ compilation errorsJeff Cohen2004-12-15
* For PR351:Reid Spencer2004-12-15
* Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* Make sure IdentifyFileType is in the sys namespace.Reid Spencer2004-11-14
* Add missing include.Alkis Evlogimenos2004-11-14
* Implement IdentifyFileType functionReid Spencer2004-11-14
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-11
* Correct the vim: specificationReid Spencer2004-08-29
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-29
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-25
* Remove lib/System contents until a satisfactory solution can beReid Spencer2004-08-16
* Initial implementations of the ErrorCode and Path concepts for Linux.Reid Spencer2004-08-15