aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Path.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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.Argiris Kirtzidis2008-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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+184